I don't think this works with just a stackfile but a standalone.

On Thu, Oct 10, 2013 at 10:08 AM, Dr. Hawkins <doch...@gmail.com> 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@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
Regards,

Andrew Kluthe
and...@ctech.me
_______________________________________________
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