Developing a skin: please help me
Posted: 04 Jan 2007 17:22
Hi all,
i'm building a skin for vlc and i have wrote this code
<Theme version="2.0" >
<ThemeInfo author="GENUiNE" name="XXXXXX" email="XXXXXX@XXXXXXXX.XX"/>
<Font file="font.ttf" size="11" id="mainfont"/>
<Bitmap id="main" file="main.png" alphacolor="#ffb3be"/>
<Window id="finestra_principale" x="0" y="0" dragdrop="true" playondrop="false" visible="true">
<Image x="0" y="0" image="main" action="move" resize="scale" />
</Window>
</Theme>
But when i try to apply it, VLC crashes
I know that it is only a simple code, but i need to view the partial result now
In which way can i solve?
i'm building a skin for vlc and i have wrote this code
<Theme version="2.0" >
<ThemeInfo author="GENUiNE" name="XXXXXX" email="XXXXXX@XXXXXXXX.XX"/>
<Font file="font.ttf" size="11" id="mainfont"/>
<Bitmap id="main" file="main.png" alphacolor="#ffb3be"/>
<Window id="finestra_principale" x="0" y="0" dragdrop="true" playondrop="false" visible="true">
<Image x="0" y="0" image="main" action="move" resize="scale" />
</Window>
</Theme>
But when i try to apply it, VLC crashes
I know that it is only a simple code, but i need to view the partial result now
In which way can i solve?