A Almog Active Member Licensed User Feb 24, 2018 #1 Hi, someine knows how can I bold/unbold the text in a button in the code? i tried button1.text.style but it didnt work.. thanks.
Hi, someine knows how can I bold/unbold the text in a button in the code? i tried button1.text.style but it didnt work.. thanks.
DonManfred Expert Licensed User Longtime User Feb 24, 2018 #2 You can use CSBuilder to change the Text like you wish. Upvote 0
asales Expert Licensed User Longtime User Feb 24, 2018 #3 B4X: Button1.Typeface = Typeface.DEFAULT_BOLD or you can use CSBuilder, that has more options, like DonManfred says. Upvote 0
B4X: Button1.Typeface = Typeface.DEFAULT_BOLD or you can use CSBuilder, that has more options, like DonManfred says.