Game Development Community

Text color questions (RESOLVED)

by Anthony Lambert · in Torque 3D Professional · 06/08/2011 (8:49 am) · 2 replies

I have a couple questions about text color in controls.

First, how do I change/set the color of the text in a GuiButtonCtrl?

Lastly, how do I set the default color of the text that GuiMessageVectorCtrl renders? I can change it manually by getting the text from the GuiTextEditCtrl and adding a color tag before I send it to the message vector, but if I do not do that all my text comes out black. Is there a way to set a default color for the message vector?

Thanks for any help.

#1
06/08/2011 (9:28 am)
Track down the Profile referenced in the control.
#2
06/08/2011 (11:00 am)
Thanks, I was hoping there was an easier way then custom profiles but I guess I will go that route. Thanks again.