Jump to content

Tabs, revisited


 Share

Recommended Posts

Alrighty... trying to automate a Cisco aironet card install. Once it comes up, the Cisco Desktop Utility starts, but it consists of 3 tabs... I don't understand how the controls (12320) work, since AU3Info shows the entire region as one big piece...

Any ideas?

Link to comment
Share on other sites

OK, you can see the ControlID 12320. With this Number an the ControlCommand Function together with these commands:

"CurrentTab", ""

Returns the current Tab shown of a SysTabControl32

"TabRight", ""

Moves to the next tab to the right of a SysTabControl32

"TabLeft", ""

Moves to the next tab to the left of a SysTabControl32

You should get your goal :-)

Edited by Raindancer
Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer
Link to comment
Share on other sites

What does AU3Info show you if you hover over the Tabs? (Please copy & paste)

<{POST_SNAPBACK}>

looks like that's what he did... check that image again man. looks like it has a control id of 12320. have you tried

Opt("WinTitleMatchMode",4);actually not necessary with the title used in next line, but just incase you have multiple Cisco windows up, you could grab another word in the title without causing errors.
ControlSend("Cisco","",12320,"{RIGHT}");this sends the right arrow key specifically to the control, which should change the tab....

***EDIT***

sorry, on my side i saw his screenshot right before your post, and i posted mine probably at the same time as your guys' explanations of the mix up... my bad

Edited by cameronsdad
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...