you can open any arbitrary stack with any livecode made standalone. just drag 
drop the stack file onto the standalone, or use the file association dialog of 
the OS (for example right click "open with..." on windows, then select any 
standalone).


On 16 May 2011, at 18:02, Trevor DeVore wrote:

> On Mon, May 16, 2011 at 11:47 AM, Mark Schonewille <
> m.schonewi...@economy-x-talk.com> wrote:
> 
>> Does that prevent AppleScript also from opening another stack in a
>> standalone and executing the openStack handler?
> 
> 
> No. But your code that process the AppleScript events for opening files
> handles that (assuming the LiveCode engine will open stacks automatically in
> applications built with LiveCode).
> 
> If your application uses stacks for data storage I wouldn't recommending
> implementing it in such a way that allows random code execution. You should
> just load the stack into memory using something like `if there is a stack
> "/path/to/stack"`. That way no messages are sent and no code is executed.
> 
> -- 
> Trevor DeVore
> Blue Mango Learning Systems
> 
> LiveCode Resources for Developers: http://livecode.bluemangolearning.com
> 
> Get SQL Yoga as part of the Omegabundle for LiveCode 2011: Save 85% on
> essential tools for LiveCode development - omegabundle.com.
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to