How can i save and load spinner state using map?

Darren69

Member
Licensed User
Longtime User
Spinner position recalled but..

Hello there,

I am just putting the final touches to a project, been using the statemanager to keep everything in check as the device is rotated or put to sleep, but, I am having an annoying problem, and I am probably doing something wrong but, the spinner I am saving the state of is being used to pull information from a SQL database, so even though the spinner shows that an item is selected all the properties that are pulled by the spinner from the database is not.

am I doing something wrong? is there a way to force the spinner_itemclick (Position As Int, Value As Object) subroutine from the information recalled from the statemanager to all my data is pulled from the resulting click?

thanks in advance

Darren
 
Upvote 0

Darren69

Member
Licensed User
Longtime User
Sometimes you cant see the wood for the trees! thanks so much, I was actually staring at the answer for ages yesterday with out realizing it.
 
Upvote 0
Top