Re: fixed textheight affects scrolling?

2020-07-09 Thread Klaus major-k via use-livecode
Hi Mark, > Am 09.07.2020 um 11:22 schrieb Mark Waddingham via use-livecode > : > > On 2020-07-09 09:54, Klaus major-k via use-livecode wrote: >> Hi all, >>> Am 08.07.2020 um 17:51 schrieb Klaus major-k via use-livecode >>> : >>> Hi friends, >>> strange phenomenon, maybe I am missing

Re: fixed textheight affects scrolling?

2020-07-09 Thread Klaus major-k via use-livecode
Hi all, > Am 08.07.2020 um 17:51 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > strange phenomenon, maybe I am missing something!? > LC 9.6 on macOS 10.14.6 > > I have two fields with all available fonts and each line is formatted > directly > in the appropriate font it

Re: fixed textheight affects scrolling?

2020-07-09 Thread Mark Waddingham via use-livecode
On 2020-07-09 09:54, Klaus major-k via use-livecode wrote: Hi all, Am 08.07.2020 um 17:51 schrieb Klaus major-k via use-livecode : Hi friends, strange phenomenon, maybe I am missing something!? LC 9.6 on macOS 10.14.6 I have two fields with all available fonts and each line is formatted

OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread Ben Rubinstein via use-livecode
I had code that did stuff with Google sheets, it worked fine, I haven't used it for about nine (?) months. Now it doesn't work. To cut a long story short, I've started all over again on a clean base. Created a new Client ID at

Re: OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread Ben Rubinstein via use-livecode
Thanks Brian! I've patched my copy for now. What a PITA. Ben On 09/07/2020 13:29, Brian Milby via use-livecode wrote: Check out bug 22557 / PR 7381. Line 247 of oath2.livecodescript need urlEncode removed Sent from my iPad On Jul 9, 2020, at 7:33 AM, Ben Rubinstein via use-livecode

Re: fixed textheight affects scrolling?

2020-07-09 Thread Klaus major-k via use-livecode
Hi all, > Am 09.07.2020 um 11:40 schrieb Klaus major-k via use-livecode > : > > Hi Mark, > ... Hi friends, strange phenomenon, maybe I am missing something!? LC 9.6 on macOS 10.14.6 I have two fields with all available fonts and each line is formatted directly in

Re: OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread Brian Milby via use-livecode
Check out bug 22557 / PR 7381. Line 247 of oath2.livecodescript need urlEncode removed Sent from my iPad > On Jul 9, 2020, at 7:33 AM, Ben Rubinstein via use-livecode > wrote: > > I had code that did stuff with Google sheets, it worked fine, I haven't used > it for about nine (?) months.

Re: OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread David Bovill via use-livecode
Ah - makes sense. Thanks for spotting that Brian. On 9 Jul 2020, 14:15 +0100, Ben Rubinstein via use-livecode , wrote: > Thanks Brian! > > I've patched my copy for now. What a PITA. > > Ben > > On 09/07/2020 13:29, Brian Milby via use-livecode wrote: > > Check out bug 22557 / PR 7381. > > > >

Re: OAuth2 invalid_grant: Malformed auth code (Google Sheets API)

2020-07-09 Thread Brian Milby via use-livecode
I can’t take all the credit. I just found the bug report (with a solution listed) and submitted the PR. Ran into the same issue trying to use the Google Calendar API. Sent from my iPhone > On Jul 9, 2020, at 6:19 PM, David Bovill via use-livecode > wrote: > > Ah - makes sense. Thanks for