Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Purpose

  • Required:  Yes
  • Type of Change:  Feature

Description of Change

To remain consistent with TV Guide, the Radio Guide group button (control ID 100) has been changed to type button3part in preparation for genre colours in the Radio guide. 
Note:
This implementation is not backward compatible.  Skinners must update their myradioguide.xml to change the button control (id=100, the group button) from a button to a button3part.  Use Default(Wide) as a guide to make the changes.  The image file "small_vbutton_lr_colorize.png" is included in Default(Wide).  The image is not rendered but is required for button3part to work properly. The following skin xml demonstrates the required changes.

<control>
      <description>Radio Group button</description>
      <type>button3part</type>
      <id>100</id>
      <posX>32</posX>
      <posY>83</posY>
      <width>45</width>
      <height>425</height>
      <label></label>
      <onleft>60</onleft>
      <onright>6</onright>
      <onup>6</onup>
      <ondown>6</ondown>
      <textureFocusedLeft>small_vbutton_lr_colorize.png</textureFocusedLeft>
      <textureNonFocusedLeft>small_vbutton_lr_colorize.png</textureNonFocusedLeft>
      <textureFocusedMid>small_vbutton_focus.png</textureFocusedMid>
      <textureNonFocusedMid>small_vbutton_nofocus.png</textureNonFocusedMid>
      <textureFocusedRight>small_vbutton_lr_colorize.png</textureFocusedRight>
      <textureNonFocusedRight>small_vbutton_lr_colorize.png</textureNonFocusedRight>
      <textureIcon>-</textureIcon>
      <textureIcon2>-</textureIcon2>
</control>

Additional Information and References

  • Mantis Issue: 3460
  • Related xml(s): myradioguide.xml
  • Window ID: 762
  • Related GUI property/control:  TV/Radio Group button, control id 100

   

 

This page has no comments.