Abraham, no I haven't, as that would still maintain the elements in the spinner. What I want to do is remove all items so it is empty.
This app interfaces with a robot over bluetooth. The robot holds a navigation database, which is reflected in the spinner. If I clear the database in the robot, I need the spinner to be cleared as well.
If I disable, when I create new navigation points in the robot (which will start again at 0, these would simply be added to the elements already in the spinner so if I had 0,1,2 in the spinner, cleared the robot database and created 2 new navigation points (0,1) then they would be added to the spinner and I would have 0,1,2,0,1. I know because that is what is happening :)
I'm sure there must be a way to empty the spinner, but it has eluded me so far.