I am, generally, a single stack person.
The OP asked about running a stack on an iPad: so, presumably a standalone,
and, presumably, a single stack.
Certainly I do NOT have a 'centering' script in the stackScript of my Devawriter Pro because
I do not want all the ancilliary palettes opening slap-bnag in the middle of someone's work.
iPad card off screen
Moderator: Klaus
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: iPad card off screen
Probably not a good assumption. It's rare my mobile apps are single stack. Even just using a menu stack means there are multiples.richmond62 wrote: ↑Sat Apr 01, 2023 7:13 pmThe OP asked about running a stack on an iPad: so, presumably a standalone,
and, presumably, a single stack.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: iPad card off screen
Thanks: I will take that piece of advice in the way I hope it is meant.Probably not a good assumption.

Re: iPad card off screen
I always mean the best for you, Richmond.richmond62 wrote: ↑Sat Apr 01, 2023 7:39 pmThanks: I will take that piece of advice in the way I hope it is meant.Probably not a good assumption.![]()
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: iPad card off screen
I think most built apps that need to store modifiable data in a stack will have at least 2 stacks - a splash stack which is built as the app and which brings up the mainstack, and the mainstack as a file that can be modified and save modifications - because most modern OS's frown upon apps that modify themselves.