Android Question BBCodeView: fontsize - where ?

peacemaker

Expert
Licensed User
Longtime User
Hi, All

Where to change fontsize of whole the view dynamically ?

B4X:
BBCodeView1.mBase.TextSize = float
This code gives the error: java.lang.RuntimeException: Type does not match (class anywheresoftware.b4a.BALayout)

If to change the TextSize in the VisualDesigner - it's OK, but how runtime ?
 
Last edited:
Top