Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Monte Goulding via use-livecode
The issue is google no longer allow you to use webviews in app to do OAuth. So basically this rules out anything that doesn’t open up an OS browser. The fastest way to resolve this for mergGoogle is to change to using GTMAppAuth from GTMOAuth2. It may be that the OAuth2 library can do what’s

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread zryip theSlug via use-livecode
Hi, I don't know if this would help, but I have native LC code for OAuth2 working with the google API on LC 8 and 9. I was using it with the google calendar API in an experimental lib last year and the code still working. Drop me a note and I could send you what I have. On Thu, May 3, 2018 at

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Monte Goulding via use-livecode
I have opened this bug report for mergGoogle https://quality.livecode.com/show_bug.cgi?id=21255 I will need to change the api of mergGoogle as you will need to hand it the url you get in the urlWakeUp message. This one is an enhancement

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Monte Goulding via use-livecode
Hi Sean I’m sorry to hear about your situation. It seems from the blog link you posted there was a notice on the iOS consent page. We weren’t notified in any other way and do not have a bug report open about this. It seems neither us, nor any of our users noticed the notice… anyway, we are

Re: LC on Windows - slow for others or just me?

2018-05-02 Thread Bob Sneidar via use-livecode
BTW I am also getting standalones locking up on Windows. The same standalone for Mac (same source) does not lock up. I will build with an earlier version to see if there is still a problem. Bob S > On May 2, 2018, at 14:40 , Curry Kenworthy via use-livecode >

Re: LC on Windows - slow for others or just me?

2018-05-02 Thread Curry Kenworthy via use-livecode
Howdy Richard, > pretty much the whole workflow of my day in LC on Win is painful, > compared to the easy breezy experience I get on Linux and Mac. Oh yes! At a certain version I got a huge slowdown and (as others mentioned) turned off script autoformatting features until it got better. I've

Re: Informal survey: multiple desktops

2018-05-02 Thread Peter Alcibiades via use-livecode
Yes, I use them and so do the people for whom I have installed Linux. My own use is with Fluxbox on Debian. I have six or more depending, and generally start up each app on a new desktop. Fluxbox also allows you to put open apps into tabs on one desktop, which is useful if working on multiple

FindBar Demo Online

2018-05-02 Thread Bob Sneidar via use-livecode
Hi all. I have uploaded the FindBar demo. Go to Sample Stacks from the tool bar, and search for it. I've improved it a bit, storing the sample data in an array, then creating a memory db when the stack is opened. If you run across any problems let me know off list and I will fix it. Be sure

Re: FindBar Demo Stack

2018-05-02 Thread Glen Bojsza via use-livecode
Hi Bob, It looks like it may interesting to play with...can you add me to your list. regards, Glen On Wed, May 2, 2018 at 12:27 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all. > > I've pieced together a very simple demo stack of my FindBar group if > anyone

Re: Livecode Share

2018-05-02 Thread Tom Glod via use-livecode
new design for this whole procedure is on the way...not a day too soon! :) On Wed, May 2, 2018 at 3:52 PM, Mike Bonner via use-livecode < use-livecode@lists.runrev.com> wrote: > put the database into a property, then put it out when the stack opens. > > On Wed, May 2, 2018 at 1:49 PM, Bob

Re: Seans GOFUNDME LInk

2018-05-02 Thread Tom Glod via use-livecode
hey. can i post this elsewhere? On Wed, May 2, 2018 at 3:49 PM, Tom Glod wrote: > oh man i would totally pitch in for this but i can't pay with paypal for > some reason.. i think its amazing that this happened . hopefully > this can help sean feel loved by the

Re: Livecode Share

2018-05-02 Thread Mike Bonner via use-livecode
put the database into a property, then put it out when the stack opens. On Wed, May 2, 2018 at 1:49 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi all and thanks for the response. I got the account set up, but the > sample stack comes with an sqlite database, so I

Re: Livecode Share

2018-05-02 Thread Bob Sneidar via use-livecode
Hi all and thanks for the response. I got the account set up, but the sample stack comes with an sqlite database, so I zipped it up, but I am unable to attach zipped files! I could work around it by converting the sqLite database to an array, then to a memory database, but this is fairly

Re: Seans GOFUNDME LInk

2018-05-02 Thread Tom Glod via use-livecode
oh man i would totally pitch in for this but i can't pay with paypal for some reason.. i think its amazing that this happened . hopefully this can help sean feel loved by the universe! because he is. its a beautiful thing to help eachother. On Wed, May 2, 2018 at 2:37 PM, J. Landman Gay

Re: Livecode Share

2018-05-02 Thread Mark Wieder via use-livecode
On 05/02/2018 12:37 PM, Mike Bonner via use-livecode wrote: If you go to "sample stacks" from the livecode bar, on the upper right you can either log in or sign up. Sign up to create an account, at which point you should be good to go. Heh. Mike beat me to it. -- Mark Wieder

Re: Livecode Share

2018-05-02 Thread Mark Wieder via use-livecode
On 05/02/2018 11:13 AM, Bob Sneidar via use-livecode wrote: Hi all. I'm trying to share a stack for the first time, but I'm having difficulty. I tried the Share This Stack... option in the File menu, but it takes me to a Login, and my Livecode Login doesn't seem to work for this. If I go

Re: Livecode Share

2018-05-02 Thread Mike Bonner via use-livecode
If you go to "sample stacks" from the livecode bar, on the upper right you can either log in or sign up. Sign up to create an account, at which point you should be good to go. On Wed, May 2, 2018 at 1:25 PM, Paul Hibbert via use-livecode < use-livecode@lists.runrev.com> wrote: > I’ve had this

Re: Livecode Share

2018-05-02 Thread Paul Hibbert via use-livecode
I’ve had this problem in the past and I’m sure I used the password reset to fix it (within the LC share option), but I’m away from my Mac until late tomorrow, so I can’t test right now. I’ll check as soon as I get home. Paul > On May 2, 2018, at 11:13 AM, Bob Sneidar via use-livecode >

Re: FindBar Demo Stack

2018-05-02 Thread Ron Metzker via use-livecode
Hi Bob, I would also be interested in the stack. Thanks! Ron > On May 2, 2018, at 9:27 AM, Bob Sneidar via use-livecode > wrote: > > Hi all. > > I've pieced together a very simple demo stack of my FindBar group if anyone > is interested. It comes with a 100

Re: Seans GOFUNDME LInk

2018-05-02 Thread J. Landman Gay via use-livecode
On 5/2/18 1:17 PM, Lagi Pittas via use-livecode wrote: Hi All. Sean hasn't accepted the invitation yet but we have to do this. here is the link it is all anonymous - no mention of SEan on the site. https://www.gofundme.com/scemergency I will donate as soon as I know he has accepted,

Seans GOFUNDME LInk

2018-05-02 Thread Lagi Pittas via use-livecode
Hi All. Sean hasn't accepted the invitation yet but we have to do this. here is the link it is all anonymous - no mention of SEan on the site. https://www.gofundme.com/scemergency Kindest Regards Lagi ___ use-livecode mailing list

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Lagi Pittas via use-livecode
Hi All I have set it up - but I want to have the money go directly to Sean Ive just read that if I put seans email address in it will send him an invite so he will be the only one able to withdraw funds. I am waiting his acceptance but I think we can add to it without him accepting -I HAVE NO

Livecode Share

2018-05-02 Thread Bob Sneidar via use-livecode
Hi all. I'm trying to share a stack for the first time, but I'm having difficulty. I tried the Share This Stack... option in the File menu, but it takes me to a Login, and my Livecode Login doesn't seem to work for this. If I go right to livecodesh...@runrev.com, there is no place to create a

RE: FindBar Demo Stack

2018-05-02 Thread Douglas Ruisaard via use-livecode
I'd be VERY interested... please, where I can find the demo? Douglas Ruisaard Trilogy Software (250) 573-3935 > Hi all. > > I've pieced together a very simple demo stack of my FindBar group if anyone > is interested. It comes > with a 100 record sqlite database with a sites table to query

RE: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Ralph DiMola via use-livecode
Lagi , I'm in. Let me know how to help. Sean, I don't "Share" EVER. I don't even have(and never will if I can avoid it) a FB account But here it is for what it's worth: I was working for a major bank in the 80s. I was in Tokyo and I started a backup and used the current tape instead of the

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Richmond Mathewson via use-livecode
Yeah; had a heart attack and a bloody great (quite literally) thrombosis 3 years ago: fitted with 5 stents. So: what to do? Well, I certainly wasn't going to lie there in the bed moaning my fate like all the losers in the hospital ward: practised my Bulgarian flirting with the nurses, did

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread William Prothero via use-livecode
Lagi, This is an excellent idea and a tangible expression of our caring for Sean and a way to help. After all, we are a community that can reach out in various ways to help each other, and what better way to step up? Can you post a link to the account? Maybe good if his name is on it, so it

Re: FindBar Demo Stack

2018-05-02 Thread Knapp Martin via use-livecode
Thanks Bob, I’d be interested. Marty > On May 2, 2018, at 9:27 AM, Bob Sneidar via use-livecode > wrote: > > Hi all. > > I've pieced together a very simple demo stack of my FindBar group if anyone > is interested. It comes with a 100 record sqlite database

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Tom Glod via use-livecode
Dear Sean, I hope that the dark clouds pass and you can gain clarity on what you can do to fix the situation. Software is hard to get right especially when there are different development teams involved. Maybe its Apple, maybe its Livecode.. maybe its both that could have done something better,

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Lagi Pittas via use-livecode
Hi All If I wasn't clear as to why I asked the question about gofundme - it's because people don't want their lives "on social media" and gofundme is probably as social as it get - lets keep it private between us. Regards Lagi On 2 May 2018 at 17:42, prothero--- via use-livecode <

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Lagi Pittas via use-livecode
Hi All I just setup a gofundme site - Never done it before but Can anyone tell me do we have to put Sean's name on it - what shall I call the page? Talk like that makes me shiver. I have a mate in Canada - he had his card account and paypal compromised a week or so ago - rent was due no money

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread prothero--- via use-livecode
Sean, I’ve seen you on this list, and the Director list for years. You have been someone whose kind responses and help have been very appreciated. Please know that there are many people who care about you and wish you the best. Please take a deep breath and don’t do anything that you haven’t

Re: Random Data Generator

2018-05-02 Thread Bob Sneidar via use-livecode
No, it's just a free site which will generate 100 records of data for columns you specify in a number of formats. If you want more data than that, donate $20 and you can generate large datasets for a year. Bob S > On May 2, 2018, at 08:49 , Stephen Barncard via use-livecode >

FindBar Demo Stack

2018-05-02 Thread Bob Sneidar via use-livecode
Hi all. I've pieced together a very simple demo stack of my FindBar group if anyone is interested. It comes with a 100 record sqlite database with a sites table to query against. By editing a constant in the FindBar field, you control which columns you want to do queries against. When the

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Stephen Barncard via use-livecode
Whatever, Sean. Please don't even consider suicide. You can recover from this. There will be more ( and more forgiving ) clients ahead for you. Hopefully you own your code and can fix and repurpose it for something else. You have the possibility, with Monte's help in the morning, to get this

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread AndyP via use-livecode
Hello Sean, I don't know you personally but I hope you take on board my sincere personal message to you. It sounds like you are in a very bad place at the moment. Please do not do anything rash, try to get some sleep and let your emotions settle. Then talk to your wife or if that's to difficult

Re: Random Data Generator

2018-05-02 Thread Stephen Barncard via use-livecode
was this excellent service "done in livecode" ?? there was a pause while something loaded... -- Stephen Barncard - Sebastopol Ca. USA - mixstream.org On Wed, May 2, 2018 at 8:22 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > Ever had the need to generate random

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Sean Cole (Pi) via use-livecode
It's all too too too late. I had no money to get a support contract. Spent it all getting the project running. It was working up until this morning so I had no idea that it would be an issue. My client was incredibly p'd. I have no way to redeem myself. I really couldn't care less if you can or

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Kevin Miller via use-livecode
Hi Sean, I¹m very sorry to hear your demo went wrong today. If its any consolation I¹ve been there and probably most of us have been in that situation at some point in our careers. Even Steve Jobs had the occasional demo that didn¹t work out! How you recover from that situation is probably more

Re: Random Data Generator

2018-05-02 Thread Knapp Martin via use-livecode
Hi Bob, I’ve used this web site: Marty > On May 2, 2018, at 8:22 AM, Bob Sneidar via use-livecode > wrote: > > Ever had the need to generate random data for a database demonstration or > other things? > >

Random Data Generator

2018-05-02 Thread Bob Sneidar via use-livecode
Ever had the need to generate random data for a database demonstration or other things? https://www.generatedata.com/ bob s ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Bob Sneidar via use-livecode
My apologies I didn't realize the gravity of your situation until I read the rest of the posts. > On May 2, 2018, at 07:39 , Bob Sneidar via use-livecode > wrote: > > > >> On May 2, 2018, at 03:55 , Sean Cole (Pi) via use-livecode >>

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Bob Sneidar via use-livecode
> On May 2, 2018, at 03:55 , Sean Cole (Pi) via use-livecode > wrote: > > Hi > > My clients rely on this feature and are shooting a pilot today (as in NOW!). For God's sake tell them not to shoot him while he is still airborne!!! Bob S

Re: LC on Windows - slow for others or just me?

2018-05-02 Thread Bob Sneidar via use-livecode
>From time to time I need to run LC in Windows to track down a Windows Only >issue with my code. I have also seen less than responsive behavior with the >SE, as well as the issue of actually missing keystrokes. And I am running a VM >from an SSD, on a MacOS ALSO running on an SSD. Local

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Andre Garzia via use-livecode
Sean, Do you have a support package? They don't monitor this list close, it might be better to call them over the phone while sending a direct email to Heather. At least this is somewhat fixable on their side. I remember when I lost a ton of money when Apple decided that only Obj-C/Cocoa apps

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Sean Cole (Pi) via use-livecode
It's all too late now. I'm walking with egg on my face. No response from LC still. despite being marked as urgent. To use the browser widget I would have had to write the whole wrapper from scratch rather than use merg dependance. If it had been written properly in the first place it would not

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Mike Kerner via use-livecode
I wonder if using the browser widget would be a temporary workaround so that you get the flow the way google is asking for it. On Wed, May 2, 2018 at 9:38 AM Sean Cole (Pi) via use-livecode < use-livecode@lists.runrev.com> wrote: > If he had then it would also be in 8.1.10 or 8.2 (but it is

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Sean Cole (Pi) via use-livecode
If he had then it would also be in 8.1.10 or 8.2 (but it is not). v9 is basically still a beta (a GM beta!) as is incredibly buggy and virtually unusable for client projects. I wouldn't dare touch it yet till it is actually fully operational. Sean Cole *Pi Digital Productions Ltd*

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Lagi Pittas via use-livecode
Hi Sean, I feel your pain really! Just a question wouldn't the Oauth2 that is built in to LC9 work - maybe that's the reason it wasn't updated but i'm sure Monty wouldn't be dismissive - he was once at the coal face (no pun intended). Regards Lagi On 2 May 2018 at 14:00, Pi Digital via

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Pi Digital via use-livecode
They would not be able to sort it in the next 1hr by which time our slot is over. They’ve had two years to sort this. Fortunately, in London there are plenty of trains and cars to run in front of as I can’t face another day of this. I’ve lost a huge client, a tonne of work and any chance of

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Dave Kilroy via use-livecode
Sean this sounds like a nightmare. Awful you've been affected like this. But please just go for a long walk by the cliffs without jumping off! Kind regards Dave - "The first 90% of the task takes 90% of the time, and the last 10% takes the other 90% of the time." Peter M. Brigham --

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Mike Kerner via use-livecode
Perhaps rather than you and I chasing each other on multiple lists we could keep the conversation to one list. Have you tried contacting LC? I'm pretty sure when Monte was writing mergGoogle for me, he was up a few nights. On Wed, May 2, 2018 at 8:49 AM Pi Digital via use-livecode <

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Pi Digital via use-livecode
It works fine on OSX but not on ios. Google have been documenting, apparently, for the last two years that they would be dropping support from using non-browser oAuth on iOS and Android devices. 1st May 2018 was apparently their cut off day. We now get this on iPads:

Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Mike Kerner via use-livecode
See the thread on the other list. It appears to be working for me just fine. On Wed, May 2, 2018 at 6:56 AM Sean Cole (Pi) via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi > > Apparently, google stopped using their old method of oAuth and started > deprecation from 1March 2017. As

URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-02 Thread Sean Cole (Pi) via use-livecode
Hi Apparently, google stopped using their old method of oAuth and started deprecation from 1March 2017. As of Apr 20 2018 it no longer works. My clients rely on this feature and are shooting a pilot today (as in NOW!). And the features built in no longer work as google docs no longer works.

Re: Segmented Control widget mouseDown

2018-05-02 Thread Richmond Mathewson via use-livecode
I was fiddling around with this at the weekend trying to work out how it worked, and was surprised by the lack of mouseDown/Up as well. Richmond. On 2/5/2018 8:16 am, Andrew Bell via use-livecode wrote: (apologies, this was initially sent to the wrong email) Is there any way to capture

Re: Informal survey: multiple desktops

2018-05-02 Thread Richmond Mathewson via use-livecode
On both Xubuntu and MX Linux (i.e. both using the xfce window manager) I do NOT have a problem with LiveCode popping up on all virtual desktops. Richmond. On 2/5/2018 2:15 am, Warren Samples via use-livecode wrote: On 04/30/2018 11:43 PM, Richard Gaskin via use-livecode wrote: Now that

mobileSensorAvailable accuracy on Android

2018-05-02 Thread Andrew Bell via use-livecode
I'm getting false positives when using mobileSensorAvailable("location") with Location Services disabled on my device. iOS is able to determine Location Services is disabled and notify user (via a short script), but the same code in my Android build is telling me the sensor is available. I