2005-10-12, 05:51 PM
This is what I have in my skin file on a music player plugin I'm working on:
<!-- image used for album art box-->
<CompositeImage name="AlbumArt" size="150,150">
[INDENT]<DrawRoundedRect loc="4,5" size="129,120" radius="7" borderWidth="4" borderColor="White" fillColor="Black"/>[/INDENT]
[INDENT]<DrawImage filename="@AlbumArtPath" loc="8,10" size="122,112"/>
[/INDENT]</CompositeImage>
My problem is that this excepts the first filename, but dosnt allo anymore. On other words it displays the first image given no matter how many times you call it with different paths :mad:
I'm 99% my code is supplying the correct paths and the skin is ignoring it.
Is there anyone who can comment on this?
<!-- image used for album art box-->
<CompositeImage name="AlbumArt" size="150,150">
[INDENT]<DrawRoundedRect loc="4,5" size="129,120" radius="7" borderWidth="4" borderColor="White" fillColor="Black"/>[/INDENT]
[INDENT]<DrawImage filename="@AlbumArtPath" loc="8,10" size="122,112"/>
[/INDENT]</CompositeImage>
My problem is that this excepts the first filename, but dosnt allo anymore. On other words it displays the first image given no matter how many times you call it with different paths :mad:
I'm 99% my code is supplying the correct paths and the skin is ignoring it.
Is there anyone who can comment on this?
My Projects
Programs Plugin [SIZE=2](retired) | Volume OSD Plugin (retired) | Documentation Wiki (retired)[/SIZE]
Programs Plugin [SIZE=2](retired) | Volume OSD Plugin (retired) | Documentation Wiki (retired)[/SIZE]