Page 1 of 1

Problems with my skin.

Posted: 19 Mar 2006 11:52
by 3breadt
I habe a problem with my D-GFX Dark Skin. I used following code for the Close Button:

Code: Select all

<Button up="close_up" over="close_h" x="196" y="46" action="vlc.quit()" tooltiptext="Quit VLC"/>
But when I click on the Button the VLC Window gets invisible, still appearing in the task bar and then VLC Crashes.

I'm using WinXP Home SP2 and VLC 0.8.5-test1

Does anybody have the same problem? And can anybody help me solving it?

Posted: 20 Mar 2006 22:15
by AsMaX
Hi,
where can we find this skin ? Do you have the same problem if you quit with "Ctrl+Q" shortcut for instance ?

Posted: 21 Mar 2006 13:23
by 3breadt
you can find on the skins2 download page or on my homepage. And yes I experience this problem also when i press Ctrl+Q, but only with this skin.

Posted: 21 Mar 2006 20:13
by AsMaX
Ok I reproduced that on linux too... it is a bug in the skins module, due to the fact you are using "not vlc_video.isVisible" as a bool variable.
Before the proper fix in vlc, a workaround is to swap your checkbox states to use "vlc_video.isVisible" instead (and the same for vlc_playlist).

Posted: 22 Mar 2006 13:19
by 3breadt
ok thx a lot

Posted: 25 Mar 2006 17:37
by AsMaX
This should be fixed now. Please check the next build.