
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
| |
Quote:
Originally Posted by grimmstaBB 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
|