| Author |
Message |
Forum: Support Topic: Fairly simple script using up 20-25% of my CPU cyles |
| jakemoffatt |
|
Posted: September 4th, 2009, 10:39 pm
|
|
Replies: 3 Views: 303
|
| Thank you, SetTimer worked and my code looks much cleaner too! |
|
 |
Forum: Support Topic: Fairly simple script using up 20-25% of my CPU cyles |
| jakemoffatt |
|
Posted: September 4th, 2009, 7:52 pm
|
|
Replies: 3 Views: 303
|
| The following script takes an average of 20-25% of my CPU while it is running. Normally not even noticeable for me as I'm using a fairly quick computer. I did notice it today and think that it is excessive. What can I do to clean it up? I believe the CPU intensive part is probably the infinite LOOP ... |
|
 |
Forum: Support Topic: How do I trap a hotkey for one app while renaming another? |
| jakemoffatt |
|
Posted: August 29th, 2009, 1:39 am
|
|
Replies: 3 Views: 253
|
Thanks Horntail that works great!
But I don't understand why that works.
I would think that when you Goto Run
it would start the infinite loop and "Escape::..." would never get executed.
How is it that Escape still works? |
|
 |
Forum: Support Topic: How do I trap a hotkey for one app while renaming another? |
| jakemoffatt |
|
Posted: August 29th, 2009, 1:11 am
|
|
Replies: 3 Views: 253
|
| The first section of code is for the compiled help viewer for the Visual Dataflex program. I want to be able to hit Escape to close it instead of having to hit ALT_F4. That works, but if I take out the comments, the rest of the code doesn't work. The second section, is for the actual program, not th... |
|
 |
| Sort by: |