Commercial Aplications

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
parsec
Posts: 27
Joined: Fri Jan 09, 2015 5:24 pm

Commercial Aplications

Post by parsec » Sun Nov 22, 2015 1:38 pm

Does anybody know of any comercial grade apllications that LiveCode had been used as a tool of choice? Not games but rather database driven aplications, web aplications of anykind etc.
thank you

MrCrussell
Posts: 23
Joined: Wed Nov 05, 2014 11:30 am

Re: Commercial Aplications

Post by MrCrussell » Sun Nov 22, 2015 4:55 pm

I've got two that are weeks away from being ready to go. One is a video training app, the other is a port of an existing app that let's cake makers create & store recipes and create quotes for clients.

AndyP
Posts: 615
Joined: Wed Aug 27, 2008 12:57 pm
Location: Seeheim, Germany (ex UK)
Contact:

Re: Commercial Aplications

Post by AndyP » Sun Nov 22, 2015 5:43 pm

LiveCode have a few here https://livecode.com/livecode-stories/

More can be found on this Blog http://livecode1001.blogspot.de/
Andy Piddock
https://livecode1001.blogspot.com Built with LiveCode
https://github.com/AndyPiddock/TinyIDE Mini IDE alternative
https://github.com/AndyPiddock/Seth Editor color theming
http://livecodeshare.runrev.com/stack/897/ LiveCode-Multi-Search

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7237
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Commercial Aplications

Post by jacque » Sun Nov 22, 2015 6:10 pm

I've done a commercially shipping educational product that provides courseware for universities in many different fields of study. It replaces textbooks and contains self-tests, review materials, grade book tracking, and an interface for instructors to monitor student progess and assign grades. It runs on an Amazon services back end.

Another project provides a customer satisfaction survey on iPads to be used in flight by cabin attendants for an airline in Australia. It uploads results to a database after the plane lands.

Another project (not sure if it's still supported but it was sold for some years) was a commercial package for professional inventory specialists. It provided a database of all items in a home or business, images, their value, depreciation information, various sorting and evaluation totals, and so forth for insurance purposes.

In progress is an Android app that notifies staff in group homes when it's time to submit client reports at user-defined intervals. Reports are customized per client and compilations are sent to the administrative office daily over an Internet connection. This is projected to be a commercial product when completed.

All my client work over the last many years has been for projects that provide utility for a specific need. Since most were not for sale to the public I'm not sure if they meet your criteria, but none were games. For example, I recently finished touching up an app that tracks locations of junked cars in a huge junkyard so that machine operators could find them for relocation or disassembly. I've got dozens and dozens of in-house projects like that.

And if free apps still count as commercial, the most recent project is a mobile app for a Hindu monastery. It displays images and quotations from the monastery's guru and allows sharing via email (and soon twitter and Facebook.) It's distributed in both the Google play store and Apple's app store.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

golive
Posts: 98
Joined: Wed Jul 01, 2015 5:16 am

Re: Commercial Aplications

Post by golive » Sun Nov 22, 2015 11:57 pm

Does anyone know if there is a sample database application available with source code, paid or free?

It would be handy to have a real simple starter app that shows how to:
  • * Add or edit or delete a record
    * Go Next/Previous/First/Last
    * List
    * Etc.
Something like a "Contacts" application with people's names, addresses and phone numbers.
It would be useful to have something that shows the basic database techniques: Now to add a new person, how to find someone by their telephone number, how to see all people in Boston, etc.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9837
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Commercial Aplications

Post by FourthWorld » Mon Nov 23, 2015 12:11 am

golive wrote:It would be handy to have a real simple starter app that shows how to:
  • * Add or edit or delete a record
    * Go Next/Previous/First/Last
    * List
    * Etc.
Something like a "Contacts" application with people's names, addresses and phone numbers.
It would be useful to have something that shows the basic database techniques: Now to add a new person, how to find someone by their telephone number, how to see all people in Boston, etc.
Some of that is covered in the SQLite tutorial included in the install - click "Resources" in the toolbar, then in the Resources window see Tutorials -> Databases -> SQLite.

More Lessons on using databases in LiveCode can be found by searching for "database" on the LiveCode Lessons page:
http://lessons.livecode.com/searches?ut ... mit=Search

Some of what you've asked for is specific to SQL, and you'll find countless tutorials on SQL around the web. W3Scools can be a good place to start:
http://www.w3schools.com/sql/
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am
Location: Bordeaux, France

Re: Commercial Aplications

Post by Dixie » Mon Nov 23, 2015 12:16 am

this will get you started on your database journey..
http://livecodeshare.runrev.com/stack/6 ... te-Sampler

parsec
Posts: 27
Joined: Fri Jan 09, 2015 5:24 pm

Re: Commercial Aplications

Post by parsec » Mon Nov 23, 2015 1:09 am

Does anyone know if there is a sample database application available with source code, paid or free?

It would be handy to have a real simple starter app that shows how to:

* Add or edit or delete a record
* Go Next/Previous/First/Last
* List
* Etc.

Something like a "Contacts" application with people's names, addresses and phone numbers.
It would be useful to have something that shows the basic database techniques: Now to add a new person, how to find someone by their telephone number, how to see all people in Boston, etc.
this is will be relatvly easy to do with LiveCode. Let it be know that you will not be able to browse the DB table direcley from LC and you will have to use other tools to browse the tables in the DB that you are working with as this is a lowpoing to this tool and manualy with copy and paste you will have to adress this issue. I am considering investing a supstinial amount of funds for a comercial application that heavely relies on a DB it appears that can only connecto to MSSQL via an ODBC driver that will slow the aplication and will not fully take advange of the native server conections unless you use another server.
any way for me here is a good ex tha has all the things that you want
http://livecodeshare.runrev.com/stack/773/Book-Library

golive
Posts: 98
Joined: Wed Jul 01, 2015 5:16 am

Re: Commercial Aplications

Post by golive » Mon Nov 23, 2015 11:19 pm

parsec wrote:Does anyone know if there is a sample database application available with source code, paid or free?

It would be handy to have a real simple starter app that shows how to:

* Add or edit or delete a record
* Go Next/Previous/First/Last
* List
* Etc.

here is a good ex tha has all the things that you want
http://livecodeshare.runrev.com/stack/773/Book-Library
Thanks for comments so far.

Pity the Book-Library example gives an error after an Edit: "Sorry there was a problem updating that book".

parsec
Posts: 27
Joined: Fri Jan 09, 2015 5:24 pm

Re: Commercial Aplications

Post by parsec » Tue Nov 24, 2015 12:25 pm

post your error and questions to this toping much better
Getting Started with LiveCode - Complete Beginners

Post Reply

Return to “Talking LiveCode”