Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.34
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Purpose

  • Required:  No
  • Type of Change:  Feature

 

Description of Change

Added the following tags to the progressbar:

  • <onlymidtexture>
  • <midheight>
  • <midwidth>
  • <midoffsetX>
  • <midoffsetY>

 

Default progressbar is using "lefttexture", "midtexture" and "righttexture". If "onlymidtexture" is used, progressbar is just using "midtexture". (details: Progress)

 

Additional Information and References

Author:

OnkelChris

Date added:

Sun, 23 Jan 2011

XML/Code Samples

 

<<control>
      <description>Progress Bar</description>
      <type>progress</type>
      <id>20</id>
      <posX>530</posX>
      <posY>45</posY>
      <width>140</width>
      <height>20</height>
      <label>-</label>
      <texturebg>background.png</texturebg>
      <onlymidtexture>yes</onlymidtexture>
      <midwidth>134</midwidth>
      <midheight>14</midheight>
      <midoffsetX>3</midoffsetX>
      <midoffsetY>3</midoffsetY>
      <midtexture>mid.png</midtexture>
      <visible>yes</visible>
 </control>

 

 

 

 

   

 

This page has no comments.