[MobileUI] How to change text size?
Posted: Tue Oct 22, 2024 7:15 am
I having huge problems to do what I want with the MobileUI 
This an example of one of the problems I found:
"Cannot read properties of undefined (reading 'attr')"
I don't know if I'm doing something wrong or it's a bug

This an example of one of the problems I found:
"Cannot read properties of undefined (reading 'attr')"
Code: Select all
If ContainerMobile(#PB_Any, #PB_Mobile_Page)
TextMobile(0, "Text Sample", #PB_Mobile_Left)
SetMobileAttribute(0, "style", "font-size: 26px;")
CloseMobileContainer()
EndIf