Rev vs. Standalone

Brad Allen BradAllen at mac.com
Mon May 20 05:29:16 EDT 2002


>In the startUp script of my standalone, I am trying to open a stack from the
>internet.  If I run the stack from within Rev, it works fine.  It's when
>it's built as a standalone that it doesn't open the stack from the internet.
>
>In the standalone, the result of:
>
>go stack "http://www.mysite.com/mystack.rev"
>
>is "No such card".  What's interesting, is that if I attempt to run the same
>command later in the standalone, (for example after an idle has occurred) it
>works fine.
>
>Anyone have any thoughts on this?

I had a similar problem using FTP within a preOpenStack handler; it 
worked in the development environment, but never worked in the 
standalone. I ended up having to move the FTP script into the 
openStack handler. Maybe the Internet Libraries don't load until 
after preOpenStack has finished.



More information about the use-livecode mailing list