Skin preview - Reflex - updated 18-06-12 (3 Viewers)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #71
    I'll take a look at your XML tomorrow, I have a new basichome on it's way, just need to make it look nice as well ;)
     

    Maxx Power

    Portal Member
    February 12, 2010
    31
    20
    “Breeeed yyyyymer, dude.”

    Not sure I like the XBMC sound, I usually turn it off anyways...

    There seems to be a little overlap when in List view. See attached screenshot.
     

    Attachments

    • 17-17-24.png
      17-17-24.png
      82.8 KB

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #73
    “Breeeed yyyyymer, dude.”

    Not sure I like the XBMC sound, I usually turn it off anyways...

    There seems to be a little overlap when in List view. See attached screenshot.

    This looks weird. The list should only have 8 rows, not 9 like your image. What screen resolution do you run? Do you see the same thing in videos/music/other lists?
     

    Maxx Power

    Portal Member
    February 12, 2010
    31
    20
    This looks weird. The list should only have 8 rows, not 9 like your image. What screen resolution do you run? Do you see the same thing in videos/music/other lists?

    Yep, all Lists that have at least 9 items...

    1920x1080 resolution. Win7 x64.

    Standard font size (I will check this).
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #75
    This looks weird. The list should only have 8 rows, not 9 like your image. What screen resolution do you run? Do you see the same thing in videos/music/other lists?

    Yep, all Lists that have at least 9 items...

    1920x1080 resolution. Win7 x64.

    Standard font size (I will check this).

    Could you try and edit this file :Reflex/references.xml

    Look for the control called "default listcontrol".
    Change <height>573</height> to <height>520</height>

    Should help...

    You need to restart MediaPortal to see the change.
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #77
    New installer available, see first post.
    This adds an option to use 8 or 10 row tvguide when installing. The plugin can't handle it yet, so be prepared to do some copy/paste if you want to switch between 8 and 10 rows ;)
     

    toricred

    MP Donator
  • Premium Supporter
  • August 29, 2006
    151
    14
    Home Country
    United States of America United States of America
    Would it be possible to get a 10 line version of the guide for the 4TR plugin?
     

    WsQ

    Portal Pro
    December 15, 2008
    145
    34
    Kangasala
    Home Country
    Finland Finland
    10 row guide seems to have an overlap issue and also on basic home upper left corner is some odd texts like "pause" or "false".
     

    Attachments

    • epg.jpg
      epg.jpg
      170.5 KB
    • bhome.jpg
      bhome.jpg
      57.3 KB

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #80
    10 row guide seems to have an overlap issue and also on basic home upper left corner is some odd texts like "pause" or "false".

    Looks like the height of the tv-guide panel needs to be adjusted a bit. I set it to 900, which works fine showing 10 rows here, but I can count 11 rows with you.

    If you can do me a favor, can you try and edit mytvguide.xml and

    edit this control (it starts at ~ line 80):

    Code:
    <control>
                <description>TVGUIDE Panel</description>
                <type>image</type>
                <id>2</id>
                <posX>81</posX>
                <width>1763</width>
                <height>900</height>
                <colordiffuse>ffffffff</colordiffuse>
                <texture>-</texture>
    </control>

    Try and adjust the height to 800. Does this work better?

    For some reason the calculation of the tv-guide panel is off. Each channel is 62 pixel high, and the tv-guide code adds 2 pixels around each channel (as a spacer). This all adds up to 10 x 62 + 10 x 2 = 640. But if we make the tv-guide panle 640 pixel high, it won't have 10 channels, but more like 7-8. Weird ;)
     

    Users who are viewing this thread

    Top Bottom