Re: develop a hybrid app

2017-05-04 Thread Rick Harrison via use-livecode
Hi Matt, Apple has made it extremely difficult to do anything which accesses other apps or functions outside of your own app. Everything is “sandboxed” to make sure that your app doesn’t interfere with anyone else’s app or other Apple apps. Apple has made sure that one can’t make a better iTunes

Re: develop a hybrid app

2017-05-04 Thread Mike Kerner via use-livecode
You can't block outbound calls on ios, only inbound, and only based on caller id ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: develop a hybrid app

2017-05-04 Thread Mike Kerner via use-livecode
Oh, yes, and as usual, any incorrect statements I made in said post are simply evidence that my account has been Sims'd, not that I don't know what I'm talking about. On Thu, May 4, 2017 at 2:51 PM, Mike Kerner wrote: > The short answer is "nope". > • If you have a smart watch, you know that the

Re: develop a hybrid app

2017-05-04 Thread Richard Gaskin via use-livecode
Mike Kerner wrote: > • There is a reason why Nissan is proposing adding Faraday cages to > the center console of the Juke ( > https://www.google.com/search?q=nissan+faraday+cage&oq=nissan+faraday+cage&aqs=chrome..69i57.3488j0j7&sourceid=chrome&ie=UTF-8) > - because your ability to conrol someon

Re: develop a hybrid app

2017-05-04 Thread Mike Kerner via use-livecode
The short answer is "nope". • If you have a smart watch, you know that the apps run on the watch, not on the phone, so even if you get the phone, the watch still wins. • There is a reason why Nissan is proposing adding Faraday cages to the center console of the Juke ( https://www.google.com/search?

Re: develop a hybrid app

2017-05-04 Thread Richard Gaskin via use-livecode
Matt Maier wrote: > What's a language token? It's just a generic term for the superset of all language elements that include messages, functions, operators, control structures, etc. -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: develop a hybrid app

2017-05-04 Thread Matt Maier via use-livecode
What's a language token? On Thu, May 4, 2017 at 10:11 AM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Matt Maier wrote: > > > On Thu, May 4, 2017 at 8:39 AM, Richard Gaskin wrote: > > > >> Matt Maier wrote: > >> > Is there a concise list of what Livecode can do on mo

Re: develop a hybrid app

2017-05-04 Thread Richard Gaskin via use-livecode
Matt Maier wrote: > On Thu, May 4, 2017 at 8:39 AM, Richard Gaskin wrote: > >> Matt Maier wrote: >> > Is there a concise list of what Livecode can do on mobile devices? >> >> I'm not sure, but filtering the Dictionary with "mobile" will reveal >> language elements specific to those platforms. > >

Re: develop a hybrid app

2017-05-04 Thread Matt Maier via use-livecode
On Thu, May 4, 2017 at 8:39 AM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Matt Maier wrote: > > > Is there a concise list of what Livecode can do on mobile devices? > > I'm not sure, but filtering the Dictionary with "mobile" will reveal > language elements specific

Re: develop a hybrid app

2017-05-04 Thread Richard Gaskin via use-livecode
Matt Maier wrote: > Is there a concise list of what Livecode can do on mobile devices? I'm not sure, but filtering the Dictionary with "mobile" will reveal language elements specific to those platforms. > Auto-reply - prewritten messages that go out when you're focusing to > explain what you

Re: develop a hybrid app

2017-05-04 Thread Matt Maier via use-livecode
Is there a concise list of what Livecode can do on mobile devices? Activity tracking - some kind of awerenesses that the user interacted with their phone during focus time. Did they turn the screen on, did they spend time out if the lilspace app, did they send/receive messages. The idea is to trig

Re: develop a hybrid app

2017-05-04 Thread pink via use-livecode
Access to phone functions is limited. On the iPhone is it extremely limited. Can you be more specific about what you mean by "activity tracking" and "auto-reply"? Screen dimming and silent mode definitely cannot be triggered by an iPhone app, I am not sure about Android but I doubt it can be done