Passive Shell Commands
Phil Davis
revdev at pdslabs.net
Thu Oct 10 14:56:59 EDT 2013
If you want to launch the second stack in a separate process (with its
own LC session), it will have to be made into a standalone app. You can
only "launch" an app, which a stackfile is not.
If you just want to open the stack in your current LC session, you can
just open it, or go to it, or toplevel it, or....
Best -
Phil Davis
On 10/10/13 8:08 AM, Dr. Hawkins wrote:
> I'm trying to launch a second livecode stack, but it isn't working.
>
> I created master.livecode and slave.livecod on the desktop.
>
> I give master a script of
>
> on openstack
> global slApp
>
> put "/Users/hawk/Desktop/slave/MacOSX/slave.app/Contents/MacOS/slave"
> into slApp
> answer "starting"
> breakpoint
> put there is a file slApp --<yields true>
> open process slApp for binary update
> put the result -- yields empty
> end openstack
>
> but slave doesn't get opened.
>
> Am I doing something wrong here?\
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
--
Phil Davis
More information about the use-livecode
mailing list