![]() |
|
Night - A Skin for XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Night (/forumdisplay.php?fid=130) +---- Thread: Night - A Skin for XBMC (/showthread.php?tid=70116) |
- hikaricore - 2010-04-18 18:26 ~Landscape view still skips 1 item too far.~ hikaricore Wrote:When browsing in the landscape view and using pgup and pgdown to skip forward and back through the selection the jump is 1 too far compared to where it should be. ~Panel always resets to the top right item upon exiting view playback or playback ending~ hikaricore Wrote:When using panel mode it doesn't remember the selected location. Furthermore I've noticed it's even more extreme than I first caught, if I'm playing anything below the first two rows it will still return to the top right item at the beginning of the list. Panel view always starts on the top left item when entering it from the start however so this is all a bit strange. - mcborzu - 2010-04-18 18:52 I definitely know whats causing that behavior in Panel view, duplicate id's: Quote: <control type="panel" id="56"> Quote:<control type="panel" id="56"> Quote:<control type="fixedlist" id="56"> Just gotta change it up... The pageUP/pageDWN behavior little more investigating on that one. - hikaricore - 2010-04-18 23:33 I meant to ask before but forgot. Is there a watched overlay for the files view? I get a small red line similar to what used to show on posters and such before the X was implemented. - mcborzu - 2010-04-19 00:00 hikaricore Wrote:I meant to ask before but forgot. Is there a watched overlay for the files view? Still thinking of something...mostly fixed Panel view code, and started on global music now playing today - hikaricore - 2010-04-19 00:13 Okies. Couple ideas for file view watched just incase: ~ A strike-through using a semi-transparent blue line. (matching the blue used throughout the skin) ~ Darkening the item but not past the point of readability. (subtle yet effective) ~ Smaller version of the X used in other views. (probably wouldn't look great but possibly) - mcborzu - 2010-04-19 00:21 hikaricore Wrote:Okies. Couple ideas for file view watched just incase: Funny those are all the exact ideas I have, now it's down to getting it done... - mcborzu - 2010-04-19 04:30 @hikaricore Check the panel view behavior now should be good... @ppic or anyone I changed the logo code to "Largeimage" tell me if that worked with any display issues you might have had. - mcborzu - 2010-04-19 05:01 Might as well set a hard date: Friday May 14th *could be the 7th but wouldn't count on it, Just these things take time. Probably another day to finish global music now playing, probably take 1-2 days to get everything ready for translating, etc...Plus now that the weather is nice I lose 1-2hrs every off day with grass cutting/yard work. - hikaricore - 2010-04-19 05:10 mcborzu Wrote:@hikaricore Panel view is fine now thanks. But ewww background image loading on titles. ![]() On newer builds these load incredibly slow each and every time. (they're forcing dds image conversion in svn which is likely the cause) - mcborzu - 2010-04-19 05:56 I didn't notice any difference, I'm on 28202 (pre-merge) though. Actually I was getting a small hiccup cause they weren't background loaded seemed smoother with "largeimage" for me at least. |