Re: The TopLevel Stack

2020-03-27 Thread Bob Sneidar via use-livecode
NVM. The defaultStack. Not sure why it stops being the defaultStack though. Going to another stack then going to me in the stack script *should* make it the defaultStack again, but it doesn’t. Bob S On Mar 27, 2020, at 3:40 PM, Bob Sneidar via use-livecode mailto:use-livecode@lists.runrev.co

Re: The TopLevel Stack

2020-03-27 Thread Mark Wieder via use-livecode
On 3/27/20 3:40 PM, Bob Sneidar via use-livecode wrote: Hi all. I’m having fits here. I have a stack that opens another stack invisible. It supposedly closes itself, then returns to the first stack. At that point, it *should* be the topStack… BUT IT’S NOT! Subsequent commands like setting the

Re: The TopLevel Stack

2020-03-27 Thread Phil Davis via use-livecode
Hi Bob, Is the first stack opened as 'toplevel' or in some other mode? That would make a difference. Best - Phil Davis On 3/27/20 3:40 PM, Bob Sneidar via use-livecode wrote: Hi all. I’m having fits here. I have a stack that opens another stack invisible. It supposedly closes itself, then

The TopLevel Stack

2020-03-27 Thread Bob Sneidar via use-livecode
Hi all. I’m having fits here. I have a stack that opens another stack invisible. It supposedly closes itself, then returns to the first stack. At that point, it *should* be the topStack… BUT IT’S NOT! Subsequent commands like setting the text of a field fail with no such object! How do I FO