View Single Post
07/21/15, 11:09 AM   #8
SmashingQuasar
Join Date: Jul 2015
Posts: 7
Originally Posted by Baertram View Post
Try something simple like :SetColor(1, 0, 0, 1) -- should be red then
Inspect ZO_StatsPanelPaneScrollChildAttributeRow1HealthName with ZGOO addon and see if the SetCoor function exists, and check if the "Name" child of ZO_StatsPanelPaneScrollChildAttributeRow1Health is the correct control to colorize. Maybe it has to be another control, like the parent ZO_StatsPanelPaneScrollChildAttributeRow1Health itsself.

I did not check the controls (currently at work) so you need to check for yourself please.
Thanks for your help, I will try this tonight, I'm always using Zgoo so the SetColor() function definitely exists for this control and it seems to be the proper control since it is the only one that contains the text I want (parent isn't even a CT_LABEL and doesn't contain any text)

Thanks for you help I'll tell you how things turn out
  Reply With Quote