pippi Posted November 7, 2006 Posted November 7, 2006 (edited) Hello, here is what i want to do: a combobox, where i can control where the pulldown-list appears. I want to be able to have it appear left or right and also control where it appears on the y axxis. Is this possible? P.S.: It doesnt have to be a combobox, it can also be something with the same functionality. Edited November 7, 2006 by pippi
Fossil Rock Posted November 7, 2006 Posted November 7, 2006 GUICtrlSetPos ( controlID, left, top [, width [, height]] ) Get the details from the help file or search the forum. Agreement is not necessary - thinking for one's self is!
Moderators SmOke_N Posted November 7, 2006 Moderators Posted November 7, 2006 GUICtrlSetPos ( controlID, left, top [, width [, height]] ) Get the details from the help file or search the forum.I think he's speaking of the text. The combo box doesn't have the option to do such a thing if that is the case. And no work around I've found thus far. 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.
pippi Posted November 7, 2006 Author Posted November 7, 2006 Yes, i dont want to move the combobox itself around, im just talking about the "fly-out".
pippi Posted November 7, 2006 Author Posted November 7, 2006 Is it possible to have differnt items in the combobox different font-colors?
Moderators SmOke_N Posted November 7, 2006 Moderators Posted November 7, 2006 Is it possible to have differnt items in the combobox different font-colors?Not with the current implementations. 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.
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