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
Does "go stack" work in Android?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Does "go stack" work in Android?
Hi Richard,
...
put specialfolderpath("engine") & "/twe search.livecode" into tStack
go cd 1 of tStack
...
Please check the "Android Release Notes"!
Find them in Menu: Help.
Best
Klaus
...
put specialfolderpath("engine") & "/twe search.livecode" into tStack
go cd 1 of tStack
...
Please check the "Android Release Notes"!
Find them in Menu: Help.
Best
Klaus