On 1/12/17 12:25 PM, Bob Sneidar via use-livecode wrote:
Even though in the standalone settings I have the option to save substacks as individual stacks unchecked, it does it anyway. It just puts them in the app package instead of in another folder.
Did you mean "checked"? If checked, that option will extract substacks and save them as independent mainstacks. If not checked, they remain substacks. If LC isn't behaving that way it's a bug.
In either case, you can't write to the app bundle. If you want to save data, you need to copy the stacks to a writable location on first launch. The standalone builder can't know where you will want to save those stacks, and always places them into a folder you can access with specialFolderPath("resources").
-- Jacqueline Landman Gay | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
