aaronk Well-Known Member Licensed User Longtime User Apr 25, 2018 #1 Hi, I am trying to use the ScrollingLabel in my B4A app. - https://www.b4x.com/android/forum/threads/b4x-xui-scrolling-label.85516/#content Just wondering is there a way in setting the text size and background color using code ? I understand you can set the text size etc from the designer but I want to later change it. I also noticed you can't change the background to transparent so you can see the background. Seems that it needs to be a solid color.
Hi, I am trying to use the ScrollingLabel in my B4A app. - https://www.b4x.com/android/forum/threads/b4x-xui-scrolling-label.85516/#content Just wondering is there a way in setting the text size and background color using code ? I understand you can set the text size etc from the designer but I want to later change it. I also noticed you can't change the background to transparent so you can see the background. Seems that it needs to be a solid color.
Erel B4X founder Staff member Licensed User Longtime User Apr 26, 2018 #2 Make fnt a public variable. You can then change it and set the text again to apply the change. Upvote 0