VideoOSD
#1
I have this code in VideoOSD :

Code:
<control type="slider" id="87" description="Seek Slider">
    <posx>100</posx>
    <posy>40</posy>
    <width>1070</width>
    <height>24</height>
    <onup>-</onup>
    <ondown>-</ondown>
    <action>seek</action>
    <texturesliderbar border="14,0,14,0">OSD/OSDProgressBack.png</texturesliderbar>
    <textureslidernib border="8">OSD/SeekNibNF.png</textureslidernib>
    <textureslidernibfocus border="8">OSD/SeekNibFO.png</textureslidernibfocus>
    </control>

but I'm unable to make a NIB (24x24px) keep aspect ratio. It always gets stretched. What am I missing?
My skins:

Amber
Quartz

Reply


Messages In This Thread
VideoOSD - by pecinko - 2011-06-29, 18:56
[No subject] - by Hitcher - 2011-06-29, 23:08
[No subject] - by pecinko - 2011-06-30, 00:09
[No subject] - by Jezz_X - 2011-06-30, 01:13
[No subject] - by jmarshall - 2011-06-30, 03:46
[No subject] - by pecinko - 2011-06-30, 12:37
[No subject] - by pecinko - 2011-06-30, 12:43
[No subject] - by Hitcher - 2011-06-30, 15:49
[No subject] - by Hitcher - 2011-06-30, 19:31
[No subject] - by jmarshall - 2011-07-01, 00:12
[No subject] - by Jezz_X - 2011-07-01, 00:56
[No subject] - by jmarshall - 2011-07-01, 06:04
[No subject] - by pecinko - 2011-07-01, 09:10
Logout Mark Read Team Forum Stats Members Help
VideoOSD0