MvGulik Posted August 27, 2006 Posted August 27, 2006 (edited) whatever Edited February 7, 2011 by MvGulik "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014) "Believing what you know ain't so" ... Knock Knock ...
ConsultingJoe Posted August 27, 2006 Posted August 27, 2006 cool, nice gui example to learn from, thank Check out ConsultingJoe.com
Uten Posted August 28, 2006 Posted August 28, 2006 Any particular reason you use this Case BitAND(WinGetState($hDebugWindow),16) == 16 ;; minimized window. Sleep(1000) ;; minimize cpu-use (1sec)Rather than the $GUI_EVENT_MINIMIZE (= -4) message? I also thought sleep(1000) is to long in a GUI loop. You could end up losing messages in the queue. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Uten Posted August 30, 2006 Posted August 30, 2006 Sleeping more than 250ms has proven that messages gets lost in (are removed from) the queue. Not sure how or why. I made a test program ones to verify this behaviour and some of the more seasoned scripters have also verified it in the forum. But if sleep(1000) works for you the all is well and good Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Uten Posted September 12, 2006 Posted September 12, 2006 If your determined upon a AutoIt Tail application you should probably check out the API calls FindFirstChangeNotification and friends. Sample at codeproject Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now