Buon giorno dottore,

(how is Lara ;-)

Sorry for this very basic question and if this has already been answered before in this list or in the documentation but....
I have 2 main stacks in the same folder and I want to launch stack A which should automatically open stack B; the 2 stacks should be visible.
How can I achieve this?
Thank you for your attention and sorry for my English too but I have done my best here :-)

And that is definitively OK :-)


Try this:

Put this into the stack script of stack A

on openstack
go stack "B"
## you can already define how the stack will be opened like:
## palette stack "B", or: modal stack "B", or: modeless stack "B" etc...
...
end openstack


Will open stack B immediataly after stack A has been opened.

Please drop a line if you mean something else...

Hope that helps...

Ciao from Italy
Ubaldo

Arrivederci...



Regards


Klaus Major
[EMAIL PROTECTED]
www.major-k.de

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to