Jump to content

Recommended Posts

Posted

Posted Image

I want to be able to "Win"WaitActive("title") or anything similar to that, but I want to be able to name the class, instead of the title. Because the things that I have do not have a title, and a title cannot be added to them.

I'm pointing to what I want to be able to "wait" till that class of window becomes active. I know there is only one of that class on Windows, so I know there simply cannot be any conflict with applications.

Any ideas as to how I would be able to accomplish this?

Desired Results:

WinWaitActive("class")

Posted

opt("WinTitleMatchMode",4)
WinWaitActive("[CLASS:BaseBar]")

This is in the help btw... When you look up WinWaitActive, or any win function just about, click on that link that says "Title special definition".

Posted

Thanks, but it still doesn't seem to be working, I'll just mess around with the tools a bit, till I figure it out.

Thanks again for pointing out the obvious :)

Too bad there isn't a karma/rep system xD

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