Jump to content

Do i need the whole text for WinWaitActive?


Recommended Posts

First: Thank you for the great software.

I have a question related to these syntax:

WinWaitActive ( "Titel", ["Text"], [Timeout] )

I have to handle some Windows with the same titel. So i think i have to use the text as additional indicator.

But the Autoit Window Info shows the whole EULA as the text of my windows. Do i have to copy the whole EULA into the syntax? I don't think that this is the right way.

So i'm looking for a possibility to use only a small part of the shown text to identify the right window.

I hope someone can help me.

And sorry for my bad english...

SpecialK

Edited by SpecialK
Link to comment
Share on other sites

Welcome,

"I am a line of title or text characters"

As above, from the left character to any point of a line (e.g. like in bold) is what you can add into a parameter as needed by WinWaitActive and similar Win* functions. You do not need to add the whole line unless you use the Opt() for exact match for just the title.

:D

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