Switching from one stack to another
J. Landman Gay
jacque at hyperactivesw.com
Wed Mar 21 20:43:19 EDT 2007
Len Morgan wrote:
> Hello again. I've run into another little stumbling block as I build
> this application.
>
> As I have mentioned before, I have an authorization stack which does
> just what it says. Once a user is authorized, I want to launch the
> "real" stack and get rid of the authorization stack.
I wouldn't open the second stack in the same window. Instead, just open
the second one and have the next line of your handler close the first
one. Something like this:
go stack url "http://whatever.com"
close stack "authorization"
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list