advise about "go invisible stack URL"
Thomas McGrath III
3mcgrath at comcast.net
Wed Jul 9 22:00:47 EDT 2008
Nicolas,
You could either add the set visible code to your "open" command if
you are opening by script as in:
open stack "helloWorld"
set the visible of stack "helloWorld"
Or if you 'have' to have it visible then you might want to open the
stack off screen as a 'visible' stack instead of the "go invisible
stack" then it will be still visible on opening! You still might have
to have a script in the stack to open at screen center after saving so
that when you reopen it then it won't still be off screen.
Tom McGrath
On Jul 9, 2008, at 8:30 PM, Nicolas Cueto wrote:
> put "http://web.com/helloWorld.rev" into tURL
> go invisible stack URL tURL
> put "hello" into field "field" of stack "helloWorld"
> save stack "helloWorld"
> close stack "helloWorld"
>
> There must be a way of doing all
> this without the invisibly-reopening
> problem, but I've yet to figure out
> a way how.
More information about the use-livecode
mailing list