CyberSlug Posted February 11, 2004 Posted February 11, 2004 It appears that Adlib functionality is suspended when AutoIt spawns a MsgBox or InputBox. I also see that HotKey presses are deferred until the MsgBox/InputBox goes away. Would it be desirable to prevent MsgBox/InputBox from blocking like it does? Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Administrators Jon Posted February 11, 2004 Administrators Posted February 11, 2004 It would. But it would mean changing the internals to be fully multi-threaded which is alot more difficult than adding a couple of "startnewthread" calls.
jpm Posted February 11, 2004 Posted February 11, 2004 (edited) It would. But it would mean changing the internals to be fully multi-threaded which is alot more difficult than adding a couple of "startnewthread" calls.That's a work for David Edited February 11, 2004 by jpm
Administrators Jon Posted February 11, 2004 Administrators Posted February 11, 2004 It's not worth it. You could throw many KBs away on it for virtually no gain.
Nutster Posted February 11, 2004 Posted February 11, 2004 That's a work for David You know, I've been meaning to learn about multi-threaded programming for a while now. I'm not sure that it would be worth it. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
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