blender Posted November 9, 2007 Posted November 9, 2007 (edited) Hi, all I am new to autoit. I am using Watir with autoitx3 implemented in it. I am trying to select items from a listbox. my code for that is: @autoit.ControlCommand("Manager", "","[CLASS:WindowsForms10.LISTBOX.app.0.378734a;INSTANCE:2]", "SelectString", 'Project1') the function returns 1, but it doesn't seem to work cuz no item is selected in the listbox. I also tried ControlListView, but it keeps telling me i have invalid number of parameters for that function even tho I checked so many times that I have correct number of parameters according to the autoit function reference. Anyone can help me with this please? Edited November 9, 2007 by blender
assyar Posted September 24, 2009 Posted September 24, 2009 Have the same problem (Control functions doesn't work well with it, though no Autoit error reported) with this control class CLASS:WindowsForms10.LISTBOX.app.0.378734a. blender, have you found an answer?
assyar Posted September 24, 2009 Posted September 24, 2009 Have the same problem (Control functions doesn't work well with it, though no Autoit error reported) with this control class CLASS:WindowsForms10.LISTBOX.app.0.378734a.blender, have you found an answer?I have found my answer in this topic http://www.autoitscript.com/forum/index.php?showtopic=90619Thank you, Melba23.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now