Does "go stack" work in Android?

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
rdmiller
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 15
Joined: Thu Mar 29, 2012 10:46 am

Does "go stack" work in Android?

Post by rdmiller » 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

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Does "go stack" work in Android?

Post by Klaus » Thu May 10, 2012 8:40 pm

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

Post Reply