XorAndOr Active Member Licensed User Longtime User Jul 24, 2016 #1 Hi, I want to delete in choisebox the default item, that is, Item1, Item2, Item3 but I have not figured out how to do it, thanks
Hi, I want to delete in choisebox the default item, that is, Item1, Item2, Item3 but I have not figured out how to do it, thanks
LWGShane Well-Known Member Licensed User Longtime User Jul 24, 2016 #2 Before you add items, use this: B4X: ComboBox.Items.Clear Upvote 0
XorAndOr Active Member Licensed User Longtime User Jul 25, 2016 #3 ColdBlueLava said: Before you add items, use this: B4X: ComboBox.Items.Clear Click to expand... Thanks Upvote 0
ColdBlueLava said: Before you add items, use this: B4X: ComboBox.Items.Clear Click to expand... Thanks