How do I change "Properties" screen colors?

whyfly2

New member
In TRS09 in Surveyor, when I open Edit Session and add a rule, say, Trigger Multiple Signals, the colors of the Properties screen that appear are very hard to read. The type is black against a very dark blue background. How do I change the background color?

Thanks for your help.

Art
 
Hi whyfly2 - Rules are coded in a number of different ways.

In the case of Trigger Multiple Signals, it is very easy, provided you have set up your Custom Script Editor in File/Settings/Miscellaneous.

In Content Manager, Right-click on the asset and select Edit/Edit Script.
Then search for text: StartFontColor. It is on line 468 in my script.
The whole text is StartFontColorBlack. Change the Black to White (note capitalisation).

Close the editor and commit the asset.

Other rules are not so easy. Sometimes there is a <font#000000> kind of tag which you would change to #ffffff> (six zeros = black and six f's means white).
Sometimes there are several of these tags and some of them could also be in the config.txt file.

If you are not sure then it is best to request help on the forum on an individual basis.

Hope this helps

Trevor
 
Last edited:
It certainly did help. The white type on the blue background is very readable now. Thank you, Trevor.

Art
 
Last edited:
Back
Top