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 09-20-2011, 01:41 PM
CrackBerry Abuser
Device(s): Unlocked 9700, Berrylicious Delight Hybrid OS
 
Join Date: Jun 2011
Posts: 235
Likes Received: 53
Thanked 131 Times in 44 Posts
Default hidden today entries disappearing, weird ..

First of all I would like to thank everybody for all your big help and my problem now is this, I created my first hidden today after a month of trying (2 messages and 3 calendar), created a custom background for it and everything works great until I scroll over those entries, some disappear, if I scroll back others appear and if I scroll out of the today area they all appear again
Exported my svg to a fresh theme thinking I did something wrong but I get the same result.
Can you guys tell me what's going on and if its any fix for this ?
Thank you in advance

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
  #2  
Old 09-20-2011, 02:06 PM
CrackBerry User
Device(s): Torch 9800
 
Location: Canada
Join Date: Jun 2011
Posts: 95
Likes Received: 2
Thanked 5 Times in 5 Posts
Default

Wierd. Could be where you're placing the code in your svg, I had mine not work right once when I put the hidden today code in 1 line too low. Here's a sample of where I put mine:


Code:
<set xlink:href="#today_subfocus881"
        attributeName="display"
        to="none"
        begin="sms1hotspot.focusout"
        end="sms1hotspot.focusin"/>
  <set xlink:href="#today_subfocus881"
        attributeName="y"
        to="324"
        begin="sms1hotspot.focusin"
        end="sms1hotspot.focusout"/>

<set xlink:href="#hs5_line" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#hs5" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#calendar1hotspot" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#hs6_line" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#hs6" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#facebook1hotspot" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#hs7_line" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#hs7" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#messenger1hotspot" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#hs8_line" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#hs8" attributeName="display" to="none"   begin="0"/>
<set xlink:href="#sms1hotspot" attributeName="display" to="none"   begin="0"/>

<set xlink:href="#hs5_line" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#hs5" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#calendar1hotspot" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#hs6_line" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#hs6" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#facebook1hotspot" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#hs7_line" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#hs7" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#messenger1hotspot" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#hs8_line" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#hs8" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>
<set xlink:href="#sms1hotspot" attributeName="display" to="inline"   begin="Theme_Button_13.activate"/>

<set xlink:href="#hs5_line" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#hs5" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#calendar1hotspot" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#hs6_line" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#hs6" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#facebook1hotspot" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#hs7_line" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#hs7" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#messenger1hotspot" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#hs8_line" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#hs8" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>
<set xlink:href="#sms1hotspot" attributeName="display" to="none"   begin="accessKey(ESCAPE)"/>

  <switch>
    <foreignObject x="0"
          y="0"
          width="0"
          height="0"
          xlink:href="dummy"
          requiredExtensions="x-object:/FontManager"
          display="none">
You can see I put it in right after the last reference to my last hotspot, but before the switch.
Reply With Quote Tip this Post
    Thread Author   #3  
Old 09-20-2011, 02:36 PM
CrackBerry Abuser
Device(s): Unlocked 9700, Berrylicious Delight Hybrid OS
 
Join Date: Jun 2011
Posts: 235
Likes Received: 53
Thanked 131 Times in 44 Posts
Default

Thank you for your response.
That can totally be the issue, I'm going to fix that tonight but just in case if someone else have seen this problem, can you please share your findings? Thank you guys.

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
    Thread Author   #4  
Old 09-21-2011, 01:31 PM
CrackBerry Abuser
Device(s): Unlocked 9700, Berrylicious Delight Hybrid OS
 
Join Date: Jun 2011
Posts: 235
Likes Received: 53
Thanked 131 Times in 44 Posts
Default

Still having the same problem, any help guys?

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > Theme Developers   hidden today entries disappearing, weird ..

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes