2007-01-25, 05:33 AM
navyguy Wrote:Thanks!
As for the question McBainUK already took care of it. Let me know if there's anything specific you'd like to see the skin do and I'll see what I can do.
Actually, right now the Community skin doesn't have the latest Movies xml file in it.
To be really flexible and skinning friendly, the background image and selector images need to be able to be defined in the skin.xml file.
Your skin style is unique, but it can be worked with. Maybe adding something like this in the skin.xml file for starters.
Code:
<settings>
<writing>
<button_normal color="black" size="10" font="Arial" />
<button_selected color="black" size="10" font="Arial" />
<description_window color="lightgray" size="10" font="Arial" />
<info_window color="lightgray" size="10" font="Arial" />
</writing>
<numberofbuttons value="9" />
<locations>
<poster xPos="30" yPos="10" Width="0" Height="0" />
<buttons xPos="370" yPos="10" Width="330" Height="0" />
<help xPos="185" yPos="10" Width="0" Height="0" />
<movie xPos="185" yPos="150" Width="0" Height="0" />
<pages xPos="185" yPos="170" Width="0" Height="0" />
<description xPos="10" yPos="250" Width="650" Height="60" />
<year xPos="10" yPos="440" Width="100" Height="20" />
<runtime xPos="60" yPos="440" Width="500" Height="20" />
<genre xPos="10" yPos="420" Width="650" Height="20" />
<rating xPos="10" yPos="400" Width="650" Height="20" />
<actors xPos="10" yPos="300" Width="650" Height="120" />
</locations>
[B][COLOR="Red"]<Images>
<button_normal "normal.png" />
<button_selected "selected.png" />
<background "..\background.jpg" />
</Images>[/COLOR][/B]
</settings>
Usually skins have CompositeImages that define such things..
Code:
<CompositeImage name="Background" size="720,480">
<DrawImage filename="..\Background.jpg" loc="0,0" size="720,480"/>
</CompositeImage>
Code:
<CompositeImage name="ListItemSelected" size="300,25">
<DrawImage filename="selected.png" loc="0,0" size="300,25"/>
<DrawText text="@text" size="300,25" loc="0,0" align="Left" textStyle="ListItemSelected" />
</CompositeImage>
But your plugin is not designed that way so it may be easier to do the "Images" addition.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]
[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]
[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]