B4J Question ComboBox - How to add items?

Jim Brown

Active Member
Licensed User
Longtime User
I am trying to figure out how to add or associate a list of items to a combox box but can't seem to figure this one out.
Having poured over the DBUtils example (which features combo boxes) I can't see how the lists are being linked to the combo boxes

Any pointers please?
 

cbal03

Member
Licensed User
Longtime User
I had some trouble with this as well. I found that if the combobox was added in the designer then do not initialize it in code. just use the events to trap changes. It should still be dimensioned however.
 
Upvote 0
Top