jacexh / pyautoit

Python binding for AutoItX3.dll
MIT License
269 stars 74 forks source link

win_wait_active #11

Closed daviddhtn closed 8 years ago

daviddhtn commented 8 years ago

Could you please edit "win_wait_active" in win.py with 3 parameters title, text, and time out?. The original one have only two parameters title and time out. Thanks

jacexh commented 8 years ago

you can call this interface like autoit.win_wait_active("title", 3, text="foo")

daviddhtn commented 8 years ago

Thank you very much, jacexh. It works well.