Jump to content

Waiting for file loading in target IDE


Recommended Posts

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

Link to comment
Share on other sites

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 game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...