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
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
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
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
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
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
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
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
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
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
> 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
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
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
.
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
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
15 matches
Mail list logo