Re: updating text of a mobile app (newbie)

2018-01-08 Thread Brian Milby via use-livecode
That path should be safe to download new content. As long as you are just downloading data, you are within mobile store rules. On Mon, Jan 8, 2018 at 9:01 PM Nicolas Cueto via use-livecode < use-livecode@lists.runrev.com> wrote: > A goal this year is to get an app (for foreign language learning) o

Re: Local Image Paths in HTML for Browser Widget Fails

2018-01-08 Thread Sannyasin Brahmanathaswami via use-livecode
Nope… no way. On mobile, there are major issues with certain mobile controls. e.g. scrolling group becomes a mobile scroller on a phone… this "lies on top of everything" and I believe the browser is also generating a mobile control instance as well. I don't understand it 100% (not even 10%) but

updating text of a mobile app (newbie)

2018-01-08 Thread Nicolas Cueto via use-livecode
A goal this year is to get an app (for foreign language learning) on the Android and iOS stores. To this end, I have begun to re-study LC8's app building course; LC itself I've been using for decades. Let's say my original app gets approved. In that app is a datagrid object list consisting of 10 v

Re: Notifying users of Web Delays in Browser Widget

2018-01-08 Thread Mark Talluto via use-livecode
On Jan 7, 2018, at 7:06 PM, Sannyasin Brahmanathaswami via use-livecode wrote: > > OT: Throttling bandwidth on test devices seems to be a common requirement, if > you are stuck with highspeed WIFI.. what to do? A quick search, yes, lots of > hits, but no easy options… for either iOS or Andro

Re: Object layers

2018-01-08 Thread J. Landman Gay via use-livecode
On 1/8/18 2:07 PM, Mark Wieder via use-livecode wrote: I have a similar problem with my yahoo account, and gmail isn't much help either. Maybe even worse, since gmail insists on not respecting folders. I have gMail forward all incoming mail to my hyperactivesw address, where I read it on my M

Re: Object layers

2018-01-08 Thread Mark Wieder via use-livecode
On 01/08/2018 10:51 AM, dunbarx via use-livecode wrote: I do get a lot of eye rolling about that. Stuck in the past, you see. Heh. Yeah, but what I had in mind is that aol's email access doesn't handle things like threading, so their technology (or rather their not keeping up to date with it

Re: Object layers

2018-01-08 Thread dunbarx via use-livecode
I do get a lot of eye rolling about that. Stuck in the past, you see. Craig -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

Re: Object layers

2018-01-08 Thread Mark Wieder via use-livecode
Jacque- Remember that Craig is still using aol. Nuff said. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: htt

Re: Local Image Paths in HTML for Browser Widget Fails

2018-01-08 Thread hh via use-livecode
Yet another option. For a *true* progress animation (no gif) use https://github.com/HubSpot/pace That's what I use with my HTML5 demo pages. For example (with a selfmade LiveCode theme) http://hh.on-rev.com/html5/SVG2PNG_HTML5-9.0.0-dp-4hhX.html Instead you could use your own logo for rotating.

Re: iOS Profile Menu

2018-01-08 Thread Dave Kilroy via use-livecode
Roger, I find it saves my sanity (and keeps things tidy) if I zap old provisioning profiles before getting Xcode to install new ones - you should find them on your system at the location below: /Users/[userName]/Library/MobileDevice/Provisioning Profiles Dave - "The first 90% of the task t