Sorry to ask a trivial question, but I missed this in my post. Did you change the path to the skin on your drive.
<path>C:\Program Files\xlobby\skins\ZoneSkin\databases</path>
Also if you want to try, here is the code on my weather screen to bring up the category.
- Code: Select all
<eventbutton>
<eventid>weather:overlay weatherimages</eventid>
<imagename>weatherimages</imagename>
<location>413,38,351,428</location>
<navitem>True</navitem>
<font>Digiface,2.5%,#1CFFE6,regular</font>
<alignment>top left</alignment>
<shadow>False</shadow>
<type>category</type>
<database>weatherimages</database>
<display>%display%</display>
<details></details>
<ratio>1:1</ratio>
<columns>2</columns>
<layout>default all</layout>
<scroll>Left Right</scroll>
<rows>0</rows>
<spacing>2</spacing>
<nocover>xresource-cover-art-missing.png</nocover>
<toplayer></toplayer>
<backlayer></backlayer>
<backlayerfolder></backlayerfolder>
<selected>xresource-selector-square.png</selected>
<unselected>xresource-selector-square-fade.png</unselected>
<selectedabove></selectedabove>
<unselectedabove></unselectedabove>
<playinghighlight>xresource-selector-barhighlight.png</playinghighlight>
<playingicon></playingicon>
<inlisticon></inlisticon>
<notinlisticon></notinlisticon>
<online></online>
<offline></offline>
<keepaspectratio>False</keepaspectratio>
</eventbutton>
I use Xweather, so my refresh weather pages is using a different plugin, but also with that refresh I created an event with the command 'category/load http covers'. For the Category Name field I included weatherimages (name of my category).
When selecting an image I open up an overlay with the image enlarged. Here is the code for the overlay:
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<skin background="Zone.jpg">
<skinsize>800,600</skinsize>
<usedefault>True</usedefault>
<eventbutton>
<imagename>normalrectangle</imagename>
<location>0,0,799,598</location>
<navitem>False</navitem>
<font>Arial,1.66666666666667%,regular</font>
<alignment>top left</alignment>
<backgroundcolor>#96000000</backgroundcolor>
<keepaspectratio>False</keepaspectratio>
</eventbutton>
<eventbutton>
<imagename>rectangle</imagename>
<location>57,29,677,478</location>
<navitem>False</navitem>
<font>arial,1.66666666666667%,regular</font>
<alignment>top left</alignment>
<backgroundcolor>#96000000</backgroundcolor>
<backgroundoutlinecolor>#9DB4FF</backgroundoutlinecolor>
<backgroundoutlinesize>3</backgroundoutlinesize>
<keepaspectratio>False</keepaspectratio>
</eventbutton>
<eventbutton>
<imagename>text</imagename>
<location>83,39,622,449</location>
<navitem>False</navitem>
<text>category>weatherimages>cover</text>
<font>arial,1.66666666666667%,regular</font>
<alignment>top left</alignment>
<keepaspectratio>True</keepaspectratio>
</eventbutton>
<eventbutton>
<eventid>weather:return to weather page</eventid>
<imagename>Weather.png</imagename>
<location>85,515,100,57</location>
<navitem>True</navitem>
<font>arial,2.5%,regular</font>
<alignment>top left</alignment>
<keepaspectratio>True</keepaspectratio>
</eventbutton>
</skin>
You will have to change your background image (if you decide to use one at all), change the skin size to suit your needs, and change the Weather.png file to a button of your choice, and finally have an event that will take you back to your weather screen when clicking on the button.
I hope all this was helpful. If you still want, you can send me an email for the entire skin to try (see my previous email), or we can go through the FTP route (I don't currently have an FTP server set up).
David
*EDIT* I just updated my web page (you can access it by the link below) with updated weather screens and can even download the entire skin. Just follow the xlobby link.