Can iOS store info in stacks?

Gerry Orkin gerry.orkin at gmail.com
Mon Sep 26 18:23:29 EDT 2011


Yes - but only in stacks you copy to the device from the app bundle, because you'll need to save the stack to preserve the data and you can't modify the app bundle after it's installed. So you have a stub stack that contains your main stack in the Copy Files pane of the app, and on first launch you copy that stack to the device and your app runs from that stack. 


Gerry


-- http://gerryorkin.com

On 27/09/2011, at 4:26 AM, Bill Vlahos <bvlahos at mac.com> wrote:

> Can I store information in stacks (or custom properties of stack)?
> 
> If so, where can I find out more info on how to organize them?
> 
> Bill Vlahos
> _________________
> InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure.
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list