G GaNdAlF89 Active Member Licensed User Longtime User Nov 27, 2012 #1 I add some values to a spinner, but at the end of this operation I want that no item item is selected by default...How can I do? I tried with myspinner.SelectedIndex = -1 but it don't works
I add some values to a spinner, but at the end of this operation I want that no item item is selected by default...How can I do? I tried with myspinner.SelectedIndex = -1 but it don't works
M Mahares Expert Licensed User Longtime User Nov 27, 2012 #2 Usually what I do in that case, I add an empty string to the spinner as the first item. B4X: spntest.add("") Upvote 0
Usually what I do in that case, I add an empty string to the spinner as the first item. B4X: spntest.add("")
G GaNdAlF89 Active Member Licensed User Longtime User Nov 29, 2012 #3 thanksMahares...there isn't other solutions? Upvote 0
D Dman Active Member Licensed User Longtime User Nov 29, 2012 #4 I like to hide the spinner and use a button to make it visible. Upvote 0
mc73 Well-Known Member Licensed User Longtime User Nov 29, 2012 #5 GaNdAlF89 said: thanksMahares...there isn't other solutions? Click to expand... Tried using inputList? Upvote 0
GaNdAlF89 said: thanksMahares...there isn't other solutions? Click to expand... Tried using inputList?
mc73 Well-Known Member Licensed User Longtime User Nov 29, 2012 #6 Dman said: I like to hide the spinner and use a button to make it visible. Click to expand... Question? Upvote 0
Dman said: I like to hide the spinner and use a button to make it visible. Click to expand... Question?
D Dman Active Member Licensed User Longtime User Nov 29, 2012 #7 No, that's just how I like to do it so the clicky can say and look whatever and however I want it to. Clicky, now that's a technical term, isn't it? LOL Upvote 0
No, that's just how I like to do it so the clicky can say and look whatever and however I want it to. Clicky, now that's a technical term, isn't it? LOL
mc73 Well-Known Member Licensed User Longtime User Nov 29, 2012 #8 Dman said: No, that's just how I like to do it so the clicky can say and look whatever and however I want it to. Clicky, now that's a technical term, isn't it? LOL Click to expand... Sure Upvote 0
Dman said: No, that's just how I like to do it so the clicky can say and look whatever and however I want it to. Clicky, now that's a technical term, isn't it? LOL Click to expand... Sure