Android Question B4XSeekBar Text

khwarizmi

Active Member
Licensed User
Longtime User
Hi all

How to set text in B4XSeekBar?
I tried:
B4X:
B4XSeekBar1.mBase.Text="My Text"
but I get error: (java.lang.RuntimeException: Type does not match (class anywheresoftware.b4a.BALayout)
 

khwarizmi

Active Member
Licensed User
Longtime User
Thanks @Mahares , this is the solution I will follow.
But I wanted to know how this feature works. It will avoid adding a new view to the activity.
B4X:
B4XSeekBar1.mBase.Text
 
Upvote 0
Top