xuzo Posted July 12, 2012 Posted July 12, 2012 I tried to access documentation but URL is down: http://koda.darkhost.ru/wiki/doku.php/koda:documentation:features How do I do a drop down in Koda? A mutliple choice like: Choice A Choice B Choice C I looked everywhere in Koda but can't seem to find an input for the mutliple choices, I'm sure I'm missing something simple as usual...
jazzyjeff Posted July 12, 2012 Posted July 12, 2012 Draw your drop down from the toolbar options. In the "Object Inspector" (usually on the left) select "Items" and then click on the ... button. You can now enter the values that you wish. You can also use Scite, by using the GUICTRLSetData function. GUICtrlSetData(-1, "1|2|3")
xuzo Posted July 12, 2012 Author Posted July 12, 2012 Thanks! That does it, not sure why I didn't see it! [solved]
Zedna Posted July 12, 2012 Posted July 12, 2012 If you want InputBox part of your ComboBox to be not-editable then in Object Inspector in Styles Tab select/check CBS_DROPDOWNLIST style. Resources UDF ResourcesEx UDF AutoIt Forum Search
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