Re: Substacks

2022-05-29 Thread General 2018 via use-livecode
Hi Jacquline, Think your question lead me to the issue. For some reason on the stack that did not work I added the substack by opening the mainstack and substack and saving the substack into the mainstack somehow. I started from new and added the substack by using the add stack file button wit

Re: Substacks

2022-05-29 Thread J. Landman Gay via use-livecode
Just to clarify, are they real substacks or do you mean they are separate stacks that you include in the build? Also, double check that standalone settings isn't set up to move substacks into separate files. I think that option is in the general pane but I'm not at my computer to check. -- Jacq

Re: Substacks

2022-05-29 Thread Jim At Consensus via use-livecode
At the risk of repeating someone else’s suggestion. I address this by have an on closeStsck handler in the main stack. I’m in my phone so don’t have access to code but it’s along the lines of: On closeStack If the short name of me is “” then closeStack End closeStack Works rely as bay for

Re: Substacks

2022-05-29 Thread General 2018 via use-livecode
Still no luck, no closestack handler in “main stack” , tried the other suggestions with hide/show etc. But still “mainstack” quits on closing the “substack xyz” Will keep looking…….. Regards > On 29 May 2022, at 00:12, Mark Wieder via use-livecode > wrote: > > On 5/28/22 07:15, General 201