 Thread Author
# 1

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
| |
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&
height=20&
align=center"/>
<image id="New_Coverage"
x="433" y="18"
width="64" height="20"
xlink:href="x-object:/Coverage?
width=64&
height=20&
valign=top&
align=right"/>
<image id="New_Grid"
x="0" y="340"
width="358" height="20"
xlink:href="x-object:/GridIndicators?
area=5&
width=358&
height=20&
font-family=BannerUnread&
font-style=plain&
font-size=20&
fill=ffffff&
align=center"/>
<image id="New_Roam"
x="400" y="56"
width="21" height="21"
xlink:href="x-object:/Roaming?width=21&
height=21&
align=center"/>
<image id="New_Alarm"
x="338" y="28"
width="21" height="21"
xlink:href="x-object:/AlarmIndicator?
width=21&
height=21&
align=center"/>
<image id="New_Time"
x="-234" y="-176"
width="101" height="27"
xlink:href="x-object:/CurrentDateTime?clocktype=time&
width=101&
height=27&
font-family=BannerTime&
font-style=plain&
font-size=27&
fill=ffffff&
align=left&
ampmSize=15"/>
<image id="New_Date"
x="-234" y="-144"
width="200" height="20"
xlink:href="x-object:/CurrentDateTime?clocktype=date&
width=200&
height=20&
font-family=BBAlphaSans&
font-size=20&
fill=ffffff&
align=left&
text-anchor=middle"/></g> Thank you for any help you can give.
|