Question Multi Select On Combo-box Widget

Greetings Everyone!, Masters I have a problem regarding to my new task dealing with multi-selecting on a Combo-Box lists. Masters can you help me for the syntax of multi-selecting a combo-box lists of items. Thank you very much, I am looking forward for your responses Masters.
 

RealHeavyDude

Well-Known Member
The ABL combo-box widget does not support multi-selection and, IMHO of course, per desing wouldn't be a good widget to visualize multiple selections. You need to change the type of widget for example to a selection-list.
 

grinder

Member
Had this issue some time ago. You can put a button with small triangle on your mask, so that it looks like a combo-box. On right-mouse-click trigger of this button create a dynamic browse widget with multiple selection. Position the browse widget according to the x/y-coordinates of the button (e.g. attributes X and WIDTH-PIXELS of button and browser).
I know not the most beautiful workaround, but if you tinker a little bit you can create something that looks like a combo with multiple selection.
It's a litte bit tricky, but hey, the customer gets what he pays for ;)
 
Top