Page 1 of 1

bug in skins2

Posted: 05 May 2006 15:46
by Asim
hi everyone... just think i mightve found a bug in skins2....

using 0.85 test3 under windows xp...

problem:

when right clicking under skins2 and selecting pause, file will pause... but the "checkbox" will not be updated w/ the appropriate "state"...

so basically.. if i press pause by right clicking... it will still show the "pause" button in the skins portion when it's supposed to show "play".

tried w/ my Blissta skin and the default one in test3... same thing.

- Asim

Posted: 14 May 2006 15:53
by tvtalkshowshigh
i don't have this problem using the following code:

Code: Select all

<Checkbox x="18" y="80" up1="play_up" down1="play_over" up2="pause_up" down2="pause_over" action1="vlc.play()" action2="vlc.pause()" state="vlc.isPlaying" lefttop="leftbottom" rightbottom="leftbottom"/>
i'm using a nightly build - 0.8.6 20060513. maybe the bug you're seeing has been fixed.

what "state" are you using in your skin?

Posted: 14 May 2006 17:07
by AsMaX
Indeed it doesn't work... I'll fix that soon, thanks for reporting

Posted: 14 May 2006 17:11
by tvtalkshowshigh
i just tried again and i see what you mean now. i thought you were suggesting that VLC would then get out of sync so the checkbox would continually show the wrong way around. But rather, it just doesn't update for that specific instance of the checkbox - if you then click it again it catches up.

sorry for the confusion.

Posted: 14 May 2006 17:22
by AsMaX
done