letopisez Posted November 18, 2008 Posted November 18, 2008 it's my java code autoit.ControlCommand(title, "", "ListBox1", "SetCurrentSelection", "myString"); it code has no effect. But String selected = autoit.ControlCommand(title, "", "ListBox1", "GetCurrentSelection", ""); working code why? it is a bug, or i do wrong anything?
XieZhiFeng Posted July 3, 2009 Posted July 3, 2009 it's my java code autoit.ControlCommand(title, "", "ListBox1", "SetCurrentSelection", "myString"); it code has no effect. But String selected = autoit.ControlCommand(title, "", "ListBox1", "GetCurrentSelection", ""); working code why? it is a bug, or i do wrong anything? I have same problem. The problem only occur when using AutoItX3.
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