Re: Initializing Libraries

2016-07-26 Thread Sannyasin Brahmanathaswami
Thanks for everyone's patience in replyin to my tedious, repeated inquiries on this subject. I've been days and days fumbling with this. As of yesterday, the mists cleared and finally things are working… I must be super dense as one would think this could be easier. Any refinements to this feabl

Re: Initializing Libraries

2016-07-25 Thread David Bovill
Script only stacks are designed from the IDE's point of view as not needing to show a stack window - as what would be the point as any changes to the visible appearance are discarded. Consequently the IDE loads the stack as an invisible stack, and will often open the script in the script editor wit

Re: Initializing Libraries

2016-07-25 Thread J. Landman Gay
On 7/24/2016 10:56 PM, Sannyasin Brahmanathaswami wrote: lf you use just use someStack.livecode when you open the "stack" (script only) it actually instantiates a window in the IDE that you can then do cmd-K and it auto opens the script. if you double click on the someStack.livecodescript from

Re: Initializing Libraries

2016-07-24 Thread Sannyasin Brahmanathaswami
True: you can make the file association on hour mac (document/application binding) for .livecodescript/Livecode but LC handles it differently lf you use just use someStack.livecode when you open the "stack" (script only) it actually instantiates a window in the IDE that you can then do cmd-K

Re: Initializing Libraries

2016-07-23 Thread J. Landman Gay
On 7/23/2016 4:04 PM, Sannyasin Brahmanathaswami wrote: ) if the extension of the text only stack is ".livecode" then you can boot that into the IDE or use GO or "start using" but if you use ".livecodescript" as the extension. then you can't actually open it in the IDE by double clicking. I not

Initializing Libraries

2016-07-23 Thread Sannyasin Brahmanathaswami
I'm still struggling with the initialization of text only stacks/libs into the message path A few questions. 1) if the extension of the text only stack is ".livecode" then you can boot that into the IDE or use GO or "start using" but if you use ".livecodescript" as the extension. then you can'