Re: Kill a handler

2014-04-03 Thread J. Landman Gay
On 4/3/14, 8:29 PM, Earthednet-wp wrote: Actually, you can kill the process right on the activity monitor. The difference in Kevin's suggestion is that it doesn't actually kill the app, the command just resets everything (when it works.) I want to say that I can't wait to try it, but that's n

Re: Kill a handler

2014-04-03 Thread Earthednet-wp
Actually, you can kill the process right on the activity monitor. Bill William Prothero http://es.earthednet.org > On Apr 3, 2014, at 5:37 PM, Bob Sneidar wrote: > > GOD BLESS YOU SIR! How many a frustrated night I’ve spent with an > unresponsive SQL server, waiting for it to time out so I can

Re: Kill a handler

2014-04-03 Thread Bob Sneidar
GOD BLESS YOU SIR! How many a frustrated night I’ve spent with an unresponsive SQL server, waiting for it to time out so I can get on with my work! Bob On Mar 30, 2014, at 06:58 , Kevin Miller mailto:ke...@runrev.com>> wrote: There is an alternative to command-. on Mac which will often, thoug

Re: Kill a handler - Found word(s) list error in the Text body

2014-04-01 Thread Bob Sneidar
command period. Bob On Mar 29, 2014, at 02:43 , Nakia Brewer wrote: > Hi, > > Is there a way u can kill a handler that is currently running (has long loops > on it so runs a while). > > I am building a desktop version of the mobileActivity indicator and want to > a

Re: Kill a handler

2014-03-30 Thread J. Landman Gay
On 3/30/14, 8:58 AM, Kevin Miller wrote: There is an alternative to command-. on Mac which will often, though not always rescue you when you¹re deep in handler stack you can¹t break out of. Get the process ID from Activity Monitor. Then run: kill -sighup processID E.g. if LC has PID 9382: ki

Re: Kill a handler

2014-03-30 Thread dunbarx
Didn't you try: wait 0 with messages ?? -Original Message- From: Roger Eller To: How to use LiveCode Sent: Sun, Mar 30, 2014 11:11 am Subject: Re: Kill a handler We don't want to kill the IDE, just stop the handler that is stuck in a loop. The kill command would stil

Re: Kill a handler

2014-03-30 Thread Roger Eller
We don't want to kill the IDE, just stop the handler that is stuck in a loop. The kill command would still lose all unsaved work. ~Roger Sent from my Android tablet On Mar 30, 2014 10:00 AM, "Kevin Miller" wrote: > There is an alternative to command-. on Mac which will often, though not > alwa

Re: Kill a handler

2014-03-30 Thread Kevin Miller
There is an alternative to command-. on Mac which will often, though not always rescue you when you¹re deep in handler stack you can¹t break out of. Get the process ID from Activity Monitor. Then run: kill -sighup processID E.g. if LC has PID 9382: kill -sighup 9382 Kind regards, Kevin Kev

Re: Kill a handler

2014-03-29 Thread Mark Schonewille
Craig, When I do a simple test, like repeat forever put the seconds end repeat it works, but when I am in the middle of a project, testing a handler that gets caught up in an endless loop and forgot to save for a few hours, it never works. I have no idea why it doesn't. There must be going

Re: Kill a handler

2014-03-29 Thread Nakia Brewer
wMonitor to > false. > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX Design > >> On Mar 29, 2014, at 2:43 AM, Nakia Brewer >> wrote: >> >> Hi, >> >> Is there a way u can kill a handler that is currently running (has

Re: Kill a handler

2014-03-29 Thread Scott Rossi
> Hi, > > Is there a way u can kill a handler that is currently running (has long loops > on it so runs a while). > > I am building a desktop version of the mobileActivity indicator and want to > add a cancel button so it can cancel any current operation within t

Re: Kill a handler

2014-03-29 Thread dunbarx
29, 2014 11:45 am Subject: Re: Kill a handler Hi, Really, I don't remember when I used control-period successfully for the last time. Whenever I need to to stop an indefinitely running loop, I have to kill the entire IDE. -- Best regards, Mark Schonewille Economy-x-Talk Consultin

Re: Kill a handler

2014-03-29 Thread Mark Schonewille
Hi, Really, I don't remember when I used control-period successfully for the last time. Whenever I need to to stop an indefinitely running loop, I have to kill the entire IDE. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-tal

Re: Kill a handler

2014-03-29 Thread dunbarx
. You do know that cmd-period will abort any running hsndler, right? Craig Newman -Original Message- From: Nakia Brewer To: How to use LiveCode Sent: Sat, Mar 29, 2014 5:45 am Subject: Kill a handler Hi, Is there a way u can kill a handler that is currently running (has long loops

Kill a handler

2014-03-29 Thread Nakia Brewer
Hi, Is there a way u can kill a handler that is currently running (has long loops on it so runs a while). I am building a desktop version of the mobileActivity indicator and want to add a cancel button so it can cancel any current operation within the program... Sent from my iPhone