Re: iOS dumb question

2015-10-13 Thread William Prothero
Bob: See Ralph DiMola’s posting below. Best, Bill > On Oct 13, 2015, at 7:31 AM, Bob Sneidar wrote: > > No. It means any files that are not stack files e.g.. fonts, graphics, pdf > help files etc. > > Bob S > > > On Oct 12, 2015, at 16:25 , William Prothero > mailto:proth...@earthednet.org>

Re: iOS dumb question

2015-10-13 Thread Bob Sneidar
No. It means any files that are not stack files e.g.. fonts, graphics, pdf help files etc. Bob S On Oct 12, 2015, at 16:25 , William Prothero mailto:proth...@earthednet.org>> wrote: The standalone settings for iOS allow for copying files, but the “Copy Files” window states “non-stack files”.

RE: iOS dumb question

2015-10-12 Thread Ralph DiMola
mation Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay Sent: Monday, October 12, 2015 11:11 PM To: How to use LiveCode Subject: Re: iOS dumb question On 10/12/2015 9:55 PM, Monte Goulding wrote:

Re: iOS dumb question

2015-10-12 Thread Roger Eller
Also, with the new personal license which allows you to side-load apps onto your own devices, I would think it would be OK. That is, if the app will never be submitted to the app store. On Oct 12, 2015 10:55 PM, "Monte Goulding" wrote: > > > On 13 Oct 2015, at 1:52 pm, J. Landman Gay > wrote: >

Re: iOS dumb question

2015-10-12 Thread J. Landman Gay
On 10/12/2015 9:55 PM, Monte Goulding wrote: On 13 Oct 2015, at 1:52 pm, J. Landman Gay wrote: Doesn't this break Apple's rules about not downloading executable code? Yes it does. We had a discussion about this the other day. You can only update javascript. Mind you I bet you could get away

Re: iOS dumb question

2015-10-12 Thread Monte Goulding
> On 13 Oct 2015, at 1:52 pm, J. Landman Gay wrote: > > Doesn't this break Apple's rules about not downloading executable code? Yes it does. We had a discussion about this the other day. You can only update javascript. Mind you I bet you could get away with it for quite some time ;-) _

Re: iOS dumb question

2015-10-12 Thread J. Landman Gay
On 10/12/2015 7:00 PM, Ralph DiMola wrote: I use a small stub stack to fire up the main stack included in the copy files pane. On mobile these stacks are read-only. They are in a compressed format. If you copy them to "the documents folder" then the stack are writable. I have not done any timing

RE: iOS dumb question

2015-10-12 Thread Ralph DiMola
Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of William Prothero Sent: Monday, October 12, 2015 8:16 PM To: Use-livecode Use-livecode Subject: Re: iOS dumb question Ralph: Thanks! J

Re: iOS dumb question

2015-10-12 Thread William Prothero
process. > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of William Prothero > Sent: Monday, October 12, 201

RE: iOS dumb question

2015-10-12 Thread Ralph DiMola
6 PM To: Use-livecode Use-livecode Subject: iOS dumb question I’m working on an app that I will deploy to iOS and Android as well as desktop. The standalone settings for iOS allow for copying files, but the “Copy Files” window states “non-stack files”. Do this mean that all stacks in an iOS app

Re: iOS dumb question

2015-10-12 Thread William Prothero
Sorry, looks like I need Xcode 6.3. Bill > On Oct 12, 2015, at 4:25 PM, William Prothero wrote: > > I’m working on an app that I will deploy to iOS and Android as well as > desktop. The standalone settings for iOS allow for copying files, but the > “Copy Files” window states “non-stack files”.

iOS dumb question

2015-10-12 Thread William Prothero
I’m working on an app that I will deploy to iOS and Android as well as desktop. The standalone settings for iOS allow for copying files, but the “Copy Files” window states “non-stack files”. Do this mean that all stacks in an iOS app must be substacks of the main stack? I tried an iOS test with