Dispatching Messages to Closed Stacks Which Are Not in Memory

J. Landman Gay jacque at hyperactivesw.com
Mon May 15 14:15:53 EDT 2017


On 5/15/17 10:28 AM, Sannyasin Brahmanathaswami via use-livecode wrote:
> we have this
>
> dispatch "journalresume" to stack tEntryA["module"] with tDataA, tEntryA
>
> which in this case will be
>
> dispatch "journalresume" to stack "gems" with tDataA, tEntryA
>
> which when fired, triggers the
>
> journalResume
>
> handler in stack "gems"
>
> *even though it is not open*
>
> how can that be?


Any reference to a stack will re-open it. The reference here is in the 
dispatch command.

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




More information about the use-livecode mailing list