Android Question SetTextAndSize

nibbo

Active Member
Licensed User
Longtime User
Please excuse my ignorance, I have not done any B4A coding for about 3 years and cant remember how to do even the most basic things.
Can anyone tell me which library SetTextAndSize is in? I just want to set the text size of a standard label to its largest but I can't seem to find an example that shows it.
Sorry if this is a stupid question.
 

Chris2

Active Member
Licensed User
Longtime User
If you just want to set the lable text size then:
B4X:
label.TextSize = 14 'The largets text size viewable will depend on the label size I guess

But, SetTextAndSize seems to come from Designer Script Extensions, which does more than just resize the the text size:
 
Upvote 0
Top