Re: Saving Changes in iOS - Solved

2018-01-31 Thread Roger Guay via use-livecode
Thanks to Ralph and Klaus, I’ve succeeded in building my first iOS app that saves user data. The following post form Klaus did it. > Please read up the specialfolderpath() section in the dictionary. > > 1. specialfolderpath("documents”) is the folder inside of the application > bundle where

RE: Saving Changes in iOS

2018-01-29 Thread Ralph DiMola via use-livecode
ode-boun...@lists.runrev.com] On Behalf Of Roger Guay via use-livecode Sent: Monday, January 29, 2018 12:41 PM To: How to use LiveCode Cc: Roger Guay Subject: Re: Saving Changes in iOS Hi Klaus, So are you saying that I create a folder called "specialfolderpath("documents”)”, add this

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
> Am 29.01.2018 um 18:57 schrieb Klaus major-k via use-livecode > : > > Hi Roger, > >> Am 29.01.2018 um 18:41 schrieb Roger Guay via use-livecode >> : >> >> Hi Klaus, >> >> So are you saying that I create a folder called >>

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
Hi Roger, > Am 29.01.2018 um 18:41 schrieb Roger Guay via use-livecode > : > > Hi Klaus, > > So are you saying that I create a folder called > "specialfolderpath("documents”)”, add this folder to the “Copy Files” of the > Standalone Application Settings, and

Re: Saving Changes in iOS

2018-01-29 Thread Roger Guay via use-livecode
Hi Klaus, So are you saying that I create a folder called "specialfolderpath("documents”)”, add this folder to the “Copy Files” of the Standalone Application Settings, and put my MainStack into it? Thanks, Roger > On Jan 29, 2018, at 9:21 AM, Klaus major-k via use-livecode >

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
Hi Roger, > Am 29.01.2018 um 17:17 schrieb Roger Guay via use-livecode > : > > Sorry Klaus and Ralph, but I’m not getting it. How/where do I find the "the > documents folder" or "the temporary folder”? You already named it: the documents folder the temporary

Re: Saving Changes in iOS

2018-01-29 Thread Roger Guay via use-livecode
Sorry Klaus and Ralph, but I’m not getting it. How/where do I find the "the documents folder" or "the temporary folder”? (Preparing right hand for dope-slap) Thanks, Roger > On Jan 29, 2018, at 8:30 AM, Ralph DiMola wrote: > > Roger, > > On Android and iOS "the

RE: Saving Changes in iOS

2018-01-29 Thread Ralph DiMola via use-livecode
Roger, On Android and iOS "the engine folder" is read only. Any files/stacks you want to save/modify must be moved to "the documents folder" or "the temporary folder" before they can be modified/saved. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

Re: Saving Changes in iOS

2018-01-29 Thread Klaus major-k via use-livecode
Hi Roger, > Am 29.01.2018 um 16:14 schrieb Roger Guay via use-livecode > : > > I know I’m out to lunch again, but I notice that one cannot use the ol’ > Launcher+MainStack method in iOS to save user changes. What’s up with that? > How does one save user changes