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 01-20-2011, 10:16 PM
CrackBerry Abuser
Device(s): 8530 (Curve)
Carrier: Virgin Mobile USA
 
Join Date: Nov 2009
Posts: 159
Likes Received: 3
Thanked 4 Times in 3 Posts
Default svg help

is it possible to make the svg icons scroll faster? when i export it, it seems laggy. also while in composer, can i add the status text for icons?
Reply With Quote Tip this Post
  #2  
Old 01-20-2011, 10:36 PM
CrackBerry Addict
Device(s): Curve 8520!
Carrier: Du
 
Location: In a land far, far away...
Join Date: Oct 2010
Posts: 458
Likes Received: 0
Thanked 85 Times in 41 Posts
Default

not in composer, but in theme builder, under the Theme the Home screen tab, under the text extras tab. That's for your second question
Reply With Quote Tip this Post
    Thread Author   #3  
Old 01-20-2011, 10:39 PM
CrackBerry Abuser
Device(s): 8530 (Curve)
Carrier: Virgin Mobile USA
 
Join Date: Nov 2009
Posts: 159
Likes Received: 3
Thanked 4 Times in 3 Posts
Default

i know, but i have some text in my svg that i want to hide when i highlight an application, and return when the name fades away
Reply With Quote Tip this Post
  #4  
Old 01-21-2011, 12:15 AM
CrackBerry Addict
Device(s): Curve 8520!
Carrier: Du
 
Location: In a land far, far away...
Join Date: Oct 2010
Posts: 458
Likes Received: 0
Thanked 85 Times in 41 Posts
Default

Oh then idk how to do it

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
  #5  
Old 01-21-2011, 01:22 AM
CrackBerry Abuser
Device(s): Curve 8530 - PlayBook 16GB
Carrier: Sprint
 
Join Date: Apr 2010
Posts: 199
Likes Received: 16
Thanked 14 Times in 8 Posts
Default

Are the theme buttons created in Composer as well? If so, then you can control what you show and hide in the buttons events.
__________________
Incredibilis Thematis Repertum

Reply With Quote Tip this Post
  #6  
Old 01-21-2011, 07:27 AM
CrackBerry Genius
Device(s): iPhone 4s
Carrier: Verizon
 
Join Date: Nov 2009
Posts: 2,310
Likes Received: 88
Thanked 169 Times in 112 Posts
Default

@legend... yes there are buttons in composer but you cannot control the text of them

@nba... so let me get this right.

you have some text... that is showing all the time. You want it to disappear when the user taps and icon... and then return after the text for the icon fades away?
__________________
Reply With Quote Tip this Post
    Thread Author   #7  
Old 01-21-2011, 10:20 AM
CrackBerry Abuser
Device(s): 8530 (Curve)
Carrier: Virgin Mobile USA
 
Join Date: Nov 2009
Posts: 159
Likes Received: 3
Thanked 4 Times in 3 Posts
Default

yes static, that is exactly what i want
Reply With Quote Tip this Post
  #8  
Old 01-21-2011, 10:59 AM
CrackBerry Genius
Device(s): iPhone 4s
Carrier: Verizon
 
Join Date: Nov 2009
Posts: 2,310
Likes Received: 88
Thanked 169 Times in 112 Posts
Default

ok this is a little tricky. The code that TB uses has the icon text fade in /out in the course of 5 seconds. so you need to hide yours for 5 seconds...

<animate xlink:href="#YOURTEXTID" attributeName="opacity" values="0;1" keyTimes="0;1" dur="0.5s" begin="APPBTN.focusin" fill="freeze"/>
<animate xlink:href="#YOURTEXTID" attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.5s" begin="APPBTN.focusin +4.5s" fill="freeze"/>

a few notes: this will "overlap" the effect. meaning.. your text will fade out as the app name fades in.. then reverse.

THIS MUST BE DONE FOR EACH APP ICON YOU HAVE IN YOU SVG!
Change the BLUE word to the name of you app btn.. copy/paste and replace the name for each of your apps.

So, if you have 5 icons on the homescreen in your svg, you will need these line repeated 5 times.. each with a different app name for focus in.
__________________
Reply With Quote Tip this Post
    Thread Author   #9  
Old 01-21-2011, 11:09 AM
CrackBerry Abuser
Device(s): 8530 (Curve)
Carrier: Virgin Mobile USA
 
Join Date: Nov 2009
Posts: 159
Likes Received: 3
Thanked 4 Times in 3 Posts
Default

ook thanks alot static, ill try that
Reply With Quote Tip this Post
    Thread Author   #10  
Old 01-21-2011, 11:11 AM
CrackBerry Abuser
Device(s): 8530 (Curve)
Carrier: Virgin Mobile USA
 
Join Date: Nov 2009
Posts: 159
Likes Received: 3
Thanked 4 Times in 3 Posts
Default

im using device application order, so what app name do i enter?
Reply With Quote Tip this Post
  #11  
Old 01-21-2011, 11:33 AM
CrackBerry Genius
Device(s): iPhone 4s
Carrier: Verizon
 
Join Date: Nov 2009
Posts: 2,310
Likes Received: 88
Thanked 169 Times in 112 Posts
Default

the name of the buttons...
like

Theme_Button_1
Theme_Button_2
etc
etc

the names of each button in the svg.

get it?
__________________
Reply With Quote Tip this Post
    Thread Author   #12  
Old 01-21-2011, 12:18 PM
CrackBerry Abuser
Device(s): 8530 (Curve)
Carrier: Virgin Mobile USA
 
Join Date: Nov 2009
Posts: 159
Likes Received: 3
Thanked 4 Times in 3 Posts
Default

ook i do thanks...is there anyway to make my svg icons scroll faster? it seems like it lags.
Reply With Quote Tip this Post
  #13  
Old 01-21-2011, 12:51 PM
CrackBerry Genius
Device(s): iPhone 4s
Carrier: Verizon
 
Join Date: Nov 2009
Posts: 2,310
Likes Received: 88
Thanked 169 Times in 112 Posts
Default

the more you have the slower it goes... if using composer, the limit is around 12-15
__________________
Reply With Quote Tip this Post
    Thread Author   #14  
Old 01-21-2011, 12:58 PM
CrackBerry Abuser
Device(s): 8530 (Curve)
Carrier: Virgin Mobile USA
 
Join Date: Nov 2009
Posts: 159
Likes Received: 3
Thanked 4 Times in 3 Posts
Default

ook...i try the code u gave before for the status text and it doesnt work right...this is what i put,

<animate xlink:href="#YOURTEXTID" attributeName="opacity" values="0;1" keyTimes="0;1" dur="0.5s" begin="Theme_Button_1.focusin" fill="freeze"/>
<animate xlink:href="#YOURTEXTID" attributeName="opacity" values="1;0" keyTimes="0;1" dur="0.5s" begin="Theme_Button_1.focusin +4.5s" fill="freeze"/>

I did this for all my buttons and a error comes out saying..."Error: The element <animate> named "$unnamed$" has a reference to "YOURTEXTID" which is not found.

What did i do wrong?
Reply With Quote Tip this Post
  #15  
Old 01-21-2011, 11:40 PM
CrackBerry Addict
Device(s): Curve 8520!
Carrier: Du
 
Location: In a land far, far away...
Join Date: Oct 2010
Posts: 458
Likes Received: 0
Thanked 85 Times in 41 Posts
Default

You have to replace YOURTEXTID with, well, your text id, which is (I think) the name of the rectangle holding the text, if it is a rectangle. What you are doing is telling it (YOURTEXTID) to fade out, but in your SVG there is no such thing, so you need to replace YOURTEXTID with the name of the object that has the text inside it.
Hope this helps!

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > Theme Developers   svg help

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes