Jump to content

Recommended Posts

Posted

I am having trouble identifying a Control ID of a button on a WIndow screen using the Window Info program. Is there another way to identify a Control ID of a button on a screen other than the Window Info program?

Posted

In the Screen 2 I uploaded, I can not identify the control buttons circled.

Yes, you mentioned 'about a problem', but you doesn't explain in detail what happens?

What it's your problem "Identifying Control ID" (specifically) ?  :whistle:

<{POST_SNAPBACK}>

Posted

There is a note in the helpfile about the controls that you need to know:

Controls - Info

Note: AutoIt only works with standard Microsoft controls - some applications write their own custom controls which may look like a standard MS control but may resist automation. Experiment!

But...a question: When you use the AWInfo over these buttons, what can you see?

Alternatively, you can use clicks with specific coordinates (Mouse..() related functions).

Posted

I see the ControlID and name of the buttons on SCreen 1 whether SCreen1 or SCreen 2 are up.

There is a note in the helpfile about the controls that you need to know:

Controls - Info

But...a question: When you use the AWInfo over these buttons, what can you see?

Alternatively, you can use clicks with specific coordinates (Mouse..() related functions).

<{POST_SNAPBACK}>

Posted

You could use ControlMove() to temporarily move those buttons to another location like (0, 0). This should give you the opportunity to view the control information of the other buttons using AutoIt Window Info.

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
×
×
  • Create New...