Resizing left side

About usage, announcement and development of skins for VLC
psanthu123
Blank Cone
Blank Cone
Posts: 14
Joined: 27 Aug 2009 19:37
VLC version: 1.0.1
Operating System: windows/linux/wince
Location: India

Resizing left side

Postby psanthu123 » 27 Aug 2009 19:48

Hi,

I am building a new skin, I am not able to resize towards left side.

I have used resize the window horizontally with lefttop = lefttop, rightbottom = leftbottom and action = resizeE.

I am able to resize toward right, but not to left side.

Regards
Santhosh

3breadt
Big Cone-huna
Big Cone-huna
Posts: 827
Joined: 19 Mar 2006 11:37
Operating System: Win7 Pro / OS X 10.7
Location: Paderborn, Germany
Contact:

Re: Resizing left side

Postby 3breadt » 28 Aug 2009 11:57

Do you mean with resize toward the left side, make the window smaller in width?
Maybe the minwidth attribute of the layout is set to -1, so that you cannot make it smaller than its default size. Try changing that.
-- 3breadt (aka altglass)

psanthu123
Blank Cone
Blank Cone
Posts: 14
Joined: 27 Aug 2009 19:37
VLC version: 1.0.1
Operating System: windows/linux/wince
Location: India

Re: Resizing left side

Postby psanthu123 » 03 Sep 2009 01:19

Thanks Daniel,

What i meant by left side is left hand side of the window, so that i if i want to expand left hand side[Place the cursor at left corner of the window, drag left side once expanding arrow is dispalyed], i should be able to do that.

Regards
Santhosh

3breadt
Big Cone-huna
Big Cone-huna
Posts: 827
Joined: 19 Mar 2006 11:37
Operating System: Win7 Pro / OS X 10.7
Location: Paderborn, Germany
Contact:

Re: Resizing left side

Postby 3breadt » 04 Sep 2009 09:20

So you solved your problem or does it still exist?
-- 3breadt (aka altglass)

psanthu123
Blank Cone
Blank Cone
Posts: 14
Joined: 27 Aug 2009 19:37
VLC version: 1.0.1
Operating System: windows/linux/wince
Location: India

Re: Resizing left side

Postby psanthu123 » 04 Sep 2009 18:20

No the problem still exists, At the left hand corner, i am able drag toward right side but not let side[it should have been other way around]. Is that resizeE supports expansion only towards right ??.

3breadt
Big Cone-huna
Big Cone-huna
Posts: 827
Joined: 19 Mar 2006 11:37
Operating System: Win7 Pro / OS X 10.7
Location: Paderborn, Germany
Contact:

Re: Resizing left side

Postby 3breadt » 04 Sep 2009 22:53

No resizeE should work in both directions. Maybe you could share the XML of the skin so that we can identify more easily what causes that behaviour.
-- 3breadt (aka altglass)

psanthu123
Blank Cone
Blank Cone
Posts: 14
Joined: 27 Aug 2009 19:37
VLC version: 1.0.1
Operating System: windows/linux/wince
Location: India

Re: Resizing left side

Postby psanthu123 » 08 Sep 2009 21:36

I could not find the attach option, so pasting some portion of XML file.

<SubBitmap id="main.png.controls.bg.resizeE.right" x="1022" y="0" height="768" width="2"/>
<SubBitmap id="main.png.controls.bg.resizeSE" x="1006" y="750" height="18" width="18"/>
<SubBitmap id="main.png.controls.bg.resizeE.left" x="0" y="0" height="768" width="2"/>

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<Image id="main.normal.controls.bg.resizeE.right" x="1022" image="main.png.controls.bg.resizeE.right" action="resizeE" lefttop="righttop" rightbottom="righttop"/>
<Image id="main.normal.controls.bg.resizeE.left" image="main.png.controls.bg.resizeE.left" action="resizeE" rightbottom="leftbottom"/>
<Image id="main.normal.controls.bg.resizeS.bottom" y="766" image="main.png.controls.bg.resizeS.bottom" action="resizeS" lefttop="righttop" rightbottom="righttop"/>
<Image id="main.normal.controls.bg.resizeSE" x="1006" y="750" image="main.png.controls.bg.resizeSE" action="resizeSE" lefttop="righttop" rightbottom="righttop"/>

3breadt
Big Cone-huna
Big Cone-huna
Posts: 827
Joined: 19 Mar 2006 11:37
Operating System: Win7 Pro / OS X 10.7
Location: Paderborn, Germany
Contact:

Re: Resizing left side

Postby 3breadt » 09 Sep 2009 11:14

Could you please share the whole XML, best put it between [code] [/code]
Because just from this excerpt i cannot say what goes wrong with the left hand resizer, I'd need to look also at the layout's properties.
-- 3breadt (aka altglass)

psanthu123
Blank Cone
Blank Cone
Posts: 14
Joined: 27 Aug 2009 19:37
VLC version: 1.0.1
Operating System: windows/linux/wince
Location: India

Re: Resizing left side

Postby psanthu123 » 09 Sep 2009 18:40

I have started with default theme provided with VLC, so some part of default theme is still there with this.

Code: Select all

<!DOCTYPE Theme PUBLIC "-//VideoLAN//DTD VLC Skins V2.0//EN" "skin.dtd"> <Theme version="2.0"> <ThemeInfo name="subX" author="Martin Poehlmann" email="" webpage="http://www.skinconsortium.com"/> <!-- Created using the VLC Skin Editor 0.8.5.dev (http://www.videolan.org/vlc/skineditor.html)--> <Font id="mainfont" file="subX/font.otf"/> <Bitmap id="main.png" file="image/main.png" alphacolor="#FF00FF"> <SubBitmap id="main.png.titlebar.left" x="0" y="0" height="142" width="194"/> <SubBitmap id="main.png.titlebar.right" x="636" y="0" height="142" width="388"/> <SubBitmap id="main.png.titlebar.center" x="194" y="0" height="142" width="442"/> <SubBitmap id="main.png.background" x="64" y="142" height="405" width="724"/> <SubBitmap id="main.png.controls.bg.left" x="0" y="547" height="221" width="17"/> <SubBitmap id="main.png.controls.bg.left.stretch" x="2" y="547" height="221" width="17"/> <SubBitmap id="main.png.controls.bg.center" x="17" y="547" height="221" width="753"/> <SubBitmap id="main.png.controls.bg.right.stretch" x="770" y="547" height="221" width="14"/> <SubBitmap id="main.png.controls.bg.right" x="784" y="547" height="221" width="240"/> <SubBitmap id="main.png.controls.bg.resizeE.right" x="1022" y="0" height="768" width="2"/> <SubBitmap id="main.png.controls.bg.resizeSE" x="1006" y="750" height="18" width="18"/> <SubBitmap id="main.png.controls.bg.resizeE.left" x="0" y="0" height="768" width="2"/> <SubBitmap id="main.png.controls.bg.resizeS.bottom" x="0" y="766" height="2" width="1024"/> <SubBitmap id="main.png.cbuttons.play.normal" x="24" y="656" height="60" width="126"/> <SubBitmap id="main.png.cbuttons.play.hover" x="24" y="656" height="60" width="126"/> <SubBitmap id="main.png.cbuttons.play.down" x="24" y="656" height="60" width="126"/> <SubBitmap id="main.png.cbuttons.pause.normal" x="24" y="656" height="60" width="126"/> <SubBitmap id="main.png.cbuttons.pause.hover" x="24" y="656" height="60" width="126"/> <SubBitmap id="main.png.cbuttons.pause.down" x="24" y="656" height="60" width="126"/> <SubBitmap id="main.png.cbuttons.stop.normal" x="230" y="656" height="60" width="126"/> <SubBitmap id="main.png.cbuttons.stop.hover" x="230" y="656" height="60" width="126"/> <SubBitmap id="main.png.cbuttons.stop.down" x="230" y="656" height="60" width="126"/> <SubBitmap id="main.png.cbuttons.open.normal" x="431" y="656" height="60" width="130"/> <SubBitmap id="main.png.cbuttons.open.hover" x="431" y="656" height="60" width="130"/> <SubBitmap id="main.png.cbuttons.open.down" x="431" y="656" height="60" width="130"/> <SubBitmap id="main.png.cbuttons.mute0.normal" x="402" y="311" height="21" width="21"/> <SubBitmap id="main.png.cbuttons.mute0.hover" x="402" y="361" height="21" width="21"/> <SubBitmap id="main.png.cbuttons.mute0.down" x="402" y="404" height="21" width="21"/> <SubBitmap id="main.png.cbuttons.mute1.normal" x="402" y="443" height="21" width="21"/> <SubBitmap id="main.png.cbuttons.mute1.hover" x="402" y="464" height="21" width="21"/> <SubBitmap id="main.png.cbuttons.mute1.down" x="402" y="485" height="21" width="21"/> <SubBitmap id="main.png.seek.hover" x="425" y="451" height="8" width="28"/> <SubBitmap id="main.png.background.right" x="784" y="142" height="405" width="240"/> <SubBitmap id="main.png.background.left" x="0" y="142" height="405" width="64"/> </Bitmap> <Bitmap id="sysbuttons.png" file="subX/sysbuttons.png" alphacolor="#FF00FF"> <SubBitmap id="sysbuttons.png.shade.normal" x="72" y="0" height="19" width="17"/> <SubBitmap id="sysbuttons.png.shade.hover" x="72" y="20" height="19" width="17"/> <SubBitmap id="sysbuttons.png.shade.down" x="72" y="40" height="19" width="17"/> <SubBitmap id="sysbuttons.png.menu.normal" x="108" y="0" height="19" width="17"/> <SubBitmap id="sysbuttons.png.menu.hover" x="108" y="20" height="19" width="17"/> <SubBitmap id="sysbuttons.png.menu.down" x="108" y="40" height="19" width="17"/> <SubBitmap id="sysbuttons.png.aot0.normal" x="0" y="0" height="19" width="17"/> <SubBitmap id="sysbuttons.png.aot0.hover" x="0" y="20" height="19" width="17"/> <SubBitmap id="sysbuttons.png.aot0.down" x="0" y="40" height="19" width="17"/> <SubBitmap id="sysbuttons.png.aot1.normal" x="0" y="61" height="19" width="17"/> <SubBitmap id="sysbuttons.png.aot1.hover" x="18" y="61" height="19" width="17"/> <SubBitmap id="sysbuttons.png.aot1.down" x="36" y="61" height="19" width="17"/> </Bitmap> <Bitmap id="vol_slider.png" file="subX/vol_slider.png" alphacolor="#0006FF"/> <Bitmap id="vol_anim.png" file="subX/vol_anim.png" alphacolor="#FF00FF"/> <Bitmap id="eq.png" file="subX/eq.png" alphacolor="#FF00FF"> <SubBitmap id="eq.png.bg" x="0" y="0" height="171" width="330"/> <SubBitmap id="eq.png.slider.normal" x="0" y="171" height="8" width="18"/> <SubBitmap id="eq.png.slider.hover" x="0" y="179" height="8" width="18"/> <SubBitmap id="eq.png.led.on" x="18" y="171" height="11" width="12"/> <SubBitmap id="eq.png.led.off" x="30" y="171" height="11" width="12"/> <SubBitmap id="eq.png.knob.normal" x="42" y="171" height="34" width="34"/> <SubBitmap id="eq.png.knob.hover" x="76" y="171" height="34" width="34"/> <SubBitmap id="eq.png.knob.down" x="110" y="171" height="34" width="34"/> </Bitmap> <Bitmap id="about.png" file="subX/about.png" alphacolor="#FF00FF"/> <Bitmap id="pl.png" file="subX/pl.png" alphacolor="#FF00FF"> <SubBitmap id="pl.png.titlebar.left" x="0" y="0" height="24" width="140"/> <SubBitmap id="pl.png.titlebar.right" x="480" y="0" height="24" width="20"/> <SubBitmap id="pl.png.titlebar.center" x="140" y="0" height="24" width="340"/> <SubBitmap id="pl.png.background" x="0" y="24" height="269" width="500"/> <SubBitmap id="pl.png.controls.bg.left" x="0" y="293" height="57" width="85"/> <SubBitmap id="pl.png.controls.bg.center" x="85" y="293" height="57" width="330"/> <SubBitmap id="pl.png.controls.bg.right" x="415" y="293" height="57" width="85"/> <SubBitmap id="pl.png.controls.bg.resizeE" x="493" y="293" height="57" width="7"/> <SubBitmap id="pl.png.controls.bg.resizeSE" x="482" y="335" height="15" width="18"/> <SubBitmap id="pl.png.controls.bg.resizeS" x="0" y="343" height="7" width="500"/> <SubBitmap id="pl.png.controls.add.normal" x="10" y="311" height="21" width="23"/> <SubBitmap id="pl.png.controls.add.hover" x="10" y="350" height="21" width="23"/> <SubBitmap id="pl.png.controls.add.down" x="10" y="371" height="21" width="23"/> <SubBitmap id="pl.png.controls.rem.normal" x="33" y="311" height="21" width="21"/> <SubBitmap id="pl.png.controls.rem.hover" x="33" y="350" height="21" width="21"/> <SubBitmap id="pl.png.controls.rem.down" x="33" y="371" height="21" width="21"/> <SubBitmap id="pl.png.controls.sort.normal" x="54" y="311" height="21" width="26"/> <SubBitmap id="pl.png.controls.sort.hover" x="54" y="350" height="21" width="26"/> <SubBitmap id="pl.png.controls.sort.down" x="54" y="371" height="21" width="26"/> <SubBitmap id="pl.png.controls.save.normal" x="447" y="311" height="21" width="22"/> <SubBitmap id="pl.png.controls.save.hover" x="447" y="350" height="21" width="22"/> <SubBitmap id="pl.png.controls.save.down" x="447" y="371" height="21" width="22"/> <SubBitmap id="pl.png.controls.load.normal" x="421" y="311" height="21" width="26"/> <SubBitmap id="pl.png.controls.load.hover" x="421" y="350" height="21" width="26"/> <SubBitmap id="pl.png.controls.load.down" x="421" y="371" height="21" width="26"/> <SubBitmap id="pl.png.controls.skin.normal" x="469" y="311" height="21" width="19"/> <SubBitmap id="pl.png.controls.skin.hover" x="469" y="350" height="21" width="19"/> <SubBitmap id="pl.png.controls.skin.down" x="469" y="371" height="21" width="19"/> </Bitmap> <Bitmap id="plglyphs" file="subX/playtreeglyphs.png" alphacolor="#000000"> <SubBitmap id="expand" x="0" y="0" height="8" width="8"/> <SubBitmap id="collapse" x="8" y="0" height="8" width="8"/> <SubBitmap id="item" x="16" y="0" height="8" width="8"/> </Bitmap> <Bitmap id="button_depressed.png" file="image\button_depressed.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.play.active" file="image\Play_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.play.inactive" file="image\Play_disabled.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.play.normal" file="image\Play_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.pause.active" file="image\pause_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.pause.inactive" file="image\pause_disabled.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.pause.normal" file="image\pause_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.stop.normal" file="image\stop_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.stop.active" file="image\stop_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.stop.inactive" file="image\stop_disabled.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.open.normal" file="image\browse_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.open.active" file="image\browse_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.open.inactive" file="image\browse_disabled.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.volume.background" file="image\volume_cntrl_bar.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.volume.slider.normal" file="image\volume_cntrl_butt_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.volume.slider.active" file="image\volume_cntrl_butt_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.volume.mute.active" file="image\volume_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.volume.mute.normal" file="image\volume_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.seek.bar.active" file="image\seekbar_actived.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.seek.bar.normal" file="image\seekbar_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.seek.normal" file="image\seek_button_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.seek.active" file="image\seek_button_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.volume.mute.inactive" file="image\volume_inactive.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.sysbuttons.close.normal" file="image\close_button_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.sysbuttons.close.active" file="image\close_button_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.sysbuttons.min.active" file="image\minimize_button_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.sysbuttons.min.normal" file="image\minimize_button_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.sysbuttons.max.normal" file="image\maxmize_button_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.sysbuttons.max.active" file="image\maxmize_button_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.fullscreen.normal" file="image\fullcreen_normal.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.fullscreen.active" file="image\fullcreen_active.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.fullscreen.inactive" file="image\fullcreen_disabled.png" alphacolor="#FF00FF"/> <Bitmap id="main.png.screen.resize" file="image\maximise.png" alphacolor="#FF00FF"/> <Window id="main"> <Layout id="normal" width="1024" height="768" minwidth="1024" maxwidth="99999" minheight="768" maxheight="99999"> <Panel id="main.normal.titlebar" width="0" height="98" rightbottom="righttop"> <Image id="main.normal.titlebar.left" image="main.png.titlebar.left" action="move" action2="main.maximize()"/> <Image id="main.normal.titlebar.right" x="636" image="main.png.titlebar.right" action="move" action2="main.maximize()" lefttop="righttop" rightbottom="righttop"/> <Image id="main.normal.titlebar.center" x="194" image="main.png.titlebar.center" action="move" action2="main.maximize()" resize="scale" rightbottom="righttop"/> <Image id="main.normal.titlebar.left.max" image="main.png.titlebar.left" action="move" action2="main.unmaximize()" visible="main.isMaximized()"/> <Image id="main.normal.titlebar.right.max" x="636" image="main.png.titlebar.right" action="move" action2="main.unmaximize()" lefttop="righttop" rightbottom="righttop" visible="main.isMaximized()"/> <Image id="main.normal.titlebar.center.max" x="194" image="main.png.titlebar.center" action="move" action2="main.unmaximize()" resize="scale" rightbottom="righttop" visible="main.isMaximized()"/> <Button up="main.png.sysbuttons.close.normal" down="main.png.sysbuttons.close.active" over="main.png.sysbuttons.close.active" action="vlc.quit()" id="main.normal.titlebar.close" x="984" y="8" lefttop="righttop" rightbottom="righttop" tooltiptext="Quit"/> <Button up="main.png.sysbuttons.max.normal" down="main.png.sysbuttons.max.active" over="main.png.sysbuttons.max.active" action="main.maximize()" id="main.normal.titlebar.max" x="948" y="8" lefttop="righttop" rightbottom="righttop" visible="not main.isMaximized()" tooltiptext="Maximize"/> <Button up="main.png.sysbuttons.min.normal" down="main.png.sysbuttons.min.active" over="main.png.sysbuttons.min.active" action="vlc.minimize()" id="main.normal.titlebar.min" x="916" y="8" lefttop="righttop" rightbottom="righttop" tooltiptext="Minimize"/> </Panel> <Panel id="main.normal.component" y="142" width="0" height="0" rightbottom="rightbottom"> <Image id="main.normal.component.background" x="64" image="main.png.background" resize="scale" rightbottom="rightbottom"/> <Image id="main.normal.component.right" x="784" image="main.png.background.right" resize="scale" lefttop="righttop" rightbottom="rightbottom"/> <Video id="main.normal.component.video" x="64" width="720" height="405" autoresize="false" rightbottom="rightbottom"/> <Image id="main.normal.component.left" image="main.png.background.left" resize="scale" rightbottom="leftbottom"/> </Panel> <Panel id="main.normal.controls" width="0" height="0" lefttop="leftbottom" rightbottom="rightbottom"> <Image id="main.normal.controls.bg.left" y="547" image="main.png.controls.bg.left" action="move"/> <Image id="main.normal.controls.bg.left.stretch" x="2" y="547" image="main.png.controls.bg.left.stretch" action="move" rightbottom="righttop"/> <Image id="main.normal.controls.bg.right" x="784" y="547" image="main.png.controls.bg.right" action="move" lefttop="righttop" rightbottom="righttop"/> <Image id="main.normal.controls.bg.resizeE.right" x="1022" image="main.png.controls.bg.resizeE.right" action="resizeE" lefttop="righttop" rightbottom="righttop"/> <Image id="main.normal.controls.bg.resizeE.left" image="main.png.controls.bg.resizeE.left" action="resizeE" resize="scale" rightbottom="leftbottom"/> <Image id="main.normal.controls.bg.resizeS.bottom" y="766" image="main.png.controls.bg.resizeS.bottom" action="resizeS" lefttop="righttop" rightbottom="righttop"/> <Image id="main.normal.controls.bg.resizeSE" x="1006" y="750" image="main.png.controls.bg.resizeSE" action="resizeSE" lefttop="righttop" rightbottom="righttop"/> <Image id="main.normal.controls.bg.right.stretch" x="770" y="547" image="main.png.controls.bg.right.stretch" action="move" resize="scale" rightbottom="righttop"/> <Panel id="main.normal.controls.cbuttons" x="17" y="547" width="785" height="221" rightbottom="righttop"> <Panel id="main.normal.controls.cbuttons.centered" width="368" height="192" rightbottom="righttop" xkeepratio="true"> <Image id="main.normal.controls.bg.center" image="main.png.controls.bg.center" action="move"/> <Checkbox state="vlc.isPlaying" up1="main.png.play.normal" up2="main.png.pause.normal" down1="main.png.play.inactive" down2="main.png.pause.inactive" over1="main.png.play.active" over2="main.png.pause.active" action1="vlc.play()" action2="vlc.pause()" tooltiptext1="Start Playback" tooltiptext2="Stop Playback" id="main.normal.cbuttons.playpause" x="7" y="109"/> <Button up="main.png.stop.normal" down="main.png.stop.inactive" over="main.png.stop.active" action="vlc.stop()" id="main.normal.cbuttons.stop" x="213" y="109" tooltiptext="Stop Playing"/> <Button up="main.png.open.normal" down="main.png.open.inactive" over="main.png.open.active" action="dialogs.file()" id="main.normal.cbuttons.open" x="114" y="109" tooltiptext="Open File"/> <Button up="main.png.fullscreen.normal" down="main.png.fullscreen.inactive" over="main.png.fullscreen.active" action="vlc.fullscreen()" id="main.normal.cbuttons.fullscreen" x="513" y="109" visible="not vlc.isStopped" tooltiptext="Toggle the video in fullscreen"/> <Button up="main.png.fullscreen.inactive" action="vlc.fullscreen()" id="main.normal.cbuttons.fullscreen.inactive" x="513" y="109" visible="vlc.isStopped"/> </Panel> </Panel> <Panel id="main.normal.display" width="0" height="0" rightbottom="righttop"> <Text text="$T / $D" font="defaultfont" alignment="right" color="#CCCCCC" id="time" x="724" y="572" width="100" lefttop="rightbottom" rightbottom="rightbottom" visible="not dvd.isActive"/> <Text text="$N" font="defaultfont" color="#CCCCCC" id="songticker" x="25" y="570" width="365" rightbottom="righttop" visible="not dvd.isActive"/> </Panel> <Image id="main.normal.controls.seek" x="24" y="594" image="main.png.seek.bar.normal" resize="scale" rightbottom="righttop"/> <Slider id="seeker" x="35" y="604" points="(0,0),(780,0)" value="time" tooltiptext="" up="main.png.seek.normal" down="main.png.seek.active" rightbottom="righttop" visible="not vlc.isStopped"/> <Image id="main.normal.controls.bg.resize" x="986" y="728" image="main.png.screen.resize" action="resizeSE" lefttop="righttop" rightbottom="righttop"/> </Panel> <Panel id="main.normal.volume.control" x="780" y="680" width="0" height="0" lefttop="rightbottom" rightbottom="rightbottom"> <Image id="main.normal.controls.volume" x="48" image="main.png.volume.background" resize="scale" lefttop="rightbottom" rightbottom="leftbottom"/> <Slider id="main.normal.controls.volume.slider" x="14" y="2" points="(40,10),(190,10)" thickness="8" value="volume" tooltiptext="Volume: $V%" up="main.png.volume.slider.normal" down="main.png.volume.slider.active" over="main.png.volume.slider.active" lefttop="rightbottom" rightbottom="rightbottom"/> <Checkbox state="vlc.isMute" up1="main.png.volume.mute.normal" up2="main.png.volume.mute.inactive" over1="main.png.volume.mute.active" over2="main.png.volume.mute.active" action1="vlc.mute()" action2="vlc.mute()" tooltiptext1="Mute Volume" tooltiptext2="Unmute Volume" id="main.normal.cbuttons.mute" x="20" lefttop="rightbottom" rightbottom="rightbottom"/> </Panel> </Layout> </Window> <Window id="eqwin" visible="false"> <Layout id="eqwin-main" width="330" height="171" minwidth="330" maxwidth="330" minheight="171" maxheight="171"> <Image id="eq.normal.eq" image="eq.png.bg" action="move"/> <Button up="sysbuttons.png.menu.normal" down="sysbuttons.png.menu.down" over="sysbuttons.png.menu.hover" action="dialogs.popup()" id="eqwin.normal.titlebar.menu" x="6" y="3" tooltiptext="VLC Menu"/> <Button up="sysbuttons.png.close.normal" down="sysbuttons.png.close.down" over="sysbuttons.png.close.hover" action="eqwin.hide()" id="eqwin.normal.titlebar.close" x="307" y="3" lefttop="righttop" rightbottom="righttop" tooltiptext="Close Equalizer Window"/> <Slider id="Unnamed Slider #61" x="81" y="36" points="(0,115),(0,5)" value="equalizer.preamp" tooltiptext="Pre Amplification(dB)" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #62" x="121" y="36" points="(0,115),(0,5)" value="equalizer.band(0)" tooltiptext="60Hz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #63" x="141" y="36" points="(0,115),(0,5)" value="equalizer.band(1)" tooltiptext="170Hz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #64" x="161" y="36" points="(0,115),(0,5)" value="equalizer.band(2)" tooltiptext="310Hz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #65" x="181" y="36" points="(0,115),(0,5)" value="equalizer.band(3)" tooltiptext="600Hz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #66" x="201" y="36" points="(0,115),(0,5)" value="equalizer.band(4)" tooltiptext="1KHz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #67" x="221" y="36" points="(0,115),(0,5)" value="equalizer.band(5)" tooltiptext="3KHz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #68" x="241" y="36" points="(0,115),(0,5)" value="equalizer.band(6)" tooltiptext="6KHz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #69" x="261" y="36" points="(0,115),(0,5)" value="equalizer.band(7)" tooltiptext="12KHz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #70" x="281" y="36" points="(0,115),(0,5)" value="equalizer.band(8)" tooltiptext="14KHz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Slider id="Unnamed Slider #71" x="301" y="36" points="(0,115),(0,5)" value="equalizer.band(9)" tooltiptext="16KHz" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover"/> <Checkbox state="equalizer.isEnabled" up1="eq.png.led.off" up2="eq.png.led.on" action1="equalizer.enable()" action2="equalizer.disable()" tooltiptext1="Enable Equalizer" tooltiptext2="Disable Equalizer" id="eq.onoff.lef" x="29" y="72"/> <Checkbox state="equalizer.isEnabled" up1="eq.png.knob.normal" up2="eq.png.knob.normal" down1="eq.png.knob.down" down2="eq.png.knob.down" over1="eq.png.knob.hover" over2="eq.png.knob.hover" action1="equalizer.enable()" action2="equalizer.disable()" tooltiptext1="Enable Equalizer" tooltiptext2="Disable Equalizer" id="eq.onoff.lef" x="18" y="86"/> </Layout> </Window> <Window id="plwin" visible="false"> <Layout id="plwin-normal" width="500" height="350" minwidth="170" maxwidth="99999" minheight="200" maxheight="99999"> <Panel id="pl.normal.titlebar" width="0" height="24" rightbottom="righttop"> <Image id="pl.normal.titlebar.left" image="pl.png.titlebar.left" action="move"/> <Image id="pl.normal.titlebar.right" x="130" image="pl.png.titlebar.right" action="move" lefttop="righttop" rightbottom="righttop"/> <Image id="pl.normal.titlebar.center" x="140" image="main.png.titlebar.center" action="move" resize="scale" rightbottom="righttop"/> <Button up="sysbuttons.png.menu.normal" down="sysbuttons.png.menu.down" over="sysbuttons.png.menu.hover" action="dialogs.popup()" id="plwin.normal.titlebar.menu" x="6" y="3" tooltiptext="VLC Menu"/> <Button up="sysbuttons.png.close.normal" down="sysbuttons.png.close.down" over="sysbuttons.png.close.hover" action="plwin.hide()" id="plwin.normal.titlebar.close" x="477" y="3" lefttop="righttop" rightbottom="righttop" tooltiptext="Close Playlist Window"/> </Panel> <Panel id="pl.normal.component" y="24" width="0" height="0" rightbottom="rightbottom"> <Image id="pl.normal.component.background" image="pl.png.background" resize="scale" rightbottom="rightbottom"/> <Playtree id="theplaytree" font="mainfont" fgcolor="#AAAAAA" selcolor="#333333" playcolor="#FFFFFF" bgimage="pl.png.background" itemimage="item" openimage="collapse" closedimage="expand" x="5" y="3" width="469" height="262" rightbottom="rightbottom"> <Slider id="Unnamed Slider #84" x="487" y="5" points="(0,258),(0,3)" tooltiptext="" up="eq.png.slider.normal" down="eq.png.slider.hover" over="eq.png.slider.hover" lefttop="righttop" rightbottom="rightbottom"/> </Playtree> </Panel> <Panel id="pl.normal.controls" y="293" width="0" height="0" lefttop="leftbottom" rightbottom="rightbottom"> <Image id="pl.normal.controls.bg.left" image="pl.png.controls.bg.left" action="move"/> <Image id="pl.normal.controls.bg.center" x="85" image="pl.png.controls.bg.center" action="move" rightbottom="righttop"/> <Image id="pl.normal.controls.bg.right" x="415" image="pl.png.controls.bg.right" action="move" lefttop="righttop" rightbottom="righttop"/> <Image id="pl.normal.controls.bg.resizeE" x="493" image="pl.png.controls.bg.resizeE" action="resizeE" lefttop="righttop" rightbottom="righttop"/> <Image id="pl.normal.controls.bg.resizeS" y="50" image="pl.png.controls.bg.resizeS" action="resizeS" lefttop="righttop" rightbottom="righttop"/> <Image id="pl.normal.controls.bg.resizeSE" x="482" y="42" image="pl.png.controls.bg.resizeSE" action="resizeSE" lefttop="righttop" rightbottom="righttop"/> <Button up="pl.png.controls.add.normal" down="pl.png.controls.add.down" over="pl.png.controls.add.hover" action="playlist.add()" id="Unnamed Button #99" x="10" y="18" tooltiptext="Add Item to the Playlist"/> <Button up="pl.png.controls.rem.normal" down="pl.png.controls.rem.down" over="pl.png.controls.rem.hover" action="playlist.del()" id="Unnamed Button #100" x="33" y="18" tooltiptext="Remove Item from the Playlist"/> <Button up="pl.png.controls.sort.normal" down="pl.png.controls.sort.down" over="pl.png.controls.sort.hover" action="playlist.sort()" id="Unnamed Button #101" x="54" y="18" tooltiptext="Sort Playlist Alphabetically"/> <Button up="pl.png.controls.load.normal" down="pl.png.controls.load.down" over="pl.png.controls.load.hover" action="playlist.load()" id="Unnamed Button #102" x="421" y="18" lefttop="righttop" rightbottom="righttop" tooltiptext="Load Playlist from File"/> <Button up="pl.png.controls.save.normal" down="pl.png.controls.save.down" over="pl.png.controls.save.hover" action="playlist.save()" id="Unnamed Button #103" x="447" y="18" lefttop="righttop" rightbottom="righttop" tooltiptext="Save Current Playlist"/> <Button up="pl.png.controls.skin.normal" down="pl.png.controls.skin.down" over="pl.png.controls.skin.hover" action="aboutwin.show()" id="Unnamed Button #104" x="469" y="18" lefttop="righttop" rightbottom="righttop" tooltiptext="About this Skin"/> </Panel> </Layout> </Window> <Window id="aboutwin" visible="false"> <Layout id="aboutwinwin-main" width="330" height="171" minwidth="330" maxwidth="330" minheight="171" maxheight="171"> <Image id="about.normal.eq" image="about.png" action="move"/> <Button up="sysbuttons.png.menu.normal" down="sysbuttons.png.menu.down" over="sysbuttons.png.menu.hover" action="dialogs.popup()" id="eqwin.normal.titlebar.menu" x="6" y="3" tooltiptext="VLC Menu"/> <Button up="sysbuttons.png.close.normal" down="sysbuttons.png.close.down" over="sysbuttons.png.close.hover" action="aboutwin.hide()" id="eqwin.normal.titlebar.close" x="307" y="3" lefttop="righttop" rightbottom="righttop" tooltiptext="Close About Window"/> </Layout> </Window> </Theme>

3breadt
Big Cone-huna
Big Cone-huna
Posts: 827
Joined: 19 Mar 2006 11:37
Operating System: Win7 Pro / OS X 10.7
Location: Paderborn, Germany
Contact:

Re: Resizing left side

Postby 3breadt » 10 Sep 2009 14:18

The only idea I have why it might not work is that you put the resize control inside a panel.
Try putting the control outside the panel, or change the rightbottom attribute of main.normal.controls.bg.resizeE.right to rightbottom.

Maybe that works.
-- 3breadt (aka altglass)


Return to “Skins”

Who is online

Users browsing this forum: No registered users and 5 guests