Jump to content

autoit, RanorexSpy and qt status bar


Mic
 Share

Recommended Posts

I can get a handle on the qt status bar in question, but ControlGetText ( "", "", $handle ) = "Status Bar", not the text displayed. AutoIt Window Info gives me the Instance "2377" which works as the handle, but no Name or Text property. The Status Bar text that I need is displayed in Window Info: Visible Text as the 3rd line from the bottom.

RanorexSpy: Element shows Name attribute as the text I need.

If RanorexSpy shows the text in its Name field, should I be able to reach it with Autoit?

How is Window Info getting Visible Text - how do I get to this within Autoit?

As alway tia.

 

got it:

 

$handle = ControlGetHandle("Mix Editor", "", "[CLASS:QWidget; INSTANCE:2378]")

local $t1 = ControlGetText ( "", "", $handle )

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