'LinKin Posted February 18, 2014 Share Posted February 18, 2014 Hi, I created a comboBox with GUI Editor resource, and I added some Items. But now I'm testing the GUI and when I click on the arrow of the comboBox, it doesn't display anything! Like if it were empty. What's the problem? Link to comment
Karuzo Posted February 18, 2014 Share Posted February 18, 2014 Please show us your code. Link to comment
Castillo Posted February 18, 2014 Share Posted February 18, 2014 Could be that the size height is not enough to display the items. You can use this useful function to adjust it: https://wiki.multitheftauto.com/wiki/Gu ... justHeight *REMEMBER TO COPY THE SOURCE CODE TO USE IT* Link to comment
'LinKin Posted February 18, 2014 Author Share Posted February 18, 2014 (edited) I believe at solidsnake's post. It must be that Edited February 18, 2014 by Guest Link to comment
Castillo Posted February 18, 2014 Share Posted February 18, 2014 Check my post, I edited it, use that function and it should do the job. Link to comment
Bonsai Posted February 18, 2014 Share Posted February 18, 2014 I just suggest you to do GUIs without any resource. Its good training, you know exactly what every line is for and its not that hard at all. Link to comment
'LinKin Posted February 18, 2014 Author Share Posted February 18, 2014 Thanks Solid, problem solved. @Bonsai: I totally agree with you, but I think that it is up to each programmer to choose whether or not to use tools that make his job easier. Tools are made with a purpose, to save time, to make things easier. In my case, I don't have that much time to make it line by line. However, I have to add some lines by hand into the script. Thanks for your input 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