ThadSmith3 0 Posted September 2, 2011 I am using Autoit to automate a build in Microchip's MPLAB, an IDE for PIC processors (it doesn't have a command line option to do a build from the project file). I have most of the process working, but when I tell it to load a project, there is an indefinite delay while the IDE loads its workspace. It will not take a command until it is finished, therefore I need to wait for completion. There is no direct indication of completion, but I did notice that a combo box is displayed with either "Debug" or "Release" showing. Another possibility I thought of was to press a menu hotkey (Alt-W) and look for a drop down. I don't know how to acomplish either task. Any help appreciated, including tutorial pointers. Thad Share this post Link to post Share on other sites
kaotkbliss 146 Posted September 3, 2011 Does the AutoIt Window info tool give you any info about the GUI? That might help you interact with it easier Also you can use Send("!w") to bring up the menu 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites