Port Application.

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
RicSum
Posts: 5
Joined: Wed Jul 11, 2012 10:48 am

Port Application.

Post by RicSum » Wed Jul 11, 2012 11:17 am

Hello everyone.

I have made my app (for Windows) using RealStudio and would now like to port it to the iPad (using LiveCode).
Before I pay over £500 to buy LiveCode, could someone please advise me if this is possible:

(Please excuse the RealStudio terms and phrases - I know nothing about LiveCode)

My app would be for iPad only, and consists of 1 window, containing a ListBox which reads data in from a SQLite database.
I also need a button which will show another popup window - whereby the user can edit the selection in the listBox and then when saved - edits the database entry.
I also need the database to be searchable via a third window.

Is it also possible to have alternating row colours for the ListBox (or whatever it is called in LiveCode).

I really want to buy LiveCode but obviously need to be able to achieve my goals.

Thank you all in advance for any help / advice offered.
Developing on OS X Lion
Deploying on Win Xp, Win 7, OS X, iOS

Klaus
Posts: 14198
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Port Application.

Post by Klaus » Wed Jul 11, 2012 12:59 pm

Hi RicSum,

all this is possible with LiveCode :D
For alternating row colors, use a DataGrid to display your data.


Best

Klaus

RicSum
Posts: 5
Joined: Wed Jul 11, 2012 10:48 am

Re: Port Application.

Post by RicSum » Wed Jul 11, 2012 1:17 pm

Danke Klaus,
Are there any database code example projects which can be downloaded?

Schoene tag noch.
Developing on OS X Lion
Deploying on Win Xp, Win 7, OS X, iOS

Klaus
Posts: 14198
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Port Application.

Post by Klaus » Wed Jul 11, 2012 1:41 pm

Hi RicSum,
RicSum wrote:Danke Klaus,
...
Schoene tag noch.
Oh, you speak french! :shock:
Just kidding :D
RicSum wrote:Are there any database code example projects which can be downloaded?
If you already installed LiveCode you will find it on your HD!
In Livecode -> Menu: Help -> Example Stacks and Resources -> Folder: Example: SQLite Sampler.rev

Ah, and welcome to the forum! :D


Best

Klaus

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Port Application.

Post by jacque » Thu Jul 12, 2012 8:53 am

With the latest version of LiveCode you don't even need a datagrid to set alternating rows, you can set a different background color on each line/paragraph.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply