Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > Theme Developers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 08-12-2011, 01:51 PM
CrackBerry User
Device(s): 9650 (Bold)
Carrier: Verizon
 
Join Date: Oct 2009
Posts: 11
Likes Received: 0
Thanked 1 Time in 1 Post
Default Help, SVG Banner Objects

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.
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > Theme Developers   Help, SVG Banner Objects

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes