How to launch a stack from a file.
Richard Gaskin
ambassador at fourthworld.com
Sun Feb 7 14:40:36 EST 2016
Michael Doub wrote:
> I am trying to build a simple launcher app and I am stumped as to how
> to load a stack from a file. I have no problem loading it from my
> dropbox, but not from a local file.
>
> put
> /Users/mike/Library/Preferences/CueSheets/ridewithgps_cuesheets.livecode
> into localpath
>
> none of the following work:
>
> go stack localpath
> go stack url ("binfile:" & localpath)
> go stack url ("file:" & localpath)
>
> I have also tryed the "in a new window" clause
>
> What am I missing?
A check of "the result" immediately after the line that fails so you can
find out what the engine's trying to tell you about how to fix it.
--
Richard Gaskin
Fourth World Systems
Software Design and Development for Desktop, Mobile, and Web
____________________________________________________________
Ambassador at FourthWorld.com http://www.FourthWorld.com
More information about the use-livecode
mailing list