[SOLVED] Economy-X-Talk's GUI

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

[SOLVED] Economy-X-Talk's GUI

Post by anmldr » Wed Sep 19, 2012 2:54 pm

I really tried to watch their video for using this but the video quality was awful and it lasted about an hour. I am trying to find instructions for how to use their GUI for the iPhone. Is it as simple as just copying the control from their card to our own card? Or is there something that needs to be done with the code script library button on their interface before we use it?

Or am I missing some instructions somewhere? If so, just point me to them.

Linda
Last edited by anmldr on Thu Sep 20, 2012 3:22 pm, edited 1 time in total.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Economy-X-Talk's GUI

Post by Mark » Thu Sep 20, 2012 10:40 am

Dear Linda,

Comment from the Script Library button:
Put this script into the stack script of your mainstack and call the scripts
as necessary. For example, to set up all scroll views, use

on openCard
    setUpScrollViews
end openCard

and to clean up all scroll views when you don't need them anymore use

on closeCard
    deleteUIControls
end closeCard
Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply