Wish InputList

Cadenzo

Active Member
Licensed User
Longtime User
As InputList (InputMap, InputMultiList, ...) is in B4A core included, it would be very usefull, to have it also in B4i. Allmost every app (at least mine) will ask the user for a list choice. OK, there are the custom dialogs, but sometimes a integrated, more native and lean function is the best.

If no item preselection is needed (CheckedItem = -1) it could be a ActionSheet in B4i. In that case the option buttons in B4A also could disapear. But sometimes this item preselections are very reasonable.
 

Cadenzo

Active Member
Licensed User
Longtime User
Yes, I use it and it's fine (only some users ask, why the ok-button is on left side, not like in other apps, I really hope that will be flexible in future, see my code snippet)
So you would advise against using InputList in future projects? It is also not native Android, but it is lean, B4A bult-in and would make it more easy to port B4A to B4i, if this code would also work there. Where possible it could use native iOS fatures like ActionSheet or WheelPicker.
 
Top