ilan Expert Licensed User Longtime User Nov 21, 2014 #1 I cannot find a simple exmaple how to use the InputMultiList.. only suggestion to use instead Inputmap, but i would like to use the Inputmultilist Last edited: Nov 25, 2014
I cannot find a simple exmaple how to use the InputMultiList.. only suggestion to use instead Inputmap, but i would like to use the Inputmultilist
Erel B4X founder Staff member Licensed User Longtime User Nov 21, 2014 #2 B4X: Sub Activity_Click Dim res As List = InputMultiList(Array("1", "2", "3", "4"), "Select") Log(res) End Sub Upvote 0
B4X: Sub Activity_Click Dim res As List = InputMultiList(Array("1", "2", "3", "4"), "Select") Log(res) End Sub
ilan Expert Licensed User Longtime User Nov 21, 2014 #4 is it possible to load an inputmultilist with selected items?? like inputlist? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 23, 2014 #5 Use InputMap instead. Upvote 0
ilan Expert Licensed User Longtime User Nov 25, 2014 #6 Erel said: Use InputMap instead. Click to expand... I think it is not necessary to say that once again you were right... Thank you... Upvote 0
Erel said: Use InputMap instead. Click to expand... I think it is not necessary to say that once again you were right... Thank you...