[Gambas-user] how to fill combobox with specific index from a array matrix

PICCORO McKAY Lenz mckaygerhard at ...626...
Fri Jan 31 19:46:59 CET 2014


> However, if you want to use
> strings as indices, you better forget about String[] (which only accepts
> integer indices) and use Collection.

does gambas provide collections in same way of java does?

> However, if you want to fill a ComboBox, you cannot pass a string as the
> second argument to Add()...
sorry, i forgett to make a CInteger(Val(stringvalue) ) conversion in
that lines..
but its same, i wnt to manually set the index of the combobox..


ANOTHER QUUESTION

dos the combobox object support non sorted index i mean idex not
complety in sequence such as:
1:pepe
3:pablo
4:jhon
5:blair

in this collection the index "2" are missing... dos combobox's suport
manually set that ?




More information about the User mailing list