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 10-30-2010, 11:31 PM
CrackBerry Abuser
Device(s): 9550 (Storm2)
Carrier: Verizon
Pin: PM me
 
Location: Michigan
Join Date: Feb 2009
Posts: 202
Likes Received: 8
Thanked 15 Times in 14 Posts
Arrow Is there a way to make a button invisible but still scrollable?

So my subject pretty much explains what I am trying to do but I will explain further.

I want the user to scroll to a set of icons that are invisible but when focused on one of them they become visible, and the original set to become invisible. Any one know a way to do that?
__________________
Check out my themes | Reflect7 Carbon |!Aspire | Prestige | Refresh | Default EX/Plus | HERE


Give my website a peek too!

Rockin' the Bold 9650 and Storm 2 - there's a 8530 lying around here somewhere as well.
Reply With Quote Tip this Post
  #2  
Old 10-31-2010, 03:02 PM
CrackBerry User
 
Join Date: Aug 2010
Posts: 18
Likes Received: 0
Thanked 1 Time in 1 Post
Default

i'm not sure if it's the "right" way to do it, but i've done it by making a totally clear icon and then in theme builder you set all the normal icons to that clear icon, and then leave the focus icons to the ones you want to show when you scroll over them. There may be other ways to do it that are better and not as time consuming since you have to go thru each normal icon at a time and set it to the clear one. I hope that helps
Reply With Quote Tip this Post
    Thread Author   #3  
Old 10-31-2010, 03:31 PM
CrackBerry Abuser
Device(s): 9550 (Storm2)
Carrier: Verizon
Pin: PM me
 
Location: Michigan
Join Date: Feb 2009
Posts: 202
Likes Received: 8
Thanked 15 Times in 14 Posts
Default

thanks for the advice but i was looking for it some icons to appear when one is focused in on. Like imagine a sliding dock without it sliding, it just appears. So when i scroll to one of the icons say 4-8 they appear and when i am on 0-3 they appear and the others aren't there. Make sense?
Reply With Quote Tip this Post
  #4  
Old 10-31-2010, 04:18 PM
CrackBerry User
 
Join Date: Aug 2010
Posts: 18
Likes Received: 0
Thanked 1 Time in 1 Post
Default

OOOOOOhhhhh....... i get what you mean now, sorry i misunderstood and couldn't help, but that is a pretty cool concept, hopefully someone knows how to do it and can share the advice
Reply With Quote Tip this Post
    Thread Author   #5  
Old 11-01-2010, 12:24 PM
CrackBerry Abuser
Device(s): 9550 (Storm2)
Carrier: Verizon
Pin: PM me
 
Location: Michigan
Join Date: Feb 2009
Posts: 202
Likes Received: 8
Thanked 15 Times in 14 Posts
Default

any body have some ideas?
__________________
Check out my themes | Reflect7 Carbon |!Aspire | Prestige | Refresh | Default EX/Plus | HERE


Give my website a peek too!

Rockin' the Bold 9650 and Storm 2 - there's a 8530 lying around here somewhere as well.
Reply With Quote Tip this Post
    Thread Author   #6  
Old 11-03-2010, 10:40 PM
CrackBerry Abuser
Device(s): 9550 (Storm2)
Carrier: Verizon
Pin: PM me
 
Location: Michigan
Join Date: Feb 2009
Posts: 202
Likes Received: 8
Thanked 15 Times in 14 Posts
Default

Alright guys I'm at a lost and really want to figure this out. I tried this code and it still isn't working. It shows icons 1-3 and not 0 and then when i focus in on 1 it shows 0, but when i focus on 0 it is permanently visible. I tried hiding and showing just the icons and the layers with no luck. Any body have any ideas??????????

Code:
<set xlink:href="#Layer_1" attributeName="visibility" to="visible" fill="freeze" begin="theme-button-0.focusin"/>
<set xlink:href="#Layer_1" attributeName="visibility" to="visible" fill="freeze" begin="theme-button-1.focusin"/>


<set xlink:href="#Layer_2" attributeName="visibility" to="visible" fill="freeze" begin="theme-button-2.focusin"/>
<set xlink:href="#Layer_2" attributeName="visibility" to="visible" fill="freeze" begin="theme-button-3.focusin"/>

<set xlink:href="#Layer_2" attributeName="visibility" to="hidden" fill="freeze" begin="theme-button-0.focusin"/>
<set xlink:href="#Layer_2" attributeName="visibility" to="hidden" fill="freeze" begin="theme-button-1.focusin"/>

<set xlink:href="#Layer_1" attributeName="visibility" to="hidden" fill="freeze" begin="theme-button-2.focusin"/>
<set xlink:href="#Layer_1" attributeName="visibility" to="hidden" fill="freeze" begin="theme-button-3.focusin"/>
__________________
Check out my themes | Reflect7 Carbon |!Aspire | Prestige | Refresh | Default EX/Plus | HERE


Give my website a peek too!

Rockin' the Bold 9650 and Storm 2 - there's a 8530 lying around here somewhere as well.
Reply With Quote Tip this Post
  #7  
Old 11-04-2010, 01:49 AM
CrackBerry Abuser
Device(s): 9700 (Bold)
Carrier: Telkomsel
 
Location: Indonesia
Join Date: Aug 2010
Posts: 136
Likes Received: 1
Thanked 0 Times in 0 Posts
Default

Are you saying that when you scroll into one of the icons in the set all of the set appear while the other set disappear? (let's say, for easy's sake, Set A contains icon 1-4, and set B icon 5-8)

So, if I move the focus from icon 4 into icon 5, all icons from Set A (1-4) disappear while set 5-8 appears instead?

Your code is supposedly correct. Is that the whole code or is there another code before/after it?
Reply With Quote Tip this Post
    Thread Author   #8  
Old 11-04-2010, 03:51 AM
CrackBerry Abuser
Device(s): 9550 (Storm2)
Carrier: Verizon
Pin: PM me
 
Location: Michigan
Join Date: Feb 2009
Posts: 202
Likes Received: 8
Thanked 15 Times in 14 Posts
Default

your exactly right. that is all the code and i tested it on the sim and a 9650 and it didnt work. I have no idea why???
__________________
Check out my themes | Reflect7 Carbon |!Aspire | Prestige | Refresh | Default EX/Plus | HERE


Give my website a peek too!

Rockin' the Bold 9650 and Storm 2 - there's a 8530 lying around here somewhere as well.
Reply With Quote Tip this Post
  #9  
Old 11-04-2010, 11:56 AM
CrackBerry Abuser
Device(s): 9700 (Bold)
Carrier: Telkomsel
 
Location: Indonesia
Join Date: Aug 2010
Posts: 136
Likes Received: 1
Thanked 0 Times in 0 Posts
Default

That Layer reference could be the problem (could be) try to refer the icons instead of their layers. My theme have hide/show icon at focusin and focusout, never had a problem with it (on my first try too).

Also, try to use "display" instead of "visibility", I use that and it works pretty good
Reply With Quote Tip this Post
    Thread Author   #10  
Old 11-04-2010, 12:45 PM
CrackBerry Abuser
Device(s): 9550 (Storm2)
Carrier: Verizon
Pin: PM me
 
Location: Michigan
Join Date: Feb 2009
Posts: 202
Likes Received: 8
Thanked 15 Times in 14 Posts
Default

i have tried referencing to the icons and that didnt work either. Display wont work because the icons wont be scrollable
__________________
Check out my themes | Reflect7 Carbon |!Aspire | Prestige | Refresh | Default EX/Plus | HERE


Give my website a peek too!

Rockin' the Bold 9650 and Storm 2 - there's a 8530 lying around here somewhere as well.
Reply With Quote Tip this Post
  #11  
Old 11-04-2010, 01:00 PM
CrackBerry Genius
Device(s): 8520, 9300, 9500, 8900, 9100, 9780, 9800, 9900
Carrier: bags are useful
 
Location: UK
Join Date: Apr 2009
Posts: 3,843
Likes Received: 486
Thanked 408 Times in 273 Posts
Default

Quote:
Originally Posted by grimmstaBB View Post
i have tried referencing to the icons and that didnt work either. Display wont work because the icons wont be scrollable
hi there, why not try an invisible button as a trigger, simply add an image in composer, reduce the opacity to 0 then convert to button, name it for example screen1_screen2 then another named screen2_screen1

then have it so

Code:
<set xlink:href="#Layer_1" attributeName="hidden" to="visible" fill="freeze" begin=e"screen1_screen2.focusin"/>
<set xlink:href="#Layer_1" attributeName="visibility" to="visible" fill="freeze" begin="screen2_screen1.focusin"/>

<set xlink:href="#Layer_2" attributeName="hidden" to="visible" fill="freeze" begin=e"screen2_screen1.focusin"/>
<set xlink:href="#Layer_2" attributeName="visibility" to="visible" fill="freeze" begin="screen1_screen2.focusin"/>
then set the nav so it goes icon1>screen1_screen2>icon2
and going back would look icon1<screen2_screen1<icon2
also nav left from screen1_screen2 would lead to screen2_screen1 so you wouldnt need to focusin on the icon2

if that makes sense?you`d have to set nav memory to off but it will work, iv used it in the past
Reply With Quote Tip this Post
    Thread Author   #12  
Old 11-04-2010, 01:09 PM
CrackBerry Abuser
Device(s): 9550 (Storm2)
Carrier: Verizon
Pin: PM me
 
Location: Michigan
Join Date: Feb 2009
Posts: 202
Likes Received: 8
Thanked 15 Times in 14 Posts
Default

so your saying, have basically a switch-over button just to change the icon groups?

I thought about doing this but there isn't a smooth scroll through the icons, its like there's a hiccup. I will have to do it if i cant get the code to work but thats a last resort kind of thing. I think it would be pretty sweet to to figure this out
__________________
Check out my themes | Reflect7 Carbon |!Aspire | Prestige | Refresh | Default EX/Plus | HERE


Give my website a peek too!

Rockin' the Bold 9650 and Storm 2 - there's a 8530 lying around here somewhere as well.
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > Theme Developers   Is there a way to make a button invisible but still scrollable?

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes