About Store Forum Documentation Contact



Post Reply 
Combobox Problems
Author Message
Gian-Reto Offline
Member

Post: #1
Combobox Problems
Is this correct: there is no way to set the ComboBox Options directly from the GUI Editor. True?

Because if this is true, that makes using the GUI Editor for GUIs containing ComboBoxes more of a hassle than a help. As I see no easy Method to just load a text array into the combobox, and have it just work (as there seems to be no default behaviour for data interpretation, I have to set it by using setData else nothing will be displayed)...
05-27-2012 11:16 PM
Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #2
RE: Combobox Problems
I don't think is more of a hassle than a help. It is always useful to adjust the position and size visually.

IRC: irc.freenode.net
Channel: #Esenthel
05-27-2012 11:31 PM
Find all posts by this user Quote this message in a reply
Gian-Reto Offline
Member

Post: #3
RE: Combobox Problems
Okay, I got it to work now by setting the values in the code.

Still, would be nice to set the values for the ComboBox in the GUI Editor directly... (if thats possible, please tell me how)
(This post was last modified: 05-28-2012 12:09 AM by Gian-Reto.)
05-28-2012 12:09 AM
Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #4
RE: Combobox Problems
I guess it isn't possible currently.

IRC: irc.freenode.net
Channel: #Esenthel
(This post was last modified: 05-28-2012 03:19 AM by cmontiel.)
05-28-2012 03:19 AM
Find all posts by this user Quote this message in a reply
Post Reply