I have noticed in all the examples I have downloaded that the spinners are loaded during the Activity_Create(FirstTime as Boolean) sub. Is it not possible to load it after? Are there any samples that load the data on the click of a button?
You can fill a Spinner whereever you want in the code exept in the Process_Globals and Globals routines.
With Spinner1.Add(Item) Perhaps ou may need to clear the Sinner first with Spinner1.Clear.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.