 Thread Author
# 1

03-15-2011, 11:02 PM
|
| | CrackBerry Abuser Device(s): Bold 9900 + PlayBook Carrier: Rogers | | Join Date: Mar 2010 Posts: 230 Likes Received: 12
Thanked 33 Times in 8 Posts
| |
Argh need major help figuring out some issues, any help would be greatly appreciated
The issues:
-Whenever I add an SVG file to landscape mode the animations\images in portrait stops working. For instance in the screen shot the background used for the today items won't show\render along with the icon tabs.
-In portrait I coded the today items to hide\show via hot spot created in composer and added the today items in TB2; the call outs are hs1 (cal), hs2(mes) and hs3(sms), which works just fine. However when I add additional today items in landscape mode, I keep getting this error: Code: Error: The element <set> named "$unnamed$" has a reference to "hs1_line" which is not found.
Error: The element <set> named "$unnamed$" has a reference to "hs1" which is not found.
Error: The element <set> named "$unnamed$" has a reference to "hs1_line" which is not found.
Error: The element <set> named "$unnamed$" has a reference to "hs1" which is not found.
Error: The element <set> named "$unnamed$" has a reference to "hs2_line" which is not found.
Error: The element <set> named "$unnamed$" has a reference to "hs2" which is not found.
Error: The element <set> named "$unnamed$" has a reference to "hs2_line" which is not found.
Error: The element <set> named "$unnamed$" has a reference to "hs2" which is not found. This makes it so that the SVG won't compile...anyhow I figured the hs call out changed when I added today items in landscape so I tried playing with some numbers but no luck...got up all the way to 16 before I gave in.
Thanks.
Last edited by Foberry; 03-15-2011 at 11:25 PM.
|