Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-11 Thread Sean Cole (Pi) via use-livecode
On Thu, 12 Mar 2020 at 00:17, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > I had thought the problem at that time was that your app was using > Google's older auth method, before they switched to OAth2. > Correct. But not the oAuth Lib directly anyway. What bothered

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-11 Thread J. Landman Gay via use-livecode
The crasher was fixed. I think Sean is talking about how scrolling doesn't change the position of the red dots. That seems minor, since it fixes itself once any keyboard activity happens. Annoying maybe, but not critical. The bad bugs usually get fixed. Panos said the team is aware of the new

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-11 Thread Richard Gaskin via use-livecode
I had thought the problem at that time was that your app was using Google's older auth method, before they switched to OAth2. The Oath2 lib is in LC's Github repository: https://github.com/livecode/livecode/blob/develop/extensions/script-libraries/oauth2/oauth2.livecodescript So now I'm

LC & Catalina; macOS 10.15.x; Xcode 11.3.x; iOS 13.3.x support ???

2020-03-11 Thread Sean Cole (Pi) via use-livecode
With the release of early GM versions of these from Apple 6mths ago and dev releases since 9 mths ago, Why do I STILL have them uninstalled on my machines because I have been waiting for LC to catch up?? This is making my nethers ache now. Panos merged it WAY BACK in Jan 14th. ??? C'mon!

Re: Philosophical questions about the fontNames

2020-03-11 Thread Paul Dupuis via use-livecode
On 3/11/2020 6:48 PM, J. Landman Gay via use-livecode wrote: On 3/11/20 5:36 PM, Richard Gaskin via use-livecode wrote: Querying the fontNames includes: (Default) (Styled Text) (Menu) (Text) (Message) (Tooltip) (System) These are not font names, but constants the engine accepts so that we

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-11 Thread Sean Cole (Pi) via use-livecode
Faith, I am told, is the 'Assured expectation of things not yet beheld'. There is very little in the way of evidence or assurance to inspire faith. Unless it's there and I'm looking in the wrong places. As I say, script editor is still messed up and thats where ALL of our work gets done. I'm tired

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-11 Thread J. Landman Gay via use-livecode
On 3/11/20 5:06 PM, Pi Digital via use-livecode wrote: I’m guessing uptake for LC4FM is as low as I had predicted it would be, especially based on the forum discussions. Forum participation is not a good indication of uptake, and I wouldn't venture a guess based on that. I don't think folks

Where is André ?

2020-03-11 Thread Charles Lachat via use-livecode
Hi, Let’s say I build an XML tree in LiveCode; part of it is: revXMLPutIntoNode idID, "/identity/name", textEncode (field "name_source" ,"UTF8") -- fld contains "André" When I write the XML file: put revXMLText (idID) into URL **myFile.xml** … I don’t find André any longer, but Andr How

Re: Philosophical questions about the fontNames

2020-03-11 Thread J. Landman Gay via use-livecode
On 3/11/20 5:36 PM, Richard Gaskin via use-livecode wrote: Querying the fontNames includes: (Default) (Styled Text) (Menu) (Text) (Message) (Tooltip) (System) These are not font names, but constants the engine accepts so that we can have good-looking, HIG-savvy UIs on multiple platforms.

Philosophical questions about the fontNames

2020-03-11 Thread Richard Gaskin via use-livecode
Querying the fontNames includes: (Default) (Styled Text) (Menu) (Text) (Message) (Tooltip) (System) These are not font names, but constants the engine accepts so that we can have good-looking, HIG-savvy UIs on multiple platforms. But they're not font names. They're not fonts at all.

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-11 Thread Pi Digital via use-livecode
I had a major issue with oAuth when google first switched off the old credentials format which caused me to have a major breakdown and lost all of my clients as a result. Merg had not been updated to reflect and prepare the the change so caused it to catastrophically breakdown on the very day

OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-11 Thread Ben Rubinstein via use-livecode
Hi Mike, I haven't forgotten, but finally found time to take a look today and started writing minimal comments, and thought I should at least test it - for some reason the authorisation isn't working. For whatever reason, the call to OAuth2 results in the error "Malformed auth code." So I

[rfq]implement google sheets rest api

2020-03-11 Thread Mike Kerner via use-livecode
we're looking for someone to quote implementing the google sheets rest api to replace mergGoogle (and extend features since the rest API is more extensive than mergGoogle) https://developers.google.com/sheets/api/reference/rest I was thinking of taking the nice work monte did on the lc dropbox

Re: Apple Deprecated "UIApplicationExitsOnSuspend"

2020-03-11 Thread matthias rebbe via use-livecode
Good to know that it worked for you now. Ralph method is better, because it has to be done once and all created standalone now will contain the correct info.plist right away. If i remember correctly then 9.6.0 dp3 will already include that modification. - Matthias Rebbe Life Is Too Short For