Page 1 of 1

Stack or Card Control Question

Posted: Fri Oct 10, 2008 7:24 pm
by warrenk
I have a application with two stacks (Mainstack + Substack). Is there anyway for me to prevent the user from getting control of the mainstack until they close the substack? My main stack controls the main application and the substack is a window that allows the user to register. When the window is open to register, I don't want the user to have the ability of changing anything in the application (Mainstack)

Any help greatly appreciated!

Thanks,
Warren

Posted: Sat Oct 11, 2008 2:36 am
by Mark
Hi Warren,

The easiest way to do this is probably to open your registration stack as a modal dialog.

Best,

Mark

Posted: Tue Oct 14, 2008 4:11 pm
by warrenk
Mark,

Thanks for the suggestion. This worked great!

Warren