Guest dieter Posted January 21, 2004 Posted January 21, 2004 Hello I want to use the function WinWaitActive and I want also check the WindowText but the text has several lines. e.g >>>> Window Text <<<< SysFader SysFader Fax Monitor How I can check several lines ?
cmallett Posted January 21, 2004 Posted January 21, 2004 If you need to ensure that the window has more than one of the text elements, you could do two WinWaitActives, back-to-back: WinWaitActive, Title, Element1 WinWaitActive, Title, Element2 If both commands are satisfied, the active window has both traits.
Recommended Posts