Hi John, Thanks for the response and proof of concept that defining the target stack and current stack's window explicitly seems to allow navigation from a revlet substack to the main stack. Unfortunately, I can't repeat your success in my particular stack - so perhaps I just have a corruption somewhere. Still, I've simplified down to multiple cards in a single stack and it's working for the current purpose. Thanks again to all who responded, Keith..
On 23 Mar 2011, at 16:32, John Dixon wrote: > > Keith... > > I made a stack 'main' with sub-stack 'sub' > placed a button on each stack... > > In the button on stack 'main'... > > on mouseUp > go stack "sub" in the window of stack "main" > end mouseUp > > In the button on stack 'sub' > > on mouseUp > go stack "main" in the window of stack "sub" > end mouseUp > > Then made the stack into a revlet... it will then allow you to navigate > between the stacks. > > John Dixon _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
