Code: Select all
<Bitmap id="bmpRadial" file="radial.png" alphacolor="#FF0000"/>
<RadialSlider value="volume"
x="10" y="180"
sequence="bmpRadial" nbimages="5"
minangle="0" maxangle="270"
lefttop="leftbottom" rightbottom="leftbottom"/>
Code: Select all
<Bitmap id="bmpRadial" file="radial.png" alphacolor="#FF0000"/>
<RadialSlider value="volume"
x="10" y="180"
sequence="bmpRadial" nbimages="5"
minangle="0" maxangle="270"
lefttop="leftbottom" rightbottom="leftbottom"/>
Code: Select all
[00e1748c] main access debug: using access module "access_file"
[00e1748c] main access debug: TIMER module_need() : 3.688 ms - Total 3.688 ms / 1 intvls (Avg 3.688 ms)
[00e18024] main stream debug: Using AStream*Stream
[00e18024] main stream debug: pre buffering
[00e18024] main stream debug: received first data after 0 ms
[00e18024] main stream debug: pre-buffering done 1024 bytes in 0s - 20833 kbytes/s
[00e0a7b4] skins2 interface: skin: xxx author: xxx
Code: Select all
vlc -I skins --verbose 2 --skins2-last c:\\XXX.vlt 1> c:\\log.txt 2>&1
Code: Select all
<!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd">
<Theme version="2.0" magnet="10" alpha="255" movealpha="255">
<ThemeInfo name="xxx" author="xxx"/>
<Bitmap id="bmpBack" file="back.png" alphacolor="#FF0000">
<SubBitmap id="corner" x="0" y="0" width="10" height="10"/>
</Bitmap>
<!-- 10 12x12 images concatenated vertically -->
<Bitmap id="bmpRadial" file="radial.png" alphacolor="#FF0000"/>
<Bitmap id="bmpButtons" file="buttons.png" alphacolor="#FF0000">
<SubBitmap id="volUp" x="0" y="0" width="10" height="10"/>
</Bitmap>
<Window id="wndVideo"
x="0" y="0" visible="true"
dragdrop="true" playondrop="false">
<Layout id="layVideo"
width="150" height="100"
minwidth="150" minheight="100" maxwidth="1920" maxheight="1080">
<Image image="bmpBack"
x="0" y="0"
action="move" resize="scale"
lefttop="lefttop" rightbottom="rightbottom"/>
<Image image="corner"
x="140" y="90"
action="resizeSE"
lefttop="rightbottom" rightbottom="rightbottom"/>
<Video id="video"
x="5" y="5" width="140" height="70"
lefttop="lefttop" rightbottom="rightbottom"/>
<Slider value="volume"
x="10" y="90"
up="volUp"
points="(0,0),(50,0)" thickness="2"
lefttop="leftbottom" rightbottom="leftbottom"/>
<!--
<RadialSlider value="volume"
x="10" y="90"
sequence="bmpRadial" nbimages="10"
minangle="0" maxangle="270"
lefttop="leftbottom" rightbottom="leftbottom"/>
-->
</Layout>
</Window>
</Theme>
Users browsing this forum: No registered users and 10 guests