Oh boy, these basics ;)
Thanks Mark!
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:use-revolution-
> [EMAIL PROTECTED] Im Auftrag von Mark Schonewille
> Gesendet: Donnerstag, 24. Juli 2008 09:36
> An: How to use Revolution
> Betreff: Re: problems with
Hi Tiemo,
As soon as you use the open command, the defaultStack changes. Try this:
put the short name of the defaultStack into myStack
go invisible stack "foo" -- or open
set the loc of stack "foo" to the loc of stack myStack
show stack "foo"
--
Best regards,
Mark Schonewille
Economy-x-Talk C
Hello,
I have a substack which is frequently shown and hidden. The first time I do:
-Open stack "foo"
-Show stack "foo"
-Set the loc of stack "foo" to the loc of the defaultstack
When closing the window, I just hide stack "foo"
>From the second "opening" I just:
-Show stack "foo"
-Set the l