ThadSmith3 Posted September 2, 2011 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
kaotkbliss Posted September 3, 2011 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 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
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