B4A Class SLSPinner - Android 4 style spinner for all API's

stevel05

Expert
Licensed User
Longtime User
The link in the first post is the latest tested version, slSpinner5 was a work in progress that was not completed. If you have a problem with the one in the first post, you can try slspinner5 and let me know if it solves it and perhaps we can complete the update.
 

ArminKH

Well-Known Member
All of my need is change the typeface of original spinner
Thanks stevel i think u are so clever and this class has not any issue
Best regards
 

ArminKH

Well-Known Member
Please add slspinner_click event(not item_click)if is possible
Because that some time become necessary at least for me
Tnx again
 

padvou

Active Member
Licensed User
Longtime User
Please add slspinner_click event(not item_click)if is possible
Because that some time become necessary at least for me
Tnx again
You could add this:
B4X:
Sub ReOpen
SelectedBtn_Click
End Sub
in the
B4X:
#Region Create Standard Spinner Functions
of the SLSpinner Module
and then this code in your other modules:
B4X:
Sub OpenSpinner(s As SLSpinner)
   s.ReOpen
End Sub
 

ArminKH

Well-Known Member
One year later
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…