CyberSlug 3 Report post 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! Share this post Link to post Share on other sites
Jon 854 Report post 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. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites
jpm 42 Report post 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 Share this post Link to post Share on other sites
Jon 854 Report post Posted February 11, 2004 It's not worth it. You could throw many KBs away on it for virtually no gain. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites
Nutster 3 Report post 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 ConsultingAn Aquarius born during the Age of AquariusAutoIt allows me to re-invent the wheel so much faster.I'm off to write a wizard, a wonderful wizard of odd... Share this post Link to post Share on other sites