I keep getting the "Data Call: The layout you selected cannot be..." error on the Home Screen.
I'm using HomeScreenBuilder by MadBeetle Software. I've check both the forums and their support, but can't figure out why my theme is still being rejected.
It's nothing crazy that I'm trying to do, I'm not even using Facade, just a simple home screen layout - attempting to emulate the new Mac OS Leopard...
Here's the code, if anyone can see anything wrong with this and help me figure out why this isn't working that'd be great!
Quote:
<?xml version="1.0"?>
<home>
<author>Madbeetle HomeScreen Editor</author>
<contacturl>http://www.madbeetle.com/homescreen.html</contacturl>
<title>leopard</title>
<version>1.0</version>
<!-- Defaults -->
<default target-width="240" target-height="320" actual-width="320" actual-height="240" font-face="Segoe Condensed" font-size="19" font-weight="normal" padding-left="0" padding-right="0" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="0" b-border-color="COLOR_HOMERULE" b-border-width="0">
<format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT"/>
</default>
<!-- Background -->
<background bgimage="leopard.jpg" valign="top" bgcolor="#000000" />
<!-- Colour Scheme -->
<scheme>
<color name="COLOR_TRAYGRADLEFT" value="#7F7F7F"/>
<color name="COLOR_HOMEHIGHLIGHT" value="#FFFFFF"/>
</scheme>
<!-- IconBar Plugin -->
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="27">
<iconbar fgcolor="#000000"/>
<background bgcolor="transparent" b-border-color="COLOR_WINDOWFRAME"/>
</plugin>
<!-- Carrier Plugin -->
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="73">
<clock>
<time font-weight="bold" fgcolor="#000000" font-size="20" valign="top" halign="left" mode="12" y="2" x="233" w="320"/>
<date font-weight="bold" fgcolor="#808080" font-size="19" valign="top" halign="left" mode="short" y="54" x="184" w="320"/>
</clock>
</plugin>
<!-- SMS Count Plugin -->
<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="21">
<background b-border-width="0"/>
<label y="2" x="184">
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#020202" font-weight="bold" font-size="19" />
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#808080" font-weight="bold" font-size="19" />
<text>Text Messages : <unreadSMS/></text>
</label>
</plugin>
<!-- Profile Plugin -->
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="22">
<background>
<format state="selected" bgcolor="transparent"/>
</background>
<label h="19">
<format state="selected" x="184" y="3" font-weight="bold" fgcolor="#000000" font-size="19"/>
<format state="unselected" x="184" y="3" font-weight="bold" fgcolor="#808080" font-size="19"/>
<text>User :<profile/></text>
</label>
</plugin>
<!-- MRU Plugin -->
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="67">
<background b-border-width="0" />
<mru icon-size="16" x="63" y="45" halign="left" valign="top" max-buttons="8" />
</plugin>
</home>
|
EDITED: I figured out that in my XML I was calling for the default wallpaper to be "leopard.jpg", but then manually choosing the Leopard wallpaper in Settings/Home Screen/Background Image. This threw off the whole thing. By simply selecting "Default" as my background image, everthing started working!
Here is the fruit of my labor:
...and as soon as someone tells me how to attach zip files, I'll gladly upload the theme.