Pe/\/duluM Posted April 3, 2013 Share Posted April 3, 2013 (edited) I have some news panel script but everytime I try to access the dropdown button of the combobox, nothing happens? Code: SNIP Edited April 5, 2013 by Guest Link to comment
Castillo Posted April 3, 2013 Share Posted April 3, 2013 The problem is that you set the height of the combo box wrong, it should be more than 22, it doesn't auto resize. ComboBoxNews = guiCreateComboBox(9, 44, 168, 80, "Hello", false, nil) Test with that and you'll see. Link to comment
Pe/\/duluM Posted April 4, 2013 Author Share Posted April 4, 2013 Ok, that works. But my gui window is a bit too small and when I click the checkbox, it wont show. Is there any way I can keep my gui window size but have the checkbox shown? So that the items show out of the window? Link to comment
PaiN^ Posted April 4, 2013 Share Posted April 4, 2013 Will You can keep changing the size until something is fits .. Link to comment
Castillo Posted April 4, 2013 Share Posted April 4, 2013 Ok, that works.But my gui window is a bit too small and when I click the checkbox, it wont show. Is there any way I can keep my gui window size but have the checkbox shown? So that the items show out of the window? No, you can't make the combo box to go out of the parent element ( as far as I know ). Link to comment
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