Hello
Look at this progress:
Where does the border come from and why lefttexture and righttexture are stretched (they are 2 pixel wide images – the white on the ends indicates the stretch, as I have not applied transparency yet)?
The code:
Code:
<control type="progress">
<description>My first progress control</description>
<left>80</left>
<top>60</top>
<height>20</height>
<lefttexture border="0">pb-start.png</lefttexture>
<midtexture border="0">pb.png</midtexture>
<righttexture border="0">pb-end.png</righttexture>
<info>100</info>
<width>500</width>
</control>