Jump to content

Automating Software install issues


dufran3
 Share

Recommended Posts

I am having issues trying to automate a piece of software. Each Window title is the same, and the Auto It window info tool doesn't detect some of the text inside of the window. My install will not work because the window titles are the same...help please.

Link to comment
Share on other sites

This is what the very first screen looks like in the installer

Press CTRL-ALT-F to freeze the display.

>>>>>>>>>>>> Window Details <<<<<<<<<<<<<

Title: API Setup Manager

Class: ThunderRTForm

Size: X: 440 Y: 362 W: 400 H: 300

>>>>>>>>>>> Mouse Details <<<<<<<<<<<

Screen: X: 725 Y: 381

Cursor ID: 2

>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<

RGB: Hex: 0x77131C Dec: 7803676

>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<

Size: X: 0 Y: 0 W: 406 H: 6500

Control ID: 6

ClassNameNN: ThunderRTPictureBox6

Text:

Style: 0x46010000

ExStyle: 0x00000000

(Control is hidden)

>>>>>>>>>>> Status Bar Text <<<<<<<<<<<

>>>>>>>>>>> Visible Window Text <<<<<<<<<<<

>>>>>>>>>>> Hidden Window Text <<<<<<<<<<<

Link to comment
Share on other sites

What will this do for me though? Will this allow the "hidden text" to be shown in the AutoIt Window Info Tool?

no...

at times you can use that option in a script and it can read the hidden text..

there are times when using "controlcommand" and similar tools, that you can leave the title name out ("") and use the hidden text to control the window/control

8)

rgarding your last post

you have the window and control info

Title: API Setup Manager

Class: ThunderRTForm

Control ID: 6

ClassNameNN: ThunderRTPictureBox6

and you can use

Opt("WinTitleMatchMode", 4) ;1=start, 2=subStr, 3=exact, 4=advanced

see help on how to use at...

Window Titles and Text (Advanced)

8)

NEWHeader1.png

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