 Thread Author
# 1

01-27-2011, 09:43 PM
|
| CrackBerry Abuser Device(s): 8830 → 9000 → 9800 + 16GB Playbook Carrier: Bell Mobility | | Location: Canada Join Date: Jul 2010 Posts: 287 Likes Received: 8
Thanked 61 Times in 25 Posts
| |
SVG show/hide today element
I am new to Theme Building and is using TB6 to build for my 9800.
I have the Messages and Calendar today on TB and they are showing up correctly on my 9800. I just couldn't find a way to hide them.
I am kinda stuck when trying to show/hide the todays element via SVG.
I have seen suggestions to use code like this...
<set xlink:href="#hs0_line" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs0" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages1hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages2hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages3hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages4hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages5hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages6hotspot" attributeName="display" to="none" begin="0"/>
But TB keep giving me warnings and it doesn't seems to recognize any of the hs# / messagesXhotspot .... I have tried # from 1 to 40 and it still didn't work. Is there a way we can find out what is the correct # value for the HS?
Thanks.
|