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

2018-05-02 Thread AndyP via use-livecode
Must agree that 9 series is slower on Windows 10 than previous versions.

Win 10 pro 64 bit

Observations

1. Instances of Livecode do not always shut down correctly and have to be
closed via the Task Manager.Failure to notice this can cause IDE hangs,
crashes and corrupted scripts when saving.

2. Having the message box open slows the IDE and closing the message box
does not revert Livecode to its previous speed.

3. Having the  Project Browser open slows the IDE and closing the Project
Browser  does not revert Livecode to its previous speed.

4. The Project Browser does not keep in sync with all changes made to
stacks. For example when grouping components the Project  Browser will not
always show the new group but still display the components as separate
entities. Closing and restarting the Project Browser will show the groping
change.



-
Andy Piddock 


My software never has bugs. It just develops random features. 

TinyIDE  a Free alternative minimalist IDE Plugin for LiveCode 


Script editor Themer for LC http://2108.co.uk  

PointandSee is a FREE simple but full featured under cursor colour picker / 
finder.
http://www.pointandsee.co.uk  - made with LiveCode
--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 needed in pure 
LCS (with a few feature additions) by following the implementation details here 
https://tools.ietf.org/html/rfc8252 ,  
however, as I’d still need to modify mergGoogle to pass it the auth token I 
think the first step is updating that separately. Hopefully, getting Sean out 
of some of his hot water in the process although from the sounds of things it 
may be too late for that.

> On 3 May 2018, at 10:05 am, zryip theSlug via use-livecode 
>  wrote:
> 
> 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.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 12:50 AM, Monte Goulding via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 here
> now and ready to help.
>
> From the sounds of things our OAuth2 script library won’t work for Google
> either so that isn’t an option. I’m looking for alternatives right now.
>
> If there is any chance of recovery with your clients please let me know if
> there is a new deadline to work to and I will do my best to get it done.
>
> Monte
>
> > On 2 May 2018, at 8:55 pm, 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 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.
> > Months in the making and preparation, and Google choose today of all days
> > to disallow it's use. FAB!!!
> >
> >
> > Why oh why oh why was this not addressed in the months leading up to
> this??
> > I am screwed and will not get paid now! I am sick and tired of how behind
> > Livecode gets. Off to find a cliff to jump from as this obviously wont
> get
> > fixed in time and I wont have any money to pay my bills as all of it went
> > it to putting this together! I'm as good as homeless. THANKS A MILLION!!
> >
> >
> > Sean Cole
> > *Pi Digital Productions Ltd*
> > www.pidigital.co.uk
> >
> >
> > eMail Ts & Cs    Pi Digital
> > Productions Ltd is a UK registered limited company, no. 5255609
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
Zryip TheSlug
http://www.aslugontheroad.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 request for the OAuth2 library to use AppAuth on 
platforms that can:

https://quality.livecode.com/show_bug.cgi?id=21256 


> On 3 May 2018, at 8:50 am, Monte Goulding via use-livecode 
>  wrote:
> 
> 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 here now and ready to 
> help.
> 
> From the sounds of things our OAuth2 script library won’t work for Google 
> either so that isn’t an option. I’m looking for alternatives right now.
> 
> If there is any chance of recovery with your clients please let me know if 
> there is a new deadline to work to and I will do my best to get it done.
> 
> Monte
> 
>> On 2 May 2018, at 8:55 pm, Sean Cole (Pi) via use-livecode 
>>  wrote:
>> 
>> 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.
>> Months in the making and preparation, and Google choose today of all days
>> to disallow it's use. FAB!!!
>> 
>> 
>> Why oh why oh why was this not addressed in the months leading up to this??
>> I am screwed and will not get paid now! I am sick and tired of how behind
>> Livecode gets. Off to find a cliff to jump from as this obviously wont get
>> fixed in time and I wont have any money to pay my bills as all of it went
>> it to putting this together! I'm as good as homeless. THANKS A MILLION!!
>> 
>> 
>> Sean Cole
>> *Pi Digital Productions Ltd*
>> www.pidigital.co.uk
>> 
>> 
>> eMail Ts & Cs    Pi Digital
>> Productions Ltd is a UK registered limited company, no. 5255609
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 here now and ready to help.

From the sounds of things our OAuth2 script library won’t work for Google 
either so that isn’t an option. I’m looking for alternatives right now.

If there is any chance of recovery with your clients please let me know if 
there is a new deadline to work to and I will do my best to get it done.

Monte

> On 2 May 2018, at 8:55 pm, Sean Cole (Pi) via use-livecode 
>  wrote:
> 
> 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.
> Months in the making and preparation, and Google choose today of all days
> to disallow it's use. FAB!!!
> 
> 
> Why oh why oh why was this not addressed in the months leading up to this??
> I am screwed and will not get paid now! I am sick and tired of how behind
> Livecode gets. Off to find a cliff to jump from as this obviously wont get
> fixed in time and I wont have any money to pay my bills as all of it went
> it to putting this together! I'm as good as homeless. THANKS A MILLION!!
> 
> 
> Sean Cole
> *Pi Digital Productions Ltd*
> www.pidigital.co.uk
> 
> 
> eMail Ts & Cs    Pi Digital
> Productions Ltd is a UK registered limited company, no. 5255609
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 
>  wrote:
> 
> 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 kept the 
> settings like that since then. Some of the newer formatting features could 
> have been getting on my nerves anyway, but definitely they should be 
> optimized, new code should be good code. I had to turn off script coloring 
> too.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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 kept the settings like that since then. Some of the newer 
formatting features could have been getting on my nerves anyway, but 
definitely they should be optimized, new code should be good code. I had 
to turn off script coloring too.


I am on a "real Windows machine" ie an HP laptop sold with Windows 10 
installed. I use this computer with LC daily and it is my primary 
development device. All the time.


> Just one full day on Windows each week would be so illuminating,
> these lags wouldn't survive long.

Excellent idea! Day a week would cure this. I don't remember whether I 
mentioned some Windows issues when talking about LC quality a while 
back, but to see this stuff you have to get hands-on with Windows 
(preferably native) often enough and long enough to see the whole 
picture. 10 minutes is not hands on. Otherwise there are things you 
won't notice.


For example, if you use LC on Windows frequently, check the Task 
Manager. A long-standing problem with LC on Windows is that the "LC 
Installer" or setup will eventually have multiple processes hanging 
around in memory. That can bog LC down, it can bog the whole computer 
down, and sometimes the Installer will also hang up and cause a big 
delay while launching LC. What I do is delete that file, which is not 
the installer you downloaded but rather the .setup.exe located in the 
installation. That's crucial to improve some aspects of performance.


Try it with the .setup deleted and most script autoformatting features 
off, and see how it behaves? That would help narrow down if more issues 
are remaining. I haven't done any engine version speed comparisons lately!


One more thing that LC 8/9 need is practical IDE editing features on par 
with LC 5/6. There's no comparison. It's another area where daily 
hands-on familiarity with using LC is key to understanding the 
difference. One tiny example, one of many, is when you right-click a 
control for context menu, now it takes a left-click to dismiss that so 
you can select another control, and a left click can accidentally move a 
control. These things add up.


Mark had suggested that I write all these up or go in and fix them and 
submit the changes, but of course I have my own code to maintenance 
first, for my clients and addon users; I just haven't had the free time 
to write up a detailed list of lost editing features or fix them for LC 
on a volunteer contributor basis. I would certainly be more available to 
do so on a paid basis. The IDE needs to shine.


Giving some attention to these things (Windows day, optimization, IDE) 
would help speed up adoption of new versions and tighten the feedback loop!


Best wishes,

Curry Kenworthy

Custom Software Development
LiveCode Training and Consulting
http://livecodeconsulting.com/


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 sources of data while writing a document citing them or drawing on
them, and I use that when its useful.  The other nice thing with Fluxbox is
that dragging a window off screen moves it to the next desktop.  So since
all my applications are on shortcuts I often just open in one desktop and
drag.

Others, I now install Debian with MATE, that being the closest thing to the
last good version of Gnome before the Gnome people lost their senses.   MATE
is brilliant, and if you have not tried it, do. Never a single question
after the first introduction about how to do things in it.  It just gets out
of the way. I don't like a conventional desktop which is why I use Fluxbox
myself, but if people want one or are used to one, MATE is the way to go for
them.

The first indicator that someone moving from Windows has integrated Linux is
that they start using multiple desktops spontaneously.  I have set up four,
explain how to make more if you want, and encourage them to also do one per
app, leaving the mail client and browser open all the time, for instance,
and working on documents on another desktop, and that is what they do. 

I set it up with the windows in the bottom panel in a row, so its easy to
glance and see where you are.

 The thing that makes them do it is when they see that the desktop you
temporarily leave stays exactly the same when you leave it and then come
back to it, and when they see you don't any longer have to find windows one
behind the other.  

I am careful to make sure they understand how to move a window from one desk
to another, tell which is where with the icons.  You have to take the time
and let people practice, but once they have got it, they wonder how they
managed without it.



--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 to rate it if you like 
it! Or else, don't like it. :-)

Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 FindBar
> field is entered for the first time, it saves the contents of the datagrid,
> so that the cancel button in the FindBar group can restore the original
> data.
>
> Someone can turn this into a Widget if they like. I don't use widgets for
> the simple reason that I do not want to have to recompile them every time I
> move to a new version. When that eventually gets resolved, I think I will
> begin to use them more.
>
> Bob S
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 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
> > restrictive. Often I link images to icons, and I would be unable to
> include
> > the folder with the image files.
> >
> > Bob S
> >
> >
> >
> > > On May 2, 2018, at 12:42 , Mark Wieder via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> > >
> > > 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
> > > ahsoftw...@gmail.com
> > >
> > >
> > > ___
> > > use-livecode mailing list
> > > use-livecode@lists.runrev.com
> > > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 universe! because he is.  its a
> beautiful thing to help eachother.
>
> On Wed, May 2, 2018 at 2:37 PM, J. Landman Gay via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> 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, otherwise I'm afraid the
>> money will be caught in limbo. I've written him privately with my
>> sympathies, and urged him to accept the invitation.
>>
>> This was a good thing to do, Lagi. Thank you.
>>
>> --
>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>> HyperActive Software   | http://www.hyperactivesw.com
>>
>>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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
> restrictive. Often I link images to icons, and I would be unable to include
> the folder with the image files.
>
> Bob S
>
>
>
> > On May 2, 2018, at 12:42 , Mark Wieder via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > 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
> > ahsoftw...@gmail.com
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 restrictive. Often I 
link images to icons, and I would be unable to include the folder with the 
image files. 

Bob S



> On May 2, 2018, at 12:42 , Mark Wieder via use-livecode 
>  wrote:
> 
> 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
> ahsoftw...@gmail.com
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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, otherwise I'm afraid the
> money will be caught in limbo. I've written him privately with my
> sympathies, and urged him to accept the invitation.
>
> This was a good thing to do, Lagi. Thank you.
>
> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
 ahsoftw...@gmail.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 right to 
livecodesh...@runrev.com, there is no place to create a login!


Nothing obvious about this. And there's no SSO at work here, so you need 
yet another login to share stacks.


You might try the 'Sample Stacks' option in the Help menu.

That will (or should) bring up the Sample Stacks window (aka LiveCode 
Share aka revOnline etc.) and in the upper right should be Log In and 
Sign Up links. Click the Sign Up button and you should get a revOnline 
signup pane. I have no idea whether this will work, but it's maybe worth 
a try.


--
 Mark Wieder
 ahsoftw...@gmail.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 <
> use-livecode@lists.runrev.com> 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 right to livecodesh...@runrev.com, there is no place to create a
> login!
> >
> > Bob S
> >
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 
>  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 right to 
> livecodesh...@runrev.com, there is no place to create a login! 
> 
> Bob S
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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 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 FindBar field is 
> entered for the first time, it saves the contents of the datagrid, so that 
> the cancel button in the FindBar group can restore the original data. 
> 
> Someone can turn this into a Widget if they like. I don't use widgets for the 
> simple reason that I do not want to have to recompile them every time I move 
> to a new version. When that eventually gets resolved, I think I will begin to 
> use them more. 
> 
> Bob S
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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, otherwise I'm afraid 
the money will be caught in limbo. I've written him privately with my 
sympathies, and urged him to accept the invitation.


This was a good thing to do, Lagi. Thank you.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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 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 WAY OF WITHDRAWING MONEY FROM THIS ACCOUNT.


https://www.gofundme.com/scemergency


On 2 May 2018 at 18:25, William Prothero via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 will be searchable by text we can
> guess.
>
> Bill
>
>
> William A. Prothero
> http://earthlearningsolutions.org
>
> > On May 2, 2018, at 9:59 AM, Lagi Pittas via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > 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
> so
> > I Paypald him a large chunk of what I had put aside for my income tax
> > - I have a few months to sort that situation out - but he hadn't - and
> his
> > situation wasn't as bad as Sean's. We need to do this for Sean and his
> > family - I'm sure the work he has put in will come out for the best in
> the
> > end - Otherwise Sean just post your paypal address here - every little
> > helps.
> >
> > Kindest Regards Lagi
> >
> > On 2 May 2018 at 17:42, prothero--- via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> 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 had
> time
> >> to consider carefully. Perspectives often change with time.
> >>
> >> Best wishes and I’m so sorry for your situation, which sucks big time.
> >>
> >> FYI, I had a biopsy in November, which resulted in a 3 mo hospital stay
> >> where I nearly left this life. Shit happens to us and we hope to come
> out
> >> of it a little bit wiser. For me, I gained a lot of awareness of Friends
> >> who cared for me. I’m still in physical therapy and getting back to bike
> >> riding, outrigger canoe paddling, and my previous life. Consequences of
> >> some of these random events eventually disappear and we hope something
> is
> >> learned.
> >>
> >>
> >> Best wishes and peace, brother,
> >> Bill
> >>
> >> William Prothero
> >> http://earthlearningsolutions.org
> >>
> >>> On May 2, 2018, at 9:14 AM, Stephen Barncard via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>>
> >>> 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
> >>> thing working.
> >>> Your clients or client's clients should understand this happening was
> NOT
> >>> YOUR FAULT and you would gladly fix it.
> >>> If these 'clients' don't understand this - then they don't deserve your
> >>> work in the first place...
> >>>
> >>> personally I've had a few of these disasters myself in 50 years of
> tech.
> >>>
> >>>
> >>> --
> >>> Stephen Barncard - Sebastopol Ca. USA -
> >>> mixstream.org
> >>>
> >>> On Wed, May 2, 2018 at 8:48 AM, Sean Cole (Pi) via use-livecode <
> >>> use-livecode@lists.runrev.com> wrote:
> >>>
>  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
>  cannot fix it now. I am £1000's down and well out of pocket. I will
> >> never
>  get it back. I have/will-have lost everything. I don't think I can
> come
>  back from this. My life is worth £0, especially to you guys. I'm like
>  abandon-ware. Your failure cost someone their life (not to mention his
> >> wife
>  and two boys who may well miss him but will be better off without him
> >> for
>  making the mistake of using LC and all things LC!).
> 
>  Bye
> 
> 
>  On 2 May 2018 at 16:29, Kevin Miller via use-livecode <
>  use-livecode@lists.runrev.com> wrote:
> 
> > Hi Sean,
> >
> > I¹m ver

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 login! 

Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 against. By 
> editing a constant in the
> FindBar field, you control which columns you want to do queries against. When 
> the FindBar field is
> entered for the first time, it saves the contents of the datagrid, so that 
> the cancel button in the
> FindBar group can restore the original data.
> 
> Someone can turn this into a Widget if they like. I don't use widgets for the 
> simple reason that I do
> not want to have to recompile them every time I move to a new version. When 
> that eventually gets
> resolved, I think I will begin to use them more.
> 
> Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 previous tape(that had not had 
a backup written to it yet). The backup was just starting when the hard drive 
failed. I'll never forget the image engrained in my mind of going back to the 
hotel and the programmer who had been working on this for a couple of months 
holding his plate with a steak on it at the door while I told him all the code 
was lost. I was using one tape and decided to do an a/b set so this would not 
happen but screwed up. I was thinking of going to the roof of the Akasaka 
Prince hotel and Well I relaxed and addressed it. Everyone understood(as 
much as could be expected) and we all pulled together and I was able to dump 
some of the raw data off the drive and get back some of the code. The 
programmer re-wrote the rest of it eliminating the spaghetti code. And the 
higher ups worked with us to deflect much of the fire. Our app was on those big 
screens on Tokyo Stock Exchange floor so you can imagine the pressure of the 
world's financial markets on your shoulders. Cooler heads prevailed and I came 
out the other side with a few bruises but better off in the long run. A better 
product and a lesson well learned.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
Lagi Pittas via use-livecode
Sent: Wednesday, May 02, 2018 12:59 PM
To: How to use LiveCode
Cc: Lagi Pittas
Subject: Re: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

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 so I 
Paypald him a large chunk of what I had put aside for my income tax
- I have a few months to sort that situation out - but he hadn't - and his 
situation wasn't as bad as Sean's. We need to do this for Sean and his family - 
I'm sure the work he has put in will come out for the best in the end - 
Otherwise Sean just post your paypal address here - every little helps.

Kindest Regards Lagi

On 2 May 2018 at 17:42, prothero--- via use-livecode < 
use-livecode@lists.runrev.com> wrote:

> 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 had 
> time to consider carefully. Perspectives often change with time.
>
> Best wishes and I’m so sorry for your situation, which sucks big time.
>
> FYI, I had a biopsy in November, which resulted in a 3 mo hospital 
> stay where I nearly left this life. Shit happens to us and we hope to 
> come out of it a little bit wiser. For me, I gained a lot of awareness 
> of Friends who cared for me. I’m still in physical therapy and getting 
> back to bike riding, outrigger canoe paddling, and my previous life. 
> Consequences of some of these random events eventually disappear and 
> we hope something is learned.
>
>
> Best wishes and peace, brother,
> Bill
>
> William Prothero
> http://earthlearningsolutions.org
>
> > On May 2, 2018, at 9:14 AM, Stephen Barncard via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > 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 thing working.
> > Your clients or client's clients should understand this happening 
> > was NOT YOUR FAULT and you would gladly fix it.
> > If these 'clients' don't understand this - then they don't deserve 
> > your work in the first place...
> >
> > personally I've had a few of these disasters myself in 50 years of tech.
> >
> >
> > --
> > Stephen Barncard - Sebastopol Ca. USA - mixstream.org
> >
> > On Wed, May 2, 2018 at 8:48 AM, Sean Cole (Pi) via use-livecode < 
> > use-livecode@lists.runrev.com> wrote:
> >
> >> 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 cannot fix it now. I am £1000's down and well ou

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 some LiveCode 
programming on a laptop, got a bloke to come round
and measure me up for a coffin (just in case) . . . shared some fairly 
black jokes with him: a first for an undertaker in

the world of gloomy Slavs!

But, surprise, surprise, the Devil obviously loves me, as here I am, as 
big a pain in the bum as ever.


Bounce back, Sean, bounce back.

Love, Richmond.

On 2/5/2018 7:42 pm, prothero--- via use-livecode wrote:

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 had time to consider 
carefully. Perspectives often change with time.

Best wishes and I’m so sorry for your situation, which sucks big time.

FYI, I had a biopsy in November, which resulted in a 3 mo hospital stay where I 
nearly left this life. Shit happens to us and we hope to come out of it a 
little bit wiser. For me, I gained a lot of awareness of Friends who cared for 
me. I’m still in physical therapy and getting back to bike riding, outrigger 
canoe paddling, and my previous life. Consequences of some of these random 
events eventually disappear and we hope something is learned.


Best wishes and peace, brother,
Bill

William Prothero
http://earthlearningsolutions.org


On May 2, 2018, at 9:14 AM, Stephen Barncard via use-livecode 
 wrote:

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
thing working.
Your clients or client's clients should understand this happening was NOT
YOUR FAULT and you would gladly fix it.
If these 'clients' don't understand this - then they don't deserve your
work in the first place...

personally I've had a few of these disasters myself in 50 years of tech.


--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org

On Wed, May 2, 2018 at 8:48 AM, Sean Cole (Pi) via use-livecode <
use-livecode@lists.runrev.com> wrote:


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
cannot fix it now. I am £1000's down and well out of pocket. I will never
get it back. I have/will-have lost everything. I don't think I can come
back from this. My life is worth £0, especially to you guys. I'm like
abandon-ware. Your failure cost someone their life (not to mention his wife
and two boys who may well miss him but will be better off without him for
making the mistake of using LC and all things LC!).

Bye


On 2 May 2018 at 16:29, Kevin Miller via use-livecode <
use-livecode@lists.runrev.com> wrote:


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 important than the fact that it happened. Most customers
and clients understand that tech demos are fraught with potential issues
and will accept that if you can keep a level head and talk to them. One

of

the techniques I have for doing demos - in common with many in this
industry - is to practice the whole thing 3 times the day before from
beginning to end. As this change occurred 20th April that would have

given

us a few hours to respond Š rather than it being ³too late² now.

Could we have done a better job here? Possibly. We have hundreds and
hundreds of components in LiveCode and we generally try to maintain
compatibility within a couple of weeks of major upgrades and changes. For
whatever reason this change wasn¹t flagged by the processes we use to

stay

on top here - and as a result we can review that process going forward.

At

present Monte is asleep - yes even he needs sleep sometimes - and as he
wrote this component we really need him to chime in here and take a look
at what needs to be updated.

Generally its faster post to support than this list, though we do require
a support contract in place to help you. Nonetheless given how important
this is for you we will look at this issue when Monte gets up.

Kind regards,

Kevin

Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
LiveCode: Devel

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 will be searchable by text we can guess.

Bill


William A. Prothero
http://earthlearningsolutions.org

> On May 2, 2018, at 9:59 AM, Lagi Pittas via use-livecode 
>  wrote:
> 
> 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 so
> I Paypald him a large chunk of what I had put aside for my income tax
> - I have a few months to sort that situation out - but he hadn't - and his
> situation wasn't as bad as Sean's. We need to do this for Sean and his
> family - I'm sure the work he has put in will come out for the best in the
> end - Otherwise Sean just post your paypal address here - every little
> helps.
> 
> Kindest Regards Lagi
> 
> On 2 May 2018 at 17:42, prothero--- via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> 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 had time
>> to consider carefully. Perspectives often change with time.
>> 
>> Best wishes and I’m so sorry for your situation, which sucks big time.
>> 
>> FYI, I had a biopsy in November, which resulted in a 3 mo hospital stay
>> where I nearly left this life. Shit happens to us and we hope to come out
>> of it a little bit wiser. For me, I gained a lot of awareness of Friends
>> who cared for me. I’m still in physical therapy and getting back to bike
>> riding, outrigger canoe paddling, and my previous life. Consequences of
>> some of these random events eventually disappear and we hope something is
>> learned.
>> 
>> 
>> Best wishes and peace, brother,
>> Bill
>> 
>> William Prothero
>> http://earthlearningsolutions.org
>> 
>>> On May 2, 2018, at 9:14 AM, Stephen Barncard via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> 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
>>> thing working.
>>> Your clients or client's clients should understand this happening was NOT
>>> YOUR FAULT and you would gladly fix it.
>>> If these 'clients' don't understand this - then they don't deserve your
>>> work in the first place...
>>> 
>>> personally I've had a few of these disasters myself in 50 years of tech.
>>> 
>>> 
>>> --
>>> Stephen Barncard - Sebastopol Ca. USA -
>>> mixstream.org
>>> 
>>> On Wed, May 2, 2018 at 8:48 AM, Sean Cole (Pi) via use-livecode <
>>> use-livecode@lists.runrev.com> wrote:
>>> 
 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
 cannot fix it now. I am £1000's down and well out of pocket. I will
>> never
 get it back. I have/will-have lost everything. I don't think I can come
 back from this. My life is worth £0, especially to you guys. I'm like
 abandon-ware. Your failure cost someone their life (not to mention his
>> wife
 and two boys who may well miss him but will be better off without him
>> for
 making the mistake of using LC and all things LC!).
 
 Bye
 
 
 On 2 May 2018 at 16:29, Kevin Miller via use-livecode <
 use-livecode@lists.runrev.com> wrote:
 
> 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 important than the fact that it happened. Most
>> customers
> and clients understand that tech demos are fraught with potential
>> issues
> and will accept that if you can keep a level head and talk to them. One
 of
> the techniques I have for doing demos - in common with many in this
> industry - is to practice the whole thing 3 times the day before from
> beginning to end. As this change

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 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 FindBar field is 
> entered for the first time, it saves the contents of the datagrid, so that 
> the cancel button in the FindBar group can restore the original data. 
> 
> Someone can turn this into a Widget if they like. I don't use widgets for the 
> simple reason that I do not want to have to recompile them every time I move 
> to a new version. When that eventually gets resolved, I think I will begin to 
> use them more. 
> 
> Bob S
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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, sooner.

However, it is best that you empower yourself to ask what you can do to fix
the situation ...and maybe something will come to mind.

Take a nap, meditate, and clear your mind so that a solution can come to
you.

All the best Sean

On Wed, May 2, 2018 at 12:42 PM, prothero--- via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 had time
> to consider carefully. Perspectives often change with time.
>
> Best wishes and I’m so sorry for your situation, which sucks big time.
>
> FYI, I had a biopsy in November, which resulted in a 3 mo hospital stay
> where I nearly left this life. Shit happens to us and we hope to come out
> of it a little bit wiser. For me, I gained a lot of awareness of Friends
> who cared for me. I’m still in physical therapy and getting back to bike
> riding, outrigger canoe paddling, and my previous life. Consequences of
> some of these random events eventually disappear and we hope something is
> learned.
>
>
> Best wishes and peace, brother,
> Bill
>
> William Prothero
> http://earthlearningsolutions.org
>
> > On May 2, 2018, at 9:14 AM, Stephen Barncard via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > 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
> > thing working.
> > Your clients or client's clients should understand this happening was NOT
> > YOUR FAULT and you would gladly fix it.
> > If these 'clients' don't understand this - then they don't deserve your
> > work in the first place...
> >
> > personally I've had a few of these disasters myself in 50 years of tech.
> >
> >
> > --
> > Stephen Barncard - Sebastopol Ca. USA -
> > mixstream.org
> >
> > On Wed, May 2, 2018 at 8:48 AM, Sean Cole (Pi) via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> 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
> >> cannot fix it now. I am £1000's down and well out of pocket. I will
> never
> >> get it back. I have/will-have lost everything. I don't think I can come
> >> back from this. My life is worth £0, especially to you guys. I'm like
> >> abandon-ware. Your failure cost someone their life (not to mention his
> wife
> >> and two boys who may well miss him but will be better off without him
> for
> >> making the mistake of using LC and all things LC!).
> >>
> >> Bye
> >>
> >>
> >> On 2 May 2018 at 16:29, Kevin Miller via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>
> >>> 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 important than the fact that it happened. Most
> customers
> >>> and clients understand that tech demos are fraught with potential
> issues
> >>> and will accept that if you can keep a level head and talk to them. One
> >> of
> >>> the techniques I have for doing demos - in common with many in this
> >>> industry - is to practice the whole thing 3 times the day before from
> >>> beginning to end. As this change occurred 20th April that would have
> >> given
> >>> us a few hours to respond Š rather than it being ³too late² now.
> >>>
> >>> Could we have done a better job here? Possibly. We have hundreds and
> >>> hundreds of components in LiveCode and we generally try to maintain
> >>> compatibility within a couple of weeks of major upgrades and changes.
> For
> >>> whatever reason this change wasn¹t flagged by the processes we use to
> >> stay
> >>> on top here - and as a result we can review that process going forward.
> >> At
> >>> present Monte is asleep - yes even he needs sleep sometimes - and as he
> >>> wrote this component we really need him to chime in here and take a
> look
> >>> at what needs to be

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 <
use-livecode@lists.runrev.com> wrote:

> 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 had time
> to consider carefully. Perspectives often change with time.
>
> Best wishes and I’m so sorry for your situation, which sucks big time.
>
> FYI, I had a biopsy in November, which resulted in a 3 mo hospital stay
> where I nearly left this life. Shit happens to us and we hope to come out
> of it a little bit wiser. For me, I gained a lot of awareness of Friends
> who cared for me. I’m still in physical therapy and getting back to bike
> riding, outrigger canoe paddling, and my previous life. Consequences of
> some of these random events eventually disappear and we hope something is
> learned.
>
>
> Best wishes and peace, brother,
> Bill
>
> William Prothero
> http://earthlearningsolutions.org
>
> > On May 2, 2018, at 9:14 AM, Stephen Barncard via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > 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
> > thing working.
> > Your clients or client's clients should understand this happening was NOT
> > YOUR FAULT and you would gladly fix it.
> > If these 'clients' don't understand this - then they don't deserve your
> > work in the first place...
> >
> > personally I've had a few of these disasters myself in 50 years of tech.
> >
> >
> > --
> > Stephen Barncard - Sebastopol Ca. USA -
> > mixstream.org
> >
> > On Wed, May 2, 2018 at 8:48 AM, Sean Cole (Pi) via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> 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
> >> cannot fix it now. I am £1000's down and well out of pocket. I will
> never
> >> get it back. I have/will-have lost everything. I don't think I can come
> >> back from this. My life is worth £0, especially to you guys. I'm like
> >> abandon-ware. Your failure cost someone their life (not to mention his
> wife
> >> and two boys who may well miss him but will be better off without him
> for
> >> making the mistake of using LC and all things LC!).
> >>
> >> Bye
> >>
> >>
> >> On 2 May 2018 at 16:29, Kevin Miller via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>
> >>> 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 important than the fact that it happened. Most
> customers
> >>> and clients understand that tech demos are fraught with potential
> issues
> >>> and will accept that if you can keep a level head and talk to them. One
> >> of
> >>> the techniques I have for doing demos - in common with many in this
> >>> industry - is to practice the whole thing 3 times the day before from
> >>> beginning to end. As this change occurred 20th April that would have
> >> given
> >>> us a few hours to respond Š rather than it being ³too late² now.
> >>>
> >>> Could we have done a better job here? Possibly. We have hundreds and
> >>> hundreds of components in LiveCode and we generally try to maintain
> >>> compatibility within a couple of weeks of major upgrades and changes.
> For
> >>> whatever reason this change wasn¹t flagged by the processes we use to
> >> stay
> >>> on top here - and as a result we can review that process going forward.
> >> At
> >>> present Monte is asleep - yes even he needs sleep sometimes - and as he
> >>> wrote this component we really need him to chime in here and take a
> look
> >>> at what needs to be updated.
> >>>
> >>> Generally its faster post to support than this list, though we do
> require
> >>> a support contract in place to help you. Nonetheless given how
> important
> >>> this is for you we will look at this issue when Monte gets up.
> >>>
> >>> Kind regards,
> >>>
> >>> Kevin
> >>>
> >>> Kevin Miller

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 so
I Paypald him a large chunk of what I had put aside for my income tax
- I have a few months to sort that situation out - but he hadn't - and his
situation wasn't as bad as Sean's. We need to do this for Sean and his
family - I'm sure the work he has put in will come out for the best in the
end - Otherwise Sean just post your paypal address here - every little
helps.

Kindest Regards Lagi

On 2 May 2018 at 17:42, prothero--- via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 had time
> to consider carefully. Perspectives often change with time.
>
> Best wishes and I’m so sorry for your situation, which sucks big time.
>
> FYI, I had a biopsy in November, which resulted in a 3 mo hospital stay
> where I nearly left this life. Shit happens to us and we hope to come out
> of it a little bit wiser. For me, I gained a lot of awareness of Friends
> who cared for me. I’m still in physical therapy and getting back to bike
> riding, outrigger canoe paddling, and my previous life. Consequences of
> some of these random events eventually disappear and we hope something is
> learned.
>
>
> Best wishes and peace, brother,
> Bill
>
> William Prothero
> http://earthlearningsolutions.org
>
> > On May 2, 2018, at 9:14 AM, Stephen Barncard via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > 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
> > thing working.
> > Your clients or client's clients should understand this happening was NOT
> > YOUR FAULT and you would gladly fix it.
> > If these 'clients' don't understand this - then they don't deserve your
> > work in the first place...
> >
> > personally I've had a few of these disasters myself in 50 years of tech.
> >
> >
> > --
> > Stephen Barncard - Sebastopol Ca. USA -
> > mixstream.org
> >
> > On Wed, May 2, 2018 at 8:48 AM, Sean Cole (Pi) via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> 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
> >> cannot fix it now. I am £1000's down and well out of pocket. I will
> never
> >> get it back. I have/will-have lost everything. I don't think I can come
> >> back from this. My life is worth £0, especially to you guys. I'm like
> >> abandon-ware. Your failure cost someone their life (not to mention his
> wife
> >> and two boys who may well miss him but will be better off without him
> for
> >> making the mistake of using LC and all things LC!).
> >>
> >> Bye
> >>
> >>
> >> On 2 May 2018 at 16:29, Kevin Miller via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>
> >>> 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 important than the fact that it happened. Most
> customers
> >>> and clients understand that tech demos are fraught with potential
> issues
> >>> and will accept that if you can keep a level head and talk to them. One
> >> of
> >>> the techniques I have for doing demos - in common with many in this
> >>> industry - is to practice the whole thing 3 times the day before from
> >>> beginning to end. As this change occurred 20th April that would have
> >> given
> >>> us a few hours to respond Š rather than it being ³too late² now.
> >>>
> >>> Could we have done a better job here? Possibly. We have hundreds and
> >>> hundreds of components in LiveCode and we generally try to maintain
> >>> compatibility within a couple of weeks of major upgrades and changes.
> For
> >>> whatever reason this change wasn¹t flagged by the processes we use to
> >> stay
> >>> on top here - and as a result we can review that process going forward.
> >> At
> >>> present Monte is asleep - yes e

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 had time to consider 
carefully. Perspectives often change with time.

Best wishes and I’m so sorry for your situation, which sucks big time.

FYI, I had a biopsy in November, which resulted in a 3 mo hospital stay where I 
nearly left this life. Shit happens to us and we hope to come out of it a 
little bit wiser. For me, I gained a lot of awareness of Friends who cared for 
me. I’m still in physical therapy and getting back to bike riding, outrigger 
canoe paddling, and my previous life. Consequences of some of these random 
events eventually disappear and we hope something is learned.


Best wishes and peace, brother,
Bill

William Prothero
http://earthlearningsolutions.org

> On May 2, 2018, at 9:14 AM, Stephen Barncard via use-livecode 
>  wrote:
> 
> 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
> thing working.
> Your clients or client's clients should understand this happening was NOT
> YOUR FAULT and you would gladly fix it.
> If these 'clients' don't understand this - then they don't deserve your
> work in the first place...
> 
> personally I've had a few of these disasters myself in 50 years of tech.
> 
> 
> --
> Stephen Barncard - Sebastopol Ca. USA -
> mixstream.org
> 
> On Wed, May 2, 2018 at 8:48 AM, Sean Cole (Pi) via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> 
>> 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
>> cannot fix it now. I am £1000's down and well out of pocket. I will never
>> get it back. I have/will-have lost everything. I don't think I can come
>> back from this. My life is worth £0, especially to you guys. I'm like
>> abandon-ware. Your failure cost someone their life (not to mention his wife
>> and two boys who may well miss him but will be better off without him for
>> making the mistake of using LC and all things LC!).
>> 
>> Bye
>> 
>> 
>> On 2 May 2018 at 16:29, Kevin Miller via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>>> 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 important than the fact that it happened. Most customers
>>> and clients understand that tech demos are fraught with potential issues
>>> and will accept that if you can keep a level head and talk to them. One
>> of
>>> the techniques I have for doing demos - in common with many in this
>>> industry - is to practice the whole thing 3 times the day before from
>>> beginning to end. As this change occurred 20th April that would have
>> given
>>> us a few hours to respond Š rather than it being ³too late² now.
>>> 
>>> Could we have done a better job here? Possibly. We have hundreds and
>>> hundreds of components in LiveCode and we generally try to maintain
>>> compatibility within a couple of weeks of major upgrades and changes. For
>>> whatever reason this change wasn¹t flagged by the processes we use to
>> stay
>>> on top here - and as a result we can review that process going forward.
>> At
>>> present Monte is asleep - yes even he needs sleep sometimes - and as he
>>> wrote this component we really need him to chime in here and take a look
>>> at what needs to be updated.
>>> 
>>> Generally its faster post to support than this list, though we do require
>>> a support contract in place to help you. Nonetheless given how important
>>> this is for you we will look at this issue when Monte gets up.
>>> 
>>> Kind regards,
>>> 
>>> Kevin
>>> 
>>> Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
>>> LiveCode: Develop Yourself
>>> 
>>> 
>>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
>

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 
>  wrote:
> 
> 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 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
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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 FindBar field is entered for 
the first time, it saves the contents of the datagrid, so that the cancel 
button in the FindBar group can restore the original data. 

Someone can turn this into a Widget if they like. I don't use widgets for the 
simple reason that I do not want to have to recompile them every time I move to 
a new version. When that eventually gets resolved, I think I will begin to use 
them more. 

Bob S


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
thing working.
Your clients or client's clients should understand this happening was NOT
YOUR FAULT and you would gladly fix it.
If these 'clients' don't understand this - then they don't deserve your
work in the first place...

personally I've had a few of these disasters myself in 50 years of tech.


--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org

On Wed, May 2, 2018 at 8:48 AM, Sean Cole (Pi) via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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
> cannot fix it now. I am £1000's down and well out of pocket. I will never
> get it back. I have/will-have lost everything. I don't think I can come
> back from this. My life is worth £0, especially to you guys. I'm like
> abandon-ware. Your failure cost someone their life (not to mention his wife
> and two boys who may well miss him but will be better off without him for
> making the mistake of using LC and all things LC!).
>
> Bye
>
>
> On 2 May 2018 at 16:29, Kevin Miller via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > 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 important than the fact that it happened. Most customers
> > and clients understand that tech demos are fraught with potential issues
> > and will accept that if you can keep a level head and talk to them. One
> of
> > the techniques I have for doing demos - in common with many in this
> > industry - is to practice the whole thing 3 times the day before from
> > beginning to end. As this change occurred 20th April that would have
> given
> > us a few hours to respond Š rather than it being ³too late² now.
> >
> > Could we have done a better job here? Possibly. We have hundreds and
> > hundreds of components in LiveCode and we generally try to maintain
> > compatibility within a couple of weeks of major upgrades and changes. For
> > whatever reason this change wasn¹t flagged by the processes we use to
> stay
> > on top here - and as a result we can review that process going forward.
> At
> > present Monte is asleep - yes even he needs sleep sometimes - and as he
> > wrote this component we really need him to chime in here and take a look
> > at what needs to be updated.
> >
> > Generally its faster post to support than this list, though we do require
> > a support contract in place to help you. Nonetheless given how important
> > this is for you we will look at this issue when Monte gets up.
> >
> > Kind regards,
> >
> > Kevin
> >
> > Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
> > LiveCode: Develop Yourself
> >
> >
> >
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 at the moment someone you trust, it
won't be an easy conversation but you need to discuss the way you feel and
try and find a path forward.


Andy Piddock




-
Andy Piddock 


My software never has bugs. It just develops random features. 

TinyIDE  a Free alternative minimalist IDE Plugin for LiveCode 


Script editor Themer for LC http://2108.co.uk  

PointandSee is a FREE simple but full featured under cursor colour picker / 
finder.
http://www.pointandsee.co.uk  - made with LiveCode
--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
cannot fix it now. I am £1000's down and well out of pocket. I will never
get it back. I have/will-have lost everything. I don't think I can come
back from this. My life is worth £0, especially to you guys. I'm like
abandon-ware. Your failure cost someone their life (not to mention his wife
and two boys who may well miss him but will be better off without him for
making the mistake of using LC and all things LC!).

Bye


On 2 May 2018 at 16:29, Kevin Miller via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 important than the fact that it happened. Most customers
> and clients understand that tech demos are fraught with potential issues
> and will accept that if you can keep a level head and talk to them. One of
> the techniques I have for doing demos - in common with many in this
> industry - is to practice the whole thing 3 times the day before from
> beginning to end. As this change occurred 20th April that would have given
> us a few hours to respond Š rather than it being ³too late² now.
>
> Could we have done a better job here? Possibly. We have hundreds and
> hundreds of components in LiveCode and we generally try to maintain
> compatibility within a couple of weeks of major upgrades and changes. For
> whatever reason this change wasn¹t flagged by the processes we use to stay
> on top here - and as a result we can review that process going forward. At
> present Monte is asleep - yes even he needs sleep sometimes - and as he
> wrote this component we really need him to chime in here and take a look
> at what needs to be updated.
>
> Generally its faster post to support than this list, though we do require
> a support contract in place to help you. Nonetheless given how important
> this is for you we will look at this issue when Monte gets up.
>
> Kind regards,
>
> Kevin
>
> Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
> LiveCode: Develop Yourself
>
>
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 important than the fact that it happened. Most customers
and clients understand that tech demos are fraught with potential issues
and will accept that if you can keep a level head and talk to them. One of
the techniques I have for doing demos - in common with many in this
industry - is to practice the whole thing 3 times the day before from
beginning to end. As this change occurred 20th April that would have given
us a few hours to respond Š rather than it being ³too late² now.

Could we have done a better job here? Possibly. We have hundreds and
hundreds of components in LiveCode and we generally try to maintain
compatibility within a couple of weeks of major upgrades and changes. For
whatever reason this change wasn¹t flagged by the processes we use to stay
on top here - and as a result we can review that process going forward. At
present Monte is asleep - yes even he needs sleep sometimes - and as he
wrote this component we really need him to chime in here and take a look
at what needs to be updated.

Generally its faster post to support than this list, though we do require
a support contract in place to help you. Nonetheless given how important
this is for you we will look at this issue when Monte gets up.

Kind regards,

Kevin

Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
LiveCode: Develop Yourself




On 02/05/2018, 15:27, "use-livecode on behalf of Andre Garzia via
use-livecode"  wrote:

>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 would be
>allowed on the store at the same time I was supposed to deliver a project.
>
>This kind of setback happens to everyone in the long run when we're using
>APIs outside our control. My advise would be to ping RunRev directly while
>calling the client, explaining that google deprecated a technology used in
>the project and thus it requires an extension.
>
>On Wed, May 2, 2018 at 11:08 AM, Sean Cole (Pi) via use-livecode <
>use-livecode@lists.runrev.com> wrote:
>
>> 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
>> have been an issue. Had it had a warning on it (and not suppressed) I
>>would
>> have been aware. Now my life is over. Worst Day Ever! Miserable. Rained
>>on
>> and soaked through. Insurance doesn't cover for events like this and not
>> one person at LC or on here will be able to help me out of this hole. I
>> guess this is goodbye.
>>
>> Sean Cole
>> *Pi Digital Productions Ltd*
>> www.pidigital.co.uk
>> +44(1634)402193
>> +44(7702)116447
>> 'Don't try to think outside the box. Just remember the truth: There is
>>no
>> box!'
>> 'For then you realise it is not the box you are trying to look outside
>>of,
>> but it is yourself!'
>>
>> eMail Ts & Cs    Pi Digital
>> Productions Ltd is a UK registered limited company, no. 5255609
>>
>> On 2 May 2018 at 15:00, Mike Kerner via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>
>> > 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 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*
>> > > www.pidigital.co.uk
>> > > +44(1634)402193
>> > > +44(7702)116447
>> > > 'Don't try to think outside the box. Just remember the truth: There
>>is
>> no
>> > > box!'
>> > > 'For then you realise it is not the box you are trying to look
>>outside
>> > of,
>> > > but it is yourself!'
>> > >
>> > > eMail Ts & Cs    Pi Digital
>> > > Productions Ltd is a UK registered limited company, no. 5255609
>> > >
>> > > On 2 May 2018 at 14:28, Lagi Pittas via use-livecode <
>> > > use-livecode@lists.runrev.com> wrote:
>> > >
>> > > > Hi Sean,
>> > > >
>> > > > I feel your pain really!
>> > > >
>> > > > Just a question wouldn't the Oauth2 that is built in to LC9

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? 
> 
> 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 subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 
>>  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
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 performance is 
>definitely not an issue. 

Bob S


> On May 1, 2018, at 16:12 , Andre Garzia via use-livecode 
>  wrote:
> 
> I use LC 9 on a Surface Pro 4 Machine, it is almost unusable. Everything is
> as slow as molasses. Typing a script sometimes takes many seconds to
> respond and it even goes as far as missing keystrokes. Trying to drag and
> drop stuff onto the stack is also horrible. I don't have any plugins
> anymore, this is a fresh install.
> 
> I've been using this machine as my main machine for more than a year. LC is
> so slow for me (on a fast machine) that I go for my old mac sometimes to
> work. I have the impression that I am the only windows user here.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 would be
allowed on the store at the same time I was supposed to deliver a project.

This kind of setback happens to everyone in the long run when we're using
APIs outside our control. My advise would be to ping RunRev directly while
calling the client, explaining that google deprecated a technology used in
the project and thus it requires an extension.

On Wed, May 2, 2018 at 11:08 AM, Sean Cole (Pi) via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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
> have been an issue. Had it had a warning on it (and not suppressed) I would
> have been aware. Now my life is over. Worst Day Ever! Miserable. Rained on
> and soaked through. Insurance doesn't cover for events like this and not
> one person at LC or on here will be able to help me out of this hole. I
> guess this is goodbye.
>
> Sean Cole
> *Pi Digital Productions Ltd*
> www.pidigital.co.uk
> +44(1634)402193
> +44(7702)116447
> 'Don't try to think outside the box. Just remember the truth: There is no
> box!'
> 'For then you realise it is not the box you are trying to look outside of,
> but it is yourself!'
>
> eMail Ts & Cs    Pi Digital
> Productions Ltd is a UK registered limited company, no. 5255609
>
> On 2 May 2018 at 15:00, Mike Kerner via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > 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 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*
> > > www.pidigital.co.uk
> > > +44(1634)402193
> > > +44(7702)116447
> > > 'Don't try to think outside the box. Just remember the truth: There is
> no
> > > box!'
> > > 'For then you realise it is not the box you are trying to look outside
> > of,
> > > but it is yourself!'
> > >
> > > eMail Ts & Cs    Pi Digital
> > > Productions Ltd is a UK registered limited company, no. 5255609
> > >
> > > On 2 May 2018 at 14:28, Lagi Pittas via use-livecode <
> > > use-livecode@lists.runrev.com> wrote:
> > >
> > > > 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 use-livecode <
> > > > use-livecode@lists.runrev.com> wrote:
> > > >
> > > > > 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
> > > > > being paid. And LC won’t care a jot! Last time I had something
> > similar
> > > I
> > > > > was told I’d have to pay their extortionate support fee (for their
> > > > bug!!).
> > > > > So screw it and screw everyone. There’s no way of pulling this
> back.
> > > > >
> > > > > Sean Cole
> > > > > Pi Digital
> > > > >
> > > > > > On 2 May 2018, at 13:52, Mike Kerner via use-livecode <
> > > > > use-livecode@lists.runrev.com> wrote:
> > > > > >
> > > > > > 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 <
> > > > > > use-livecode@lists.runrev.com> wrote:
> > > > > >
> > > > > >> 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. 1

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
have been an issue. Had it had a warning on it (and not suppressed) I would
have been aware. Now my life is over. Worst Day Ever! Miserable. Rained on
and soaked through. Insurance doesn't cover for events like this and not
one person at LC or on here will be able to help me out of this hole. I
guess this is goodbye.

Sean Cole
*Pi Digital Productions Ltd*
www.pidigital.co.uk
+44(1634)402193
+44(7702)116447
'Don't try to think outside the box. Just remember the truth: There is no
box!'
'For then you realise it is not the box you are trying to look outside of,
but it is yourself!'

eMail Ts & Cs    Pi Digital
Productions Ltd is a UK registered limited company, no. 5255609

On 2 May 2018 at 15:00, Mike Kerner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 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*
> > www.pidigital.co.uk
> > +44(1634)402193
> > +44(7702)116447
> > 'Don't try to think outside the box. Just remember the truth: There is no
> > box!'
> > 'For then you realise it is not the box you are trying to look outside
> of,
> > but it is yourself!'
> >
> > eMail Ts & Cs    Pi Digital
> > Productions Ltd is a UK registered limited company, no. 5255609
> >
> > On 2 May 2018 at 14:28, Lagi Pittas via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > 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 use-livecode <
> > > use-livecode@lists.runrev.com> wrote:
> > >
> > > > 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
> > > > being paid. And LC won’t care a jot! Last time I had something
> similar
> > I
> > > > was told I’d have to pay their extortionate support fee (for their
> > > bug!!).
> > > > So screw it and screw everyone. There’s no way of pulling this back.
> > > >
> > > > Sean Cole
> > > > Pi Digital
> > > >
> > > > > On 2 May 2018, at 13:52, Mike Kerner via use-livecode <
> > > > use-livecode@lists.runrev.com> wrote:
> > > > >
> > > > > 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 <
> > > > > use-livecode@lists.runrev.com> wrote:
> > > > >
> > > > >> 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:
> > > > >>
> > > > >> https://www.dropbox.com/s/dpx8jv56crgzj91/IMG_6446.JPG?dl=0
> > > > >>
> > > > >> Sucks to be me. The tv game show pilot took months to set up and
> > cost
> > > me
> > > > >> personally £1000’s and it has all fallen to pieces around me. I’ve
> > got
> > > > very
> > > > >> angry people staring at me. I certainly have no money left to get
> LC
> > > > >> support and Monte, the only one who could do anything about it,
> will
> > > be
> > > > in
> > > > >> bed by now. I am so totally screwed because I put my trust in LC.
> > And
> > > > not
> > > > >> for the first time!
> > > > >>
> > > > >> Sean Cole
> > > > >> Pi Digital
> > > > >>
> > > > >>> On 2 May 2018, at 13:43, Mike Kerner via use-livecode <
> > > > >> use-livecode@lists.runrev.com> wrote:
> > > > >>>
> > > > >>> See the thread on the other list.  It appears to be working for
> me
> > > just
> > > > >>>

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 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*
> www.pidigital.co.uk
> +44(1634)402193
> +44(7702)116447
> 'Don't try to think outside the box. Just remember the truth: There is no
> box!'
> 'For then you realise it is not the box you are trying to look outside of,
> but it is yourself!'
>
> eMail Ts & Cs    Pi Digital
> Productions Ltd is a UK registered limited company, no. 5255609
>
> On 2 May 2018 at 14:28, Lagi Pittas via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > 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 use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> > > 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
> > > being paid. And LC won’t care a jot! Last time I had something similar
> I
> > > was told I’d have to pay their extortionate support fee (for their
> > bug!!).
> > > So screw it and screw everyone. There’s no way of pulling this back.
> > >
> > > Sean Cole
> > > Pi Digital
> > >
> > > > On 2 May 2018, at 13:52, Mike Kerner via use-livecode <
> > > use-livecode@lists.runrev.com> wrote:
> > > >
> > > > 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 <
> > > > use-livecode@lists.runrev.com> wrote:
> > > >
> > > >> 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:
> > > >>
> > > >> https://www.dropbox.com/s/dpx8jv56crgzj91/IMG_6446.JPG?dl=0
> > > >>
> > > >> Sucks to be me. The tv game show pilot took months to set up and
> cost
> > me
> > > >> personally £1000’s and it has all fallen to pieces around me. I’ve
> got
> > > very
> > > >> angry people staring at me. I certainly have no money left to get LC
> > > >> support and Monte, the only one who could do anything about it, will
> > be
> > > in
> > > >> bed by now. I am so totally screwed because I put my trust in LC.
> And
> > > not
> > > >> for the first time!
> > > >>
> > > >> Sean Cole
> > > >> Pi Digital
> > > >>
> > > >>> On 2 May 2018, at 13:43, Mike Kerner via use-livecode <
> > > >> use-livecode@lists.runrev.com> wrote:
> > > >>>
> > > >>> 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 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.
> > >  Months in the making and preparation, and Google choose today of
> all
> > > >> days
> > >  to disallow it's use. FAB!!!
> > > 
> > > 
> > >  Why oh why oh why was this not addressed in the months leading up
> to
> > > >> this??
> > >  I am screwed and will not get paid now! I am sick and tired of how
> > > >> behind
> > >  Livecode gets. Off to find a cliff to jump from as this obviously
> > wont
> > > >> get
> > >  fixed in time and I wont have any money to pay my bills as all of
> it
> > > >> went
> > >  it to putting this together! I'm as good as homeless. THANKS A
> > > MILLION!!
> > > 
> > > 
> > >  Sean Cole
> > >  *Pi Digital Productions Ltd*
> > >  www.pidigital.co.uk
> > > 
> > > 
> > >  eMail Ts & Cs 

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*
www.pidigital.co.uk
+44(1634)402193
+44(7702)116447
'Don't try to think outside the box. Just remember the truth: There is no
box!'
'For then you realise it is not the box you are trying to look outside of,
but it is yourself!'

eMail Ts & Cs    Pi Digital
Productions Ltd is a UK registered limited company, no. 5255609

On 2 May 2018 at 14:28, Lagi Pittas via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > 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
> > being paid. And LC won’t care a jot! Last time I had something similar I
> > was told I’d have to pay their extortionate support fee (for their
> bug!!).
> > So screw it and screw everyone. There’s no way of pulling this back.
> >
> > Sean Cole
> > Pi Digital
> >
> > > On 2 May 2018, at 13:52, Mike Kerner via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> > >
> > > 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 <
> > > use-livecode@lists.runrev.com> wrote:
> > >
> > >> 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:
> > >>
> > >> https://www.dropbox.com/s/dpx8jv56crgzj91/IMG_6446.JPG?dl=0
> > >>
> > >> Sucks to be me. The tv game show pilot took months to set up and cost
> me
> > >> personally £1000’s and it has all fallen to pieces around me. I’ve got
> > very
> > >> angry people staring at me. I certainly have no money left to get LC
> > >> support and Monte, the only one who could do anything about it, will
> be
> > in
> > >> bed by now. I am so totally screwed because I put my trust in LC. And
> > not
> > >> for the first time!
> > >>
> > >> Sean Cole
> > >> Pi Digital
> > >>
> > >>> On 2 May 2018, at 13:43, Mike Kerner via use-livecode <
> > >> use-livecode@lists.runrev.com> wrote:
> > >>>
> > >>> 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 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.
> >  Months in the making and preparation, and Google choose today of all
> > >> days
> >  to disallow it's use. FAB!!!
> > 
> > 
> >  Why oh why oh why was this not addressed in the months leading up to
> > >> this??
> >  I am screwed and will not get paid now! I am sick and tired of how
> > >> behind
> >  Livecode gets. Off to find a cliff to jump from as this obviously
> wont
> > >> get
> >  fixed in time and I wont have any money to pay my bills as all of it
> > >> went
> >  it to putting this together! I'm as good as homeless. THANKS A
> > MILLION!!
> > 
> > 
> >  Sean Cole
> >  *Pi Digital Productions Ltd*
> >  www.pidigital.co.uk
> > 
> > 
> >  eMail Ts & Cs    Pi Digital
> >  Productions Ltd is a UK registered limited company, no. 5255609
> >  ___
> >  use-livecode mailing list
> >  use-livecode@lists.runrev.com
> >  Please visit this url to subscribe, unsubscribe and manage your
> >  subscription preferences:
> >  http://lists.runrev.com/mailman/listinfo/use-livecode
> > 
> > >>>
> > >>>
> > >>> --
> > >>> On the first day, God created the hea

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 use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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
> being paid. And LC won’t care a jot! Last time I had something similar I
> was told I’d have to pay their extortionate support fee (for their bug!!).
> So screw it and screw everyone. There’s no way of pulling this back.
>
> Sean Cole
> Pi Digital
>
> > On 2 May 2018, at 13:52, Mike Kerner via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > 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 <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> 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:
> >>
> >> https://www.dropbox.com/s/dpx8jv56crgzj91/IMG_6446.JPG?dl=0
> >>
> >> Sucks to be me. The tv game show pilot took months to set up and cost me
> >> personally £1000’s and it has all fallen to pieces around me. I’ve got
> very
> >> angry people staring at me. I certainly have no money left to get LC
> >> support and Monte, the only one who could do anything about it, will be
> in
> >> bed by now. I am so totally screwed because I put my trust in LC. And
> not
> >> for the first time!
> >>
> >> Sean Cole
> >> Pi Digital
> >>
> >>> On 2 May 2018, at 13:43, Mike Kerner via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>>
> >>> 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 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.
>  Months in the making and preparation, and Google choose today of all
> >> days
>  to disallow it's use. FAB!!!
> 
> 
>  Why oh why oh why was this not addressed in the months leading up to
> >> this??
>  I am screwed and will not get paid now! I am sick and tired of how
> >> behind
>  Livecode gets. Off to find a cliff to jump from as this obviously wont
> >> get
>  fixed in time and I wont have any money to pay my bills as all of it
> >> went
>  it to putting this together! I'm as good as homeless. THANKS A
> MILLION!!
> 
> 
>  Sean Cole
>  *Pi Digital Productions Ltd*
>  www.pidigital.co.uk
> 
> 
>  eMail Ts & Cs    Pi Digital
>  Productions Ltd is a UK registered limited company, no. 5255609
>  ___
>  use-livecode mailing list
>  use-livecode@lists.runrev.com
>  Please visit this url to subscribe, unsubscribe and manage your
>  subscription preferences:
>  http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> >>>
> >>>
> >>> --
> >>> On the first day, God created the heavens and the Earth
> >>> On the second day, God created the oceans.
> >>> On the third day, God put the animals on hold for a few hours,
> >>>  and did a little diving.
> >>> And God said, "This is good."
> >>> ___
> >>> use-livecode mailing list
> >>> use-livecode@lists.runrev.com
> >>> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >>> http://lists.runrev.com/mailman/listinfo/use-livecode
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> >
> >
> > --
> > On the first day, God created the heavens and the Earth
> > On the second day, God created the oceans.
> > On the third day, God put the animals on hold for a few hours,
> >  

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 being paid. 
And LC won’t care a jot! Last time I had something similar I was told I’d have 
to pay their extortionate support fee (for their bug!!). So screw it and screw 
everyone. There’s no way of pulling this back. 

Sean Cole
Pi Digital

> On 2 May 2018, at 13:52, Mike Kerner via use-livecode 
>  wrote:
> 
> 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 <
> use-livecode@lists.runrev.com> wrote:
> 
>> 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:
>> 
>> https://www.dropbox.com/s/dpx8jv56crgzj91/IMG_6446.JPG?dl=0
>> 
>> Sucks to be me. The tv game show pilot took months to set up and cost me
>> personally £1000’s and it has all fallen to pieces around me. I’ve got very
>> angry people staring at me. I certainly have no money left to get LC
>> support and Monte, the only one who could do anything about it, will be in
>> bed by now. I am so totally screwed because I put my trust in LC. And not
>> for the first time!
>> 
>> Sean Cole
>> Pi Digital
>> 
>>> On 2 May 2018, at 13:43, Mike Kerner via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>> 
>>> 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 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.
 Months in the making and preparation, and Google choose today of all
>> days
 to disallow it's use. FAB!!!
 
 
 Why oh why oh why was this not addressed in the months leading up to
>> this??
 I am screwed and will not get paid now! I am sick and tired of how
>> behind
 Livecode gets. Off to find a cliff to jump from as this obviously wont
>> get
 fixed in time and I wont have any money to pay my bills as all of it
>> went
 it to putting this together! I'm as good as homeless. THANKS A MILLION!!
 
 
 Sean Cole
 *Pi Digital Productions Ltd*
 www.pidigital.co.uk
 
 
 eMail Ts & Cs    Pi Digital
 Productions Ltd is a UK registered limited company, no. 5255609
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 
>>> 
>>> 
>>> --
>>> On the first day, God created the heavens and the Earth
>>> On the second day, God created the oceans.
>>> On the third day, God put the animals on hold for a few hours,
>>>  and did a little diving.
>>> And God said, "This is good."
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> 
> -- 
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>   and did a little diving.
> And God said, "This is good."
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 
--
Sent from: 
http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 <
use-livecode@lists.runrev.com> wrote:

> 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:
>
> https://www.dropbox.com/s/dpx8jv56crgzj91/IMG_6446.JPG?dl=0
>
> Sucks to be me. The tv game show pilot took months to set up and cost me
> personally £1000’s and it has all fallen to pieces around me. I’ve got very
> angry people staring at me. I certainly have no money left to get LC
> support and Monte, the only one who could do anything about it, will be in
> bed by now. I am so totally screwed because I put my trust in LC. And not
> for the first time!
>
> Sean Cole
> Pi Digital
>
> > On 2 May 2018, at 13:43, Mike Kerner via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > 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 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.
> >> Months in the making and preparation, and Google choose today of all
> days
> >> to disallow it's use. FAB!!!
> >>
> >>
> >> Why oh why oh why was this not addressed in the months leading up to
> this??
> >> I am screwed and will not get paid now! I am sick and tired of how
> behind
> >> Livecode gets. Off to find a cliff to jump from as this obviously wont
> get
> >> fixed in time and I wont have any money to pay my bills as all of it
> went
> >> it to putting this together! I'm as good as homeless. THANKS A MILLION!!
> >>
> >>
> >> Sean Cole
> >> *Pi Digital Productions Ltd*
> >> www.pidigital.co.uk
> >>
> >>
> >> eMail Ts & Cs    Pi Digital
> >> Productions Ltd is a UK registered limited company, no. 5255609
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> >
> >
> > --
> > On the first day, God created the heavens and the Earth
> > On the second day, God created the oceans.
> > On the third day, God put the animals on hold for a few hours,
> >   and did a little diving.
> > And God said, "This is good."
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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:

https://www.dropbox.com/s/dpx8jv56crgzj91/IMG_6446.JPG?dl=0

Sucks to be me. The tv game show pilot took months to set up and cost me 
personally £1000’s and it has all fallen to pieces around me. I’ve got very 
angry people staring at me. I certainly have no money left to get LC support 
and Monte, the only one who could do anything about it, will be in bed by now. 
I am so totally screwed because I put my trust in LC. And not for the first 
time!

Sean Cole
Pi Digital

> On 2 May 2018, at 13:43, Mike Kerner via use-livecode 
>  wrote:
> 
> 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 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.
>> Months in the making and preparation, and Google choose today of all days
>> to disallow it's use. FAB!!!
>> 
>> 
>> Why oh why oh why was this not addressed in the months leading up to this??
>> I am screwed and will not get paid now! I am sick and tired of how behind
>> Livecode gets. Off to find a cliff to jump from as this obviously wont get
>> fixed in time and I wont have any money to pay my bills as all of it went
>> it to putting this together! I'm as good as homeless. THANKS A MILLION!!
>> 
>> 
>> Sean Cole
>> *Pi Digital Productions Ltd*
>> www.pidigital.co.uk
>> 
>> 
>> eMail Ts & Cs    Pi Digital
>> Productions Ltd is a UK registered limited company, no. 5255609
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> 
> 
> -- 
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>   and did a little diving.
> And God said, "This is good."
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 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.
> Months in the making and preparation, and Google choose today of all days
> to disallow it's use. FAB!!!
>
>
> Why oh why oh why was this not addressed in the months leading up to this??
> I am screwed and will not get paid now! I am sick and tired of how behind
> Livecode gets. Off to find a cliff to jump from as this obviously wont get
> fixed in time and I wont have any money to pay my bills as all of it went
> it to putting this together! I'm as good as homeless. THANKS A MILLION!!
>
>
> Sean Cole
> *Pi Digital Productions Ltd*
> www.pidigital.co.uk
>
>
> eMail Ts & Cs    Pi Digital
> Productions Ltd is a UK registered limited company, no. 5255609
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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.
Months in the making and preparation, and Google choose today of all days
to disallow it's use. FAB!!!


Why oh why oh why was this not addressed in the months leading up to this??
I am screwed and will not get paid now! I am sick and tired of how behind
Livecode gets. Off to find a cliff to jump from as this obviously wont get
fixed in time and I wont have any money to pay my bills as all of it went
it to putting this together! I'm as good as homeless. THANKS A MILLION!!


Sean Cole
*Pi Digital Productions Ltd*
www.pidigital.co.uk


eMail Ts & Cs    Pi Digital
Productions Ltd is a UK registered limited company, no. 5255609
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 mouseDown/Up on a Segmented Control 
widget? hiliteChanged is the only message that is documented or shows 
up in the Script Editor and standard mouseDown/Up handlers aren't 
acknowledged. Am I missing something or does this need to be enabled 
first in LCB and then passed to LC?


I tried putting a mouseDown/Up on the widget and it doesn't trigger. I 
tried putting the widget in a group by itself (a trick I learned so I 
could put Effects on widgets) and applying the mouseDown/Up script to 
the group and it doesn't trigger. I add another object to that group 
and when I click on that other object the group script finally 
triggers, but not when clicking on the widget.


My problem is that I can't find a way to determine if the item of the 
Segmented Control that was clicked was already the current 
hilitedItem. I know I can toggle the hilite, but I just want to know 
if the current "active" item has been clicked again.


My goal is to replace 3 buttons that I use to sort a dataGrid by 3 
different filters. Currently I have the buttons scripted to act like a 
group of radio buttons (but they are standard buttons for easier 
skinning) and realize if they are the "active" button and toggle 
sorting by descending/ascending for that filter (the iconPresetName of 
a SVG widget is also toggled at this time to indicate the sort 
direction).


--Andrew Bell


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 Windows, Mac, and Linux all offer multiple desktop, I'm 
curious: do you folks use them?


FWIW here's how I often work: I tend to open my email client and web 
browser in workspace 1, then LC on workspace 2.  Spaces 3 and 4 tend 
to get used ad hoc when there's something I need to focus on, like 
having another instance of LC, or a graphics tool, etc.  This is on 
Ubuntu, though lately I've started using multiple desktops on Windows 
as well.


I would be interested in learning how you folks use your desktops, 
and which OS you're on.


--
  Richard Gaskin
  Fourth World Systems
  Software Design and Development for the Desktop, Mobile, and the Web




I recently switched from openSUSE to Antergos, but it's still Linux 
and still KDE Plasma5 as my DE. Always multiple desktops and like you, 
a couple dedicated ones and a couple freelance desktops.


I have window rules that will send particular app windows to 
particular desktops regardless of where I am when they are opened. 
Depending on what the window manager allows, this could be a way to 
avoid the inconvenience that Mark Wieder mentions.


I did have the same kind of issues that Ralph DiMola mentions with 
some Livecode stuff showing up on all desktops, but it was a long time 
ago and I can't remember if it was under KDE4 or Gnome 2. I don't see 
this any more under Linux and KDE.


Warren

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode