Kodi Community Forum

Full Version: Progressbar in the vertical position?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible,set up Progressbar in the vertical position?

<control type="progress">
<description>Progressbar</description>
<posx>1500</posx>
<posy>900</posy>
<width>260</width>
<height>5</height>
<info>System.BatteryLevel</info>
<orientation>vertical</orientation>
<texturebg colordiffuse="green">colors/white.png</texturebg>
<midtexture colordiffuse="white">colors/white.png</midtexture>
</control>
Thanks.
Use a rotate animation would be easiest I think?
Hello Jeroen

You got that right, that I have totally forgotten.
I'm going to try to test.

Thank you very much.