Re: Windows: "not responding"

2018-08-14 Thread Tom Glod via use-livecode
to add something to this what also seems to help alleviate the problem is to change the frequency in which the screen updates happen..so show the progress every 10% instead of every .1% or 1%. LC is actually really fast at processing variables and chunksand to be able to go top speed w

Re: Windows: "not responding"

2018-08-14 Thread Curry Kenworthy via use-livecode
I recently ran a Windows app from a major publisher that used a very big percentage of both the CPU and the GPU (my computer didn't meet the minimum specs) without any complaints at all from the OS. High CPU, but totally responsive. Worked just fine. And that's one tiny snowflake on the tip

Re: Windows: "not responding"

2018-08-14 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > I think they did. As I recall, the upshot was that this is a Windows > thing, and Livecode is not the only victim. Already addressed when this came up a week ago: http://lists.runrev.com/pipermail/use-livecode/2018-August/249081.html TL;DR: LC is not alone, but evidences th

Re: Windows: "not responding"

2018-08-14 Thread Tom Glod via use-livecode
nope. doesn't seem to have any effect. On Tue, Aug 14, 2018 at 4:12 PM, Tom Glod wrote: > if i had a penny for every time this has come up > > i do not enjoy having to slow down my handlers by adding a wait with > messages command . its a noticeable drop in data processing > performance.

Re: Windows: "not responding"

2018-08-14 Thread Tom Glod via use-livecode
if i had a penny for every time this has come up i do not enjoy having to slow down my handlers by adding a wait with messages command . its a noticeable drop in data processing performance. this HAS to be addressed at the level of the engine. The OS is supposed to schedule CPU cycles to

Re: Windows: "not responding"

2018-08-14 Thread Bob Sneidar via use-livecode
I think they did. As I recall, the upshot was that this is a Windows thing, and Livecode is not the only victim. In fact, we use a product by Prism called DocRecord, and it will exhibit similar behavior when running on a slower PC with less than optimal resources. I'm thinking maybe this would

Re: Windows: "not responding"

2018-08-14 Thread Paul Dupuis via use-livecode
On 8/14/2018 2:09 PM, Ralph DiMola via use-livecode wrote: > I just got "application is not responding" from the Win 10 Task Manager for > about 10 seconds before it came back. I don't say that LC could not improve > on this but if one of Windows core utilities can't avoid it, then in my > humble o

RE: Windows: "not responding"

2018-08-14 Thread Ralph DiMola via use-livecode
chard Gaskin Subject: Windows: "not responding" We've discussed many times here the anomaly in which an LC process on Windows is running quite fine, but when it's working really hard the OS starts monkeying with the window appearance, adding the string "application is not res

Re: Windows: "not responding"

2018-08-07 Thread Richard Gaskin via use-livecode
Paul Dupuis wrote: On 8/7/2018 3:43 PM, Richard Gaskin via use-livecode wrote: I don't mind opening a new issue for this, just wanted to see if doing so would create a duplicate of something that's already there. Please open the issue in the quality center. If it is improvable, I would like to

Re: Windows: "not responding"

2018-08-07 Thread Paul Dupuis via use-livecode
On 8/7/2018 3:43 PM, Richard Gaskin via use-livecode wrote: > I don't mind opening a new issue for this, just wanted to see if doing > so would create a duplicate of something that's already there. Please open the issue in the quality center. If it is improvable, I would like to see it improved, i

Re: Windows: "not responding"

2018-08-07 Thread Paul Dupuis via use-livecode
On 8/7/2018 3:26 PM, Ralph DiMola via use-livecode wrote: > Also, I was able to reduce this by calls to WMPaint or in VB to DoEvents > while in a tight loop doing I/O. This brings me back to the never ending > question: When is the equivalent to "DoEvents" in LC? "Wait in time with > messages" d

Re: Windows: "not responding"

2018-08-07 Thread Richard Gaskin via use-livecode
IIRC, earlier discussions here about this do recognize that it's about a certain finickiness with Windows, but also acknowledged that this seems to happen more frequently in LC apps than others. Personally, I see this very rarely in anything other than LC, and in LC apps quite often. Customers

RE: Windows: "not responding"

2018-08-07 Thread Ralph DiMola via use-livecode
an Milby Subject: Re: Windows: "not responding" I don’t think this is an issue exclusive to LC. My main Access DB has code that will do the same thing. Sometimes things come back fine because it was just busy (SharePoint issues do cause it to get totally hung sometimes as well though).

RE: Windows: "not responding"

2018-08-07 Thread Ralph DiMola via use-livecode
Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Brian Milby via use-livecode Sent: Tuesday, August 07, 2018 2:14 PM To: use-livecode@lists.runrev.com; How to use LiveCode Cc: Brian Milby Subject: Re: Windows: "not responding" I don’

Re: Windows: "not responding"

2018-08-07 Thread Brian Milby via use-livecode
I don’t think this is an issue exclusive to LC. My main Access DB has code that will do the same thing. Sometimes things come back fine because it was just busy (SharePoint issues do cause it to get totally hung sometimes as well though). Thanks, Brian On Aug 7, 2018, 1:07 PM -0500, Paul Dupuis

Re: Windows: "not responding"

2018-08-07 Thread Paul Dupuis via use-livecode
On 8/7/2018 1:58 PM, Richard Gaskin via use-livecode wrote: > We've discussed many times here the anomaly in which an LC process on > Windows is running quite fine, but when it's working really hard the > OS starts monkeying with the window appearance, adding the string > "application is not respon

Windows: "not responding"

2018-08-07 Thread Richard Gaskin via use-livecode
We've discussed many times here the anomaly in which an LC process on Windows is running quite fine, but when it's working really hard the OS starts monkeying with the window appearance, adding the string "application is not responding" in the title bar. In all cases I've see thus far, the app