[Skin MCE] very minor bug in TV Scheduled (1 Viewer)

FlipGer

Retired Team Member
  • Premium Supporter
  • April 27, 2004
    2,658
    115
    48
    Leipzig, Germany
    Home Country
    Germany Germany
    Windows Version: Windows XP Home SP2
    CPU Type: AMD Athlon XP 1700+
    Memory: 1 GB noName
    Motherboard: EliteGroup
    Motherboard Chipset: VIA KT
    Motherboard Bios:
    Video Card: ATi Radeon 8500
    Video Card Driver: Catalyst 6.3
    Sound Card: Soundblaster Audigy 2 ZS
    Sound Card AC3: no AC3
    Sound Card Driver:
    1. TV Card: Hauppauge PVR 350
    1. TV Card Type: analog
    1. TV Card Driver: SHSPVR (1.18.21.23257)
    2. TV Card: Hauppauge PVR 150
    2. TV Card Type: analog
    2. TV Card Driver: SHSPVR (2.0.35.23258)
    Video Codec: MPV
    Audio Codec: MPA
    Satelite/CableTV Provider: Primacom
    HTPC Case:
    Power Supply:
    Remote: Haupauge (45 Button)
    TV: Standard TV
    TV - HTPC Connection: VGA - RGB

    Hi,

    just discovered a minor bug in MCE skin My TV - Scheduled.

    - use MCE skin
    - start MP
    - use keyboard or remote
    - enter "My TV"
    - enter "Scheduled"
    - move down to "Cleanup"
    - try moving up again to "New"
    => you are stucked to everything beneath "New" :)

    Flip
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Yup, can confirm the bug.

    It's a wrong line in mytvscheduler.xml


    like here in line 106 -> 116.

    <description>Cleanup</description>
    <type>button</type>
    <id>7</id>
    <posX>60</posX>
    <posY>165</posY>
    <label>624</label>
    <onleft>10</onleft>
    <onright>10</onright>
    <onup>7</onup>
    <ondown>8</ondown>
    </control>


    Should be (line 106 -> 116):

    <description>Cleanup</description>
    <type>button</type>
    <id>7</id>
    <posX>60</posX>
    <posY>165</posY>
    <label>624</label>
    <onleft>10</onleft>
    <onright>10</onright>
    <onup>6</onup>
    <ondown>8</ondown>
    </control>

    Thanks for testing & reporting (keep them coming!) :D

    Regards
    Roy
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Should be fixed in the next public build after this message :)

    :D for testing & reporting

    Regards
    Roy
     

    Users who are viewing this thread

    Top Bottom