Android Question SD_Spinner Enabled

jruiz1998

Member
Licensed User
Longtime User
I have been working with SD Spinner very well, but for a new requirement, I need to enable or disable the spinner. I looked for it but I did not find that property, is it possible to add it?
 

eps

Expert
Licensed User
Longtime User
You could possibly place a transparent panel over the spinner and consume the touch events - then remove the transparent panel to enable it...

Not sure if its possible within Spinner itself.
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
I added the Enabled method, download the new version

B4X:
SD_Spinner.Enabled=False
 
Last edited:
Upvote 0
Top