Script Editor

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
notime
Posts: 1
Joined: Tue Apr 04, 2017 3:50 pm
Contact:

Script Editor

Post by notime » Thu Apr 06, 2017 1:37 pm

Welche Alternativen gibt es zu einem modernen Sonnenschirm?
Für alle, die sich nicht so sehr mit einem Sonnenschirm anfreunden können, gibt es natürlich noch Alternativen wie ein Pavillon oder sogenannte Sonnensegel - die den passenden Sonnenschutz ermöglichen. Im vergleich zu Sonnenschirmen sind diese Alternativen aber meist eindeutig unanpassungsfähiger · ergo auch eher für eine feste Installation gedacht.
Last edited by notime on Tue May 02, 2017 9:33 am, edited 2 times in total.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10330
Joined: Wed May 06, 2009 2:28 pm

Re: Script Editor

Post by dunbarx » Thu Apr 06, 2017 1:54 pm

Hi.

1- Check out the "openStacks" function.

2 Execute this: "Edit the script of yourControl/Card/Stack".
Now open all the stacks you ask for, and run the openStacks function. You can see that all these are simply stacks, and you could, for example, "open stack revProjectBrowser"

3 - set the loc of stack "revProjectBrowser" to "300,300", And since all gadgets, like the message box, are stacks, why could you not have that stack track another?

4- Why not just "go" to the stack of interest?

Craig Newman
Last edited by dunbarx on Thu Apr 06, 2017 2:53 pm, edited 1 time in total.

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

Re: Script Editor

Post by Klaus » Thu Apr 06, 2017 2:31 pm

Hi notime,

1. welcome to the forum!

2. What Craig said.

3.
notime wrote:Whenever I open Livecode I'm always spending a minute or two placing my windows.
And, as we know, you have notime! :D
Sorry, couldn't resist!


Best

Klaus

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

Re: Script Editor

Post by jacque » Thu Apr 06, 2017 4:33 pm

LC used to remember the locations of most of its windows. Mine still do, but I set them up in earlier versions. What version are you using?

The locations are stored in the user preferences file. If that is not happening it is either a deliberate change or a bug.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply