I am trying to change the colour of the text in a Scrolling List Field to white.
It must be something really simple I am missing, but whatever I try, LiveCode ignores.
I highlight the field, click on Colors & Patterns, click the button to set the Text colour and my choice is ignored. No matter which colour I choose, the text remains black.
I open a message box and type in
Code: Select all
set the textColor of field "Task List" to "white"
I can set the textSize, without any problem, using the message box.
Things I have tried to fix the problem:
1. Lock and unlock the text.
2. Delete and recreate the list.
3. Use colours by name or by rgb.
4. Opening a totally different Stack. All stacks have the same problem.
Where am I going wrong with something this simple?