Go Command

John Cuccio jcuccio at pacbell.net
Mon Jan 28 04:00:01 EST 2002


I found going to another stack in rev was not as simple as HC.

1. If you go to another stack and came back. I had to set the stack I came
back to, as the default stack. Rev did not realize that I guess.

2. The lock screen did not work. It would blink.

3. It seemed the lock messages did not work because it keep sending an
openstack. I did not want that.

Work around and I like it is the defaultstack function. If you set the
defaultstack to the one you want to search then in the handler from the
control stack is like you are at the other stack. Just make sure you set it
back to your control stack.

on handler
set defaultstack to "stack2"
-- do your stuff.
set defaultstack to "stack1"
end handler

No blinking screen problem. And I think faster.

But I believe you have to set the stackfile to know where the stack is.

May experience. Hope it helps





More information about the use-livecode mailing list