Social sign in android

2018-09-15 Thread Jose Enrique Montero via use-livecode
Hi, Its possible do a sing in button using oauth2 lib in LC 9.0.1 ? I'm tried with google api, but after the googles login dialog appears, doesn't get the profile data. Some email in this list talk about the problem with url-redirect issue. Somebody has resolve it? Best regards José

Re: Remote Debugger Anomalies

2018-09-15 Thread Sannyasin Brahmanathaswami via use-livecode
Well I play with it a while, I don't have a perfect recipe yet... 1) debug error show up. Do edit the script. You check the error and close the script editor. So far I think the IDE has no cache of it. 2) then on the phone, you go to App Info, Uninstall. So far I didn't get a cached script.

Re: Navigator 6.2 alpha 1 is out

2018-09-15 Thread Geoff Canyon via use-livecode
Updated to 6.2.3 Removed the need for the option key in both the stack menu and the card menu. Menu selections now allow for the functionality previously managed by the option key. Option key is still an option (heh) for the stack menu. In the stack menu, there is now an option for showing IDE

Re: Remote Debugger Anomalies

2018-09-15 Thread J. Landman Gay via use-livecode
I asked this before and the fix is to quit the app, if I remember right. The problem on Android is that apps never really quit, they remain in the background until the OS needs the RAM. When the OS wipes the app, we don't receive any messages so the debugger won't know when the socket closes.

Re: Remote Debugger Anomalies

2018-09-15 Thread Sannyasin Brahmanathaswami via use-livecode
On 9/13/18 10:47 AM, Monte Goulding via use-livecode wrote: > OK that definitely gives me an idea. The cache is meant to be cleaned up when > the socket closes so should be happening between launches of the app but we > can also force the debug session to end during the deploy of the new version

Re: Internet Date Service test

2018-09-15 Thread Peter Bogdanoff via use-livecode
Thank you Mark, I’ll try it out. Peter > On Sep 14, 2018, at 9:24 PM, Mark Wieder via use-livecode > wrote: > > On 09/14/2018 08:30 PM, Peter Bogdanoff via use-livecode wrote: > > I’m not seeing how to translate use of an NTP server into "LC-talk.” I > > would love to use it but Google