Beta 6 -JaPBe- Editor functions crawl with 96% CPU usage

Everything else that doesn't fall into one of the other PB categories.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Randy Walker wrote:I click, wonder if I did because nothing happens, click again and then watch my procedure unfold and then fold back up because the first click was good.
When you fold/unfold all, jaPBe adds a little message in the log, when starting and ending folding, and even the duration in ms, so you know when you are folding and how much time you have lost.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Randy Walker
Addict
Addict
Posts: 1126
Joined: Sun Jul 25, 2004 4:21 pm
Location: USoA

Post by Randy Walker »

I can't get it to duplicate the delay with any consistancy. You know how you can cause a delay in your app by placing a WaitWindowEvent() at the wrong spot in your program, so your app just sits there at that spot until you move the mouse? I get a lot of that type of behavior, but even that does not seem consistant, so I think it may only be coincidental that it resembles the extra WaitWindowEvent() delay. Sometimes I wiggle the mouse and it responds immediately and sometimes makes no difference.

One senario that does seem replicable and also appears to be one of those "extra WaitWindowEvent()" conditions is when I un-fold all and then fold all. Just as it completes the fold all operation it hangs for a few moments on the very last fold. If I wiggle the mouse, it folds immedialtely. If I wait and just watch, it takes a little while, exactly as though it were sitting on top of a WaitWindowEvent() waiting for an event.
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Randy Walker wrote:I can't get it to duplicate the delay with any consistancy.
I always have the same delay (+/- a few ms), sorry.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply