lab Posted February 3, 2006 Posted February 3, 2006 Hello all, I'm using AutoIt under different platforms and I do have a big problem with GUICtrlCreateCombo and W2K. The ComboBox won't open, its items can only be selected by using the arrow keys.... Is this a known bug or does anybody have a solution ??? My ComboBoxes come with the following styles (works perfectly with W XP): BitOr($CBS_SORT ,$CBS_DROPDOWN, $CBS_AUTOHSCROLL, $WS_VSCROLL) Thanks in advance for any suggestions !!!
Moderators SmOke_N Posted February 3, 2006 Moderators Posted February 3, 2006 Try setting your combo height to 100 or more. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
lab Posted February 3, 2006 Author Posted February 3, 2006 Try setting your combo height to 100 or more.You're a chief.... works fine. Thanks.
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