 Thread Author
# 7

08-24-2011, 11:46 AM
|
| CrackBerry User Device(s): Torch 9800 | | Location: Canada Join Date: Jun 2011 Posts: 95 Likes Received: 2
Thanked 5 Times in 5 Posts
| |
Ugh....when I did a quick test of this to check out the code, I didnt add any today items in for landscape view because I had the link portrait/landscape button checked in TB...and assumed that it would apply the items i added in landscape as well...and I didnt check. Thats why I wasnt seeing the
begin="custom(oc_to_landscape)"
end="custom(oc_to_portrait)"/>
for the 2 views...the today items were only in portrait. I did another quick test and yea, Im seeing it now. And theres a crapload of lines of code switching between the 2 for the portrait and landscape. Also, There doesnt seem to be any reference to hs0, hs0_line, hs1, or hs1_line in there anywhere....but I am seeing the calendar1hotspot, messages1hotspot...etc. So Im assuming if I put in the full code:
<set xlink:href="#hs0_line" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs0" attributeName="display" to="none" begin="0"/>
<set xlink:href="#calendar1hotspot" attributeName="display" to="none" begin="0"/>
then I would get some kind of error about hs0 and hs0_line not being defined. I guess I could try to omit those lines and just go with the individual hotspot codes....but theres waaaaaay too many spots that would have to be altered. For say calendar1hotspot alone, theres a ton....for each focusin and focusout, portrait, landscape, etc...and some of the code generated by TB seems pretty redundant.
Im thinking its best to leave the hidden today in portrait only for the torch....the code is much more straight forward, and its not like its the end of the world having to access your today items in portrait only...I have a torch and I look at my notifications in portrait only all the time.
|