Jump to content

How To Access A Button In A Toolabar Window?


Recommended Posts

I want to save out the wav file for all the frames in a Wink http://www.debugmode.com/wink/ recording.

However, there is no text for any of the buttons in the frame properties ToolbarWindow321.

Control ID: 6263

ClassNameNN: ToolbarWindow321

Text:

Style: 0x50000941

ExStyle: 0x00000000

These properties are the same for each button.

No Keyboard shortcuts either.

Any ideas on how to select the correct button using controlClick?

Thanks!

2015 - Still no flying cars, instead blankets with sleeves.

Link to comment
Share on other sites

  • Moderators

Worse case, I guess you could always use ClickInControl by larry.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Worse case, I guess you could always use ClickInControl by larry.

Thanks.

Use ControlgetPos then this...

As a further check would it be possible to read/get the Tooltop Text?

This would help to identify each button.

2015 - Still no flying cars, instead blankets with sleeves.

Link to comment
Share on other sites

If you know the approximate region of the window, you could always do a PixelSearch to help verify that you're clicking the right area... as long as the button has a unique color in it.

All the buttons have unique tooltips, If anyone knows of a way to read the Tooltip text, let me know! :think:

2015 - Still no flying cars, instead blankets with sleeves.

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...