Is hiding a modal dialog the same as closing it?

J. Landman Gay jacque at hyperactivesw.com
Sun Dec 1 13:23:58 EST 2013


On 12/1/13 6:10 AM, Graham Samuel wrote:
> Is hiding really the same as closing the stack?

No, they're different. Hiding a stack just removes it from view but it 
remains in the message path and in the openStacks. Closing a stack 
removes it from the message path and from the openStacks.

A hidden stack that is re-shown later will not receive any of the 
"open*" messages because it is already open, it just isn't being drawn 
on screen. A closed stack will receive all the open* messages because it 
really is opening again.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list