[mythtv-users] New theme (blue-abstract) for MythTV 0.22+ available

Chris Stevens chris at mindblow.co.uk
Wed Oct 7 11:07:16 UTC 2009


Am getting the same menu highlight problem - no 'cursor' at all. Have
tried the changes below, but to no effect.

Chris

On Wed, 2009-10-07 at 12:44 +0200, Robert Siebert wrote:
> Hello everybody,
> 
> @lindsay.mathieson
> I can do this. I will also add some more information to this screen, like parental level.
> I'll update this within the next days.
> 
> About the menu highlighting issue: 
> I don't use gradients in the menu, only png-pictures. I haven't seen any of these strange menu problems. 
> Have you all tried to delete the old theme cache? Do you use OpenGL painter? 
> Another help would be to get some logging information about the theme, maybe there are some valuable information. 
> I have some suggestions below for this issue. Please report if this works. 
> 
> Here is the code that is responsible for the menu display. 
> 
> <statetype name="buttonitem">
>     <!-- General settings for the menu entry -->
>     <state name="active">
>          <area>0,0,450,56</area>
>          <imagetype name="background" />
>          <textarea name="buttontext">
>              <area>15,5,420,40</area>
>              <font>menu</font>
>              <align>left,vcenter</align>
>              <cutdown>yes</cutdown>
>          </textarea>
>      </state>
>      <!-- Menu entry has been selected and is active -->
>      <state name="selected" from="active">
>          <imagetype name="background">
>              <filename>images/widgets/menu_active.png</filename>
>              <alphapulse min="120" max="255" change="2"/>
>          </imagetype>
>     </state>
> </statetype>
> 
> Maybe it helps to change the "<imagetype name="background" />" in the active state to
> 
> <imagetype name="background">
>        <filename>images/widgets/menu_inactive.png</filename>
>        <alpha>0</alpha>
> </imagetype>
> 
> Maybe also adding below in the selected state the "<alphapulse min="120" max="255" change="2"/>" a
> "<alpha>255</alpha>" helps.
> 
> 
> Best regards
> 
> Robert 
> ______________________________________________________
> GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://movieflat.web.de
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 



More information about the mythtv-users mailing list