Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 3 matches
- Fri May 16, 2014 7:53 pm
- Forum: General Support
- Topic: A way to select a button in a window
- Replies: 4
- Views: 2222
Re: A way to select a button in a window
oh yesss, it works, thanks 
- Wed May 14, 2014 8:28 pm
- Forum: General Support
- Topic: A way to select a button in a window
- Replies: 4
- Views: 2222
Re: A way to select a button in a window
Hi thanks for your response, I tried in the python shell but I get this :
>>> from pywinauto import application
Traceback (most recent call last):
File "<input>", line 1, in <module>
ImportError: No module named pywinauto
>>>
I've put the pywinauto :
http://zupimages.net/up/14/20/dvj4.png ...
>>> from pywinauto import application
Traceback (most recent call last):
File "<input>", line 1, in <module>
ImportError: No module named pywinauto
>>>
I've put the pywinauto :
http://zupimages.net/up/14/20/dvj4.png ...
- Tue May 13, 2014 8:16 pm
- Forum: General Support
- Topic: A way to select a button in a window
- Replies: 4
- Views: 2222
A way to select a button in a window
Hi all,
First of all, thanks for all, the app is so great !! ;)
I'm looking for a way to select a button on a window, like in pywinauto :
http://wiki.pywinauto.googlecode.com/hg/notepad-simple2-ir.gif
In the animated gif, wait for the command "app.AboutNotepad.OK.Click()"
I want to do that in ...
First of all, thanks for all, the app is so great !! ;)
I'm looking for a way to select a button on a window, like in pywinauto :
http://wiki.pywinauto.googlecode.com/hg/notepad-simple2-ir.gif
In the animated gif, wait for the command "app.AboutNotepad.OK.Click()"
I want to do that in ...