Closed GoogleCodeExporter closed 9 years ago
The _GUICtrlComboBox_x methods are not available in AutoItLibrary because it is
simply a Python wrapper of the AutoItX COM object, and these methods are not
available in the COM object. If you look at the AutoItX.chm help file you'll
see
that there is a generic command for sending sub-commands to specific controls:
ControlCommand "title", "text", "controlID", "command", "option"
One of the commands you can send to a control this way is
"FindString", 'string': Returns occurrence ref of the exact string in a ListBox
or
ComboBox
Perhaps you can experiment with this to see if it solves your problem. If you
can
figure out a way to do this using the methods in the AutoItX COM object then we
could
wrap that solution in a new keyword method at the Python layer.
Since I don't know .NET, or have any .NET applications to test this on, I'm
afraid I
can't provide any further assistance.
Original comment by c.martin...@gmail.com
on 5 Mar 2010 at 2:23
Marking "WontFix" since I can't see a way to do this via the AutoItX3.dll COM
object.
Please open a new issue if you find a solution to this.
Original comment by c.martin...@gmail.com
on 23 Apr 2010 at 7:45
Original comment by c.martin...@gmail.com
on 23 Apr 2010 at 7:58
Original issue reported on code.google.com by
kris...@gmail.com
on 9 Dec 2009 at 10:21