Re: LibraryStack Message

2016-11-28 Thread Bob Sneidar
No close quote Bob S On Nov 23, 2016, at 17:38 , Richard Gaskin > wrote: > start using stack "HelloWorld.livecodescript # ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: LibraryStack Message

2016-11-23 Thread J. Landman Gay
The libraryStack handler should only fire when the stack is first put in use. It's like an openstack handler for libraries. Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 23, 2016 4:33:42 PM

Re: LibraryStack Message

2016-11-23 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: > (hmm I guess this would be easy enough to test, > now that I break it down….) Nothing beats hands-on empirical evidence. And maybe needed here, because to be honest I don't understand your script. I see that you have a "start using" command, but I don't

Re: LibraryStack Message

2016-11-23 Thread Sannyasin Brahmanathaswami
I guess I am not being clear (hmm I guess this would be easy enough to test, now that I break it down….) helloWorld.livecodescript # stack # contains handler 1 on libraryStack answer "One World, One God" with "OK!" end libraryStack # contains handler 2 on wonderOfWonders

Re: LibraryStack Message

2016-11-23 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: ... > on libraryStack > # do more initialization stuff here that you > # may prefer to encapsulate inside this script > end libraryStack ... > ? this issue is: we don't want the initialization scripts in the > stack to fire everytime it is called, only on the