12-12-2009 08:58 PM - edited 12-12-2009 09:00 PM
So I have made two different svg files for a new theme I have created, one for the port home screen and one for the land. Both home screens have four hotspot buttons on the bottom to launch browser,options,sms, and messages. The issue I am having is ...
it seems like my land svg file is overlaying the port svg file. The position the land svg file buttons would be in if it was active while the phone was in port are still there. The actual buttons are not visible, but if i click in that position it will open the buttons hotspot.
Has anyone ever had this issue?? Does anyone know of a work around??
BTW ... The theme is for the 95XX series (Storm and Storm 2)
12-14-2009 04:57 PM
Hi wanderer82680
Try putting this at the bottom of your portrait SVG file just before the last </svg> tag …
<set xlink:href="#Layer_1" attributeName="display" to="none" begin="custom(oc_to_landscape)" end="custom(oc_to_portrait)"/>
… and this at the bottom of your landscape svg file, just before the last </svg> tag.
<set xlink:href="#Layer_1" attributeName="display" to="none" begin="custom(oc_to_portrait)" end="custom(oc_to_landscape)"/>
I’m guessing that “Layer_1” is the name of the wrapper svg group for your theme buttons. I believe Composer gives the first layer this name.
Bring the SVG files back into ThemeBuilder and retry it on your device.
Hope it helps.
12-14-2009 10:17 PM
I believe that did the trick, Thanks!!! Is this elycruz of ethemes from crackberry?? If so thanks from Ryan of R&R Themes.