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