Gambas/controls/ComboBox: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
notes
 
link
 
Line 1: Line 1:
==Notes==
==Notes==
There doesn't seem to be any way to preload a ComboBox with multiple values at design-time; you have to add them from code.
There doesn't seem to be any way to preload a ComboBox with multiple values at design-time; you have to add them from code.
==Links==
===Official===
* [http://gambaswiki.org/wiki/comp/gb.qt4/combobox ComboBox (gb.qt4)]

Latest revision as of 20:19, 26 April 2015

Notes

There doesn't seem to be any way to preload a ComboBox with multiple values at design-time; you have to add them from code.

Official