Page 1 of 1
How to return to where left off before closing stack.
Posted: Wed Oct 10, 2012 6:53 pm
by SusanB
I can't seem to figure out how on openStack I can get back to the screen I left off with the same globals in effect as I had before closing the stack. Any help would be greatly appreciated!
Re: How to return to where left off before closing stack.
Posted: Wed Oct 10, 2012 7:13 pm
by jmburnod
Hi Susan,
If i understand what you want, i think you have to write the name of card you left and the globals in a file of the document folder. The next time you open the stack, you're reading this file and opening the wanted card with its globals.
Jean-Marc
Re: How to return to where left off before closing stack.
Posted: Wed Oct 10, 2012 7:20 pm
by Klaus
Hi Susan,
yep, just like in real life:
If you can't remember something, you should write it down and put that note in a place where you can find it the next time!
Why is everyone always thinking so "computer-centric" to solve a problem?
(Rhetorical question!)
Check this thread (example stack included to get you started)
http://forums.runrev.com/phpBB2/viewtop ... 49&t=10419
Best
Klaus
Re: How to return to where left off before closing stack.
Posted: Wed Oct 10, 2012 7:26 pm
by SusanB
Thanks so much! I know, I can't remember where I put my keys let alone all that other stuff. I'm going to work on that ASAP.
I've actually successfully uploaded my first app, and it seems to be in waiting to be reviewed purgatory. In the mean time, I read somewhere that they like you to be able to return to where you left off. Also, I found a stupid little easy to fix bug which I somehow missed and don't want to appear in any downloads, so I guess I'll have to submit a 2nd version before the release date of the first version, if that's possible.
Re: How to return to where left off before closing stack.
Posted: Sat Oct 13, 2012 5:38 am
by SusanB
I just want to say that I love everybody in this forum

Thanks to you, my first app was just approved! Before it's release, I am going to resubmit a version with that one tiny little bug fixed, but there is light at the end of the tunnel. "Return to page" will definitely be included in the next major upgrade (it's kind of complicated and it always takes me a loooong time to do things like that).
So thanks again, my heroes!
Re: How to return to where left off before closing stack.
Posted: Sat Oct 13, 2012 9:33 am
by Dixie
Hey..
Attached a stack that will do what you wish... swipe through the cards, close the stack... open it again.. and voila!
Al the handlers are in the stack script, but it is the openCard handler that does what you wish.
be well
Dixie