1. klangst's Avatar
    OK. I am using Theme Builder version 5.0.0.63 and using the Simulator for the 9700 OS 5. When I use the code below, I can get the date and time to show up fine, but the rest of the objects do not seem to show up. I have unchecked all of them in the visibility tab of Theme Builder. Any suggestions?

    Code:
    <g id="bt_banner">
    	<image id="New_Battery"
    		x="430" y="45"
    		width="44" height="20"
    		xlink:href="x-object:/BatteryLevel?
    		width=44&amp;
    		height=20&amp;
    		align=center"/>
    	<image id="New_Coverage"
    		x="433" y="18"
    		width="64" height="20"
    		xlink:href="x-object:/Coverage?
    		width=64&amp;
    		height=20&amp;
    		valign=top&amp;
    		align=right"/>
    	<image id="New_Grid"
    		x="0" y="340"
    		width="358" height="20"
    		xlink:href="x-object:/GridIndicators?
    		area=5&amp;
    		width=358&amp;
    		height=20&amp;
    		font-family=BannerUnread&amp;
    		font-style=plain&amp;
    		font-size=20&amp;
    		fill=ffffff&amp;
    		align=center"/>
    	<image id="New_Roam"
    		x="400" y="56"
    		width="21" height="21"
    		xlink:href="x-object:/Roaming?width=21&amp;
    		height=21&amp;
    		align=center"/>
    	<image id="New_Alarm"
    		x="338" y="28"
    		width="21" height="21"
    		xlink:href="x-object:/AlarmIndicator?
    		width=21&amp;
    		height=21&amp;
    		align=center"/>
    	<image id="New_Time"
    		x="-234" y="-176"
    		width="101" height="27"
    		xlink:href="x-object:/CurrentDateTime?clocktype=time&amp;
    		width=101&amp;
    		height=27&amp;
    		font-family=BannerTime&amp;
    		font-style=plain&amp;
    		font-size=27&amp;
    		fill=ffffff&amp;
    		align=left&amp;
    		ampmSize=15"/>
    	<image id="New_Date"
    		x="-234" y="-144"
    		width="200" height="20"
    		xlink:href="x-object:/CurrentDateTime?clocktype=date&amp;
    		width=200&amp;
    		height=20&amp;
    		font-family=BBAlphaSans&amp;
    		font-size=20&amp;
    		fill=ffffff&amp;
    		align=left&amp;
    		text-anchor=middle"/></g>
    Thank you for any help you can give.
    08-12-11 01:51 PM
LINK TO POST COPIED TO CLIPBOARD