All,
I would like to know if a Bmax combobox can behave like a VB combobox, that is, typing a string when the combolist is displayed, should move the selected item accordingly.
Suppose you have a sorted combobox with a list like:
Apple
Avocado
Banana
Mango
Marmelade
Peech
Water melon
You want to select, for example, Marmelade.
Clicking on the combo down arrow button, you will presented with the full list; typing with your keyboard the letter M, the list should automatically locate and select the first item starting with M (in this case, Mango).
While you type, M A R it should now locate and select Marmelade.
Is it possible with the Bmax GUI ? Or should I create a user combobox, with some automation inside ?
Thanks for your attention,
Sergio.
I would like to know if a Bmax combobox can behave like a VB combobox, that is, typing a string when the combolist is displayed, should move the selected item accordingly.
Suppose you have a sorted combobox with a list like:
Apple
Avocado
Banana
Mango
Marmelade
Peech
Water melon
You want to select, for example, Marmelade.
Clicking on the combo down arrow button, you will presented with the full list; typing with your keyboard the letter M, the list should automatically locate and select the first item starting with M (in this case, Mango).
While you type, M A R it should now locate and select Marmelade.
Is it possible with the Bmax GUI ? Or should I create a user combobox, with some automation inside ?
Thanks for your attention,
Sergio.