wix - TextStyle and no effect of coloring the text -


i have defined textstyle as

<textstyle id="subheadingfont" facename="tahoma" size="9" bold="yes" blue="255" italic="yes" green="0" red="0" /> 

and later used in control this

<control id="password" type="edit" x="20" y="195" width="150" height="18" property="wixui_sa.password" indirect="yes" text="{\subheadingfont}" tooltip="password dude"/> 

on ui don't text in blue, pointers did wrong here?

it seems not possible change color of "edit" control ref: http://msdn.microsoft.com/en-us/library/aa372074(v=vs.85).aspx

this column specifies text color displayed text control. other types of controls use default text color.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -