Can anyone advise why MythCenter doesn't respect a change in font in the recordings list (Watch Recordings) in the selected state?<br><br>(from base.xml)<br> <buttonlist name="basebuttonlist2"><br> <area>0,0,760,305</area><br>
<layout>vertical</layout><br> <spacing>5</spacing><br> <wrapstyle>selection</wrapstyle><br> <buttonarea>0,0,760,260</buttonarea><br> <statetype name="buttonitem"><br>
<area>0,0,760,25</area><br> <state name="active"><br> <textarea name="buttontext"><br> <area>1,1,730,24</area><br>
<font>basesmall</font><br> <font state="disabled">basesmallgrey</font><br> <font state="error">basesmallyellow</font><br>
<font state="warning">basesmallbold</font><br> <font state="normal">basesmallboldblue</font><br> <font state="running">basesmallgreen</font><br>
<align>vcenter</align><br> </textarea><br> </state><br> <state name="selected" from="active"><br> <shape name="selectbar"><br>
<area>5,-4,750,29</area><br> <type>roundbox</type><br> <line color="#00FF00" alpha="255" width="1" /><br>
<fill color="#43b038" alpha="128" /><br> <cornerradius>4</cornerradius><br> </shape><br> </state><br> <state name="inactive" from="active" /><br>
</statetype><br clear="all"><br>and then from recordings-ui.xml:<br> <buttonlist name="recordings" from="basebuttonlist2"><br> <area>225,31,550,330</area><br>
<buttonarea>0,30,550,270</buttonarea><br> <spacing>4</spacing><br> <wrapstyle>captive</wrapstyle><br> <statetype name="buttonitem"><br>
<state name="active"><br> <textarea name="titlesubtitle" from="buttontext"><br> <area>15,1,370,24</area><br> <font>basesmallboldblue</font><br>
</textarea><br> <textarea name="shortdate" from="titlesubtitle"><br> <area>340,1,100,24</area><br> <align>right</align><br>
<font>basesmallboldblue</font><br> </textarea><br> <textarea name="starttime" from="shortdate"><br> <area>450,1,95,24</area><br>
<align>right</align><br> <font>basesmallboldblue</font><br> </textarea><br> <statetype name="playlist"><br>
<state name="yes"><br> <imagetype name="playlistyes"><br> <position>-1,-5</position><br> <filename>playlist_yes.png</filename><br>
</imagetype><br> </state><br> <state name="no" /><br> </statetype><br> </state><br>
<state name="inactive" from="active"><br> </state><br> <state name="selected" from="active"><br> <textarea name="titlesubtitle" from="buttontext"><br>
<area>15,1,370,24</area><br> <font>basesmallbold</font><br> </textarea><br><br>Note the last part that overrides with basesmallbold instead of the basesmallboldblue from the active definition. If I remove the inheritance or change the font to a different color, nothing makes the "selected" state with the highlighted selectbar respect or use the override.<br>
<br>Thoughts?<br><br>Kevin