Thx for the info ;) Cant change the source image. Hope the width & height param can be implemented in the future. Other objects already resize correct and images can be resized so all the tec is there... just needs to be implemented :D VLC skinning is really very easy and VLC still opens just as...
By grid I mean this: http://stashbox.org/251744/grid.PNG 1,3,7,9 are fixed size 2,4,6,8 are resized in the width OR height 5 is resized in w & h to fill the middle So the engine takes care of all the placement of the images This is just easier.. but it can be done via <image object (if the image...
Ok First I tried the latest Windows build (vlc-1.0.0-git-20081006-0007-win32.7z): - This crashed on open so cant test anything Then I downloaded a 0.9.4 build (vlc-0.9.4-git-20081003-0206-win32.7z) - This open but any skin I select it just open the default skin. - And somehow it showed by custom ski...
First problem I've run into: http://forum.videolan.org/viewtopic.php?f=15&t=50883 Basically the width/height param needs to be enabled for the <Image object I dont know what the development team for VLC plan for the future of their skin engine but here is some improvements that I think will be n...
We at http://www.skinconsortium.com have started a project to port Winamp ClassicPro skins to VLC. What is ClassicPro? - ClassicPro is a plugin for Winamp that allows the user to use ClassicPro skins in Winamp. Cpro skins is almost like Classic Winamp skins but it use a modern single user interface ...
Ok made some progress with this. This is how the code should look for image="normal.center": <Image x="6" y="100" width="305" height="0" image="normal.center" lefttop="lefttop" rightbottom="rightbottom" resize="mosa...
I'm trying to resize the center image for this layout: http://stashbox.org/248209/mainframe.png Here is my code so far: <!--Background--> <Image x="0" y="0" image="normal.topleft" lefttop="lefttop" rightbottom="lefttop" action="move"/> <Ima...
Is it possible to create a vlc skin with the video window and playlist in the same window? We're planning to create a template for a ClassicPro skin (http://cpro.skinconsortium.com) to work in vlc (Winamp skin atm) Really hope this is possible ;) If its not possible we'll probably settle for just th...
I need the source code for the equilizer. I need the piece of code what let the sliders move together in a tight group or loose group. If someone know where I should look can you please point me towards the correct source code file since I already have the source code package but can't find it in th...
Hi there. This is my first post on this forum :) I create skins for Winamp 5 and would like to code a new function into a skin I'm coding. I need the source code for the VLC equalizer. I need the part of code that does the part where the sliders move together in a group since I want to code this int...