Does "go stack" work in Android?
Posted: Thu May 10, 2012 8:20 pm
I have an ios app I am trying to get to work in Android. Amongst numerous problems, one fundamental one is that I can't navigate from the opening stack to a second stack. The second was bundled in with the first in the standalone builder; in the "copy files" area. When I get to the line where I want to go to the 2nd stack, I set the defaultfolder to "engine". I can then ask for a listing of the files and see the second stack listed there ("twe search.livecode"). But I get nothing when I tell it:
go cd 1 of stack "twe search.livecode"
or
go stack "twe search.livecode"
If I first insert this line of code (right after setting the defaultfolder to engine):
answer (there is a stack "twe search.livecode"
this returns FALSE.
Any ideas?
Thanks.
Richard
go cd 1 of stack "twe search.livecode"
or
go stack "twe search.livecode"
If I first insert this line of code (right after setting the defaultfolder to engine):
answer (there is a stack "twe search.livecode"
this returns FALSE.
Any ideas?
Thanks.
Richard