Re: google sheets - anybody doing anything besides mergGoogle

2020-03-08 Thread Mike Kerner via use-livecode
it might help us get started. i'm going to probably put out an rfq to wrap the v4 rest api, because we're going to have to come to a solution, either using lc or some other tool. On Sun, Mar 8, 2020 at 6:01 PM Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > Mike, > >

Re: google sheets - anybody doing anything besides mergGoogle

2020-03-08 Thread Ben Rubinstein via use-livecode
Mike, Very happy to share what I've got, but it's really not much - just a very thin wrapper round Google's API - and it's undocumented, mostly rough code - copied from one stack to the next, usually done in a tearing hurry! I'll try to pull something together, but please promise not to

Re: Modal stacks acting like systemWindow property set to true

2020-03-08 Thread Klaus major-k via use-livecode
Hi Gabe, > Am 08.03.2020 um 19:37 schrieb Gabe J via use-livecode > : > > Sorry, I forgot an important detail: > It has to be on a "send" command, like the following: > *send* "answer 1" to this stack in 3 seconds AHA! :-) OK, bug confirmed! > Gabe Best Klaus -- Klaus Major

Re: Modal stacks acting like systemWindow property set to true

2020-03-08 Thread Gabe J via use-livecode
Sorry, I forgot an important detail: It has to be on a "send" command, like the following: *send* "answer 1" to this stack in 3 seconds Gabe On Sun, Mar 8, 2020 at 1:31 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Gabe, > > > Am 08.03.2020 um 19:25

Re: Modal stacks acting like systemWindow property set to true

2020-03-08 Thread Klaus major-k via use-livecode
Hi Gabe, > Am 08.03.2020 um 19:25 schrieb Gabe J via use-livecode > : > > Hi, > > We have noticed an issue in LiveCode where if a modal stack is triggered > (example: using the "answer" command) in LiveCode 8 and 9 in MacOS, but we > are in another application, the modal stack will appear over

Modal stacks acting like systemWindow property set to true

2020-03-08 Thread Gabe J via use-livecode
Hi, We have noticed an issue in LiveCode where if a modal stack is triggered (example: using the "answer" command) in LiveCode 8 and 9 in MacOS, but we are in another application, the modal stack will appear over the other program we are in. This does not happen with "answer file", though (the