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
Post a Comment