 Thread Author
# 1

10-24-2010, 04:17 PM
|
| | CrackBerry Addict Device(s): HTC Raider Carrier: Rogers | | Location: Edmonton, AB Join Date: Jun 2010 Posts: 839 Likes Received: 3
Thanked 38 Times in 18 Posts
| |
Hide Today items
I have read several threads in other places and am trying to utilize code I have found to hide today items in my latest theme. It is being a real pain though. Seems code that works for some, is not working for me. I tried creating a theme, put nothing on it other than a messages today item and created a blank SVG file in Composer. I added the following code to the SVG file: Code: <g id="messages">
<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="#hs0_line" attributeName="display" to="none" begin="accessKey(z)"/>
<set xlink:href="#hs0" attributeName="display" to="none" begin="accessKey(z)"/>
<set xlink:href="#messages1hotspot" attributeName="display" to="none" begin="accessKey(z)"/>
<set xlink:href="#messages2hotspot" attributeName="display" to="none" begin="accessKey(z)"/>
<set xlink:href="#hs0_line" attributeName="display" to="inline" begin="accessKey(x)"/>
<set xlink:href="#hs0" attributeName="display" to="inline" begin="accessKey(x)"/>
<set xlink:href="#messages1hotspot" attributeName="display" to="inline" begin="accessKey(x)"/>
<set xlink:href="#messages2hotspot" attributeName="display" to="inline" begin="accessKey(x)"/>
</g> Every time I try to load the SVG file in Theme Builder, I get:
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
Duration is not defined
One for every line of code. Someone help please! I am using pretty much the same code that others apparently are using without issue. I don't get it.
|