Search found 7 matches

Go to advanced search

by Joel_G
25 Jan 2016 15:04
Forum: Skins
Topic: Animations
Replies: 12
Views: 7673

Re: Animations

Did a bit of detective work.

This works,

Code: Select all

<Button id="vfd.playing" up="play.vfd.png" x="1" y="1"/>
This Does not.

Code: Select all

<Image id="vfd.playing" image="play.vfd.png" x="1" y="1"/>
Thanks again fella's!
Joel
by Joel_G
25 Jan 2016 12:16
Forum: Skins
Topic: Animations
Replies: 12
Views: 7673

Re: Animations

do the ids have to conform to nomenclature? like "window.group.buttons" or "any_thing.hdfggf.goes" as long as its unique? added "er" to go sub-bitmap just for troubleshooting (was off the top of my head till I workout what I'm naming every thing going to have multiple w...
by Joel_G
25 Jan 2016 12:05
Forum: Skins
Topic: Animations
Replies: 12
Views: 7673

Re: Animations

yeah sorry for the curve ball, I tried both, same result. Tried skin in in another build 2.2.1 weatherwax, same result. Odd thing is, its the same result as if I had commented out nbframes and fps, just plain big image. But it parses ok. I really appreciate the help guys. I'll get most of the rest d...
by Joel_G
25 Jan 2016 10:59
Forum: Skins
Topic: Animations
Replies: 12
Views: 7673

Re: Animations

Yep sorry, so Height "40" of source image gets divided into "8" frames, so should end up with an animation of 5px high. <Bitmap id="player.vfd.png" file="wave/playani.png" alphacolor="#000000"> <SubBitmap id="play.vfd.png" x="0" y...
by Joel_G
25 Jan 2016 04:08
Forum: Skins
Topic: Animations
Replies: 12
Views: 7673

Re: Animations

Just found the command

Code: Select all

vlc -I skins2 -v
by Joel_G
25 Jan 2016 04:00
Forum: Skins
Topic: Animations
Replies: 12
Views: 7673

Re: Animations

Thanks Etoh, That how I understand it, Height divided by nbframes. oddly I have just realised WYSIWYG has not defined the height or width and is using the whole file. here is my current code snipets <Bitmap id="play.vfd.png" file="wave/playani.png" nbframes="8" fps=&quo...
by Joel_G
24 Jan 2016 10:15
Forum: Skins
Topic: Animations
Replies: 12
Views: 7673

Animations

Hi VLan'ers! I've recently been working on a new skin, It happens to be a retrofit of an ancient media player(pre mp3 :D ), and I have come unstuck with writing the animation xml, even kept to the manual. However all I get is a full view of the animation frames stacked(but correctly aligned for the ...

Go to advanced search