Android Question Scrolling label text color

Nitin Joshi

Active Member
Licensed User
Hi, how to set text color of scrolling label? I have tried to apply different colors in designer properties, yet, text color of the scrolling label is black when APP is opened.
 

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
Which version of the library are you using.

V1.1 has the text color change
 
Upvote 0

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
The latest version is 2.49.

Just tried it and you are correct. it does ignore the text colour set in the designer. Probably a bug.

There is a property though, which will set this

B4X:
ScrollingLabel1.textcolor = colors.red
 
Upvote 0
Top