Henri wrote:
It should be surprisingly easy to add all kinds of graphical widgets...
Now that I said something like this I just had to test if there's any truth in that so I made a new "bar" item. Basic bar functionality was done in a small amount of code so it really was easy as I thought.
Here's some example uses for the bar:
Code:
<item type="bar" x="10" y="58">
<varid>Winamp2.TrackPosPercent</varid>
<direction>horizontal</direction>
<width>100</width>
<height>4</height>
<minvalue>0</minvalue>
<maxvalue>100</maxvalue>
<refresh>500</refresh>
</item>
<item type="bar" x="80" y="2">
<varid>SysInfo.UsedMemory</varid>
<direction>vertical</direction>
<width>15</width>
<height>60</height>
<minvalue>0</minvalue>
<maxvalue>1048000</maxvalue>
<refresh>500</refresh>
</item>