[fixed] Instead of TopBar Blue Empty Bar on bottom of Screen (1 Viewer)

SilentException

Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    It might be the <id>0 for the control.

    I remember vaguely from debugging OSD issues that it is sometimes needed to assign unique control IDs. I won't go into details to explain why - but it's related to IDs 0 and 1 already being used. I'm not sure that it will help but for now, can you try changing that control ID to 13371337 for example?

    <control>
    <description>background image to cover above images when changing screen resolution</description>
    <type>image</type>
    <id>13371337</id>
    <posX>520</posX>
    <posY>635</posY>
    <width>350</width>
    <height>40</height>
    <texture>blue.png</texture>
    <visible>control.isvisible(111)+control.isVisible(10)|control.isVisible(11)|control.isVisible(12)</visible>
    </control>
     

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Hi,

    Simple as that. I changed the control ID, and problem solved.

    I have tested again with TV, and I still cannot reproduce the problem there.

    In mytvfullscreen.xml and videofullscreen.xml there is only this one control with ID 0. However, there must be enough other differences.

    I guess for now we simply need to change this ID to something unique (only in videofullscreen.xml).

    Mark
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,363
    10,399
    Königstein (Taunus)
    Home Country
    Germany Germany
    AW: Instead of TopBar Blue Empty Bar on bottom of Screen

    Will change it then to a unique number and commit. :D for all your efforts ;)
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,363
    10,399
    Königstein (Taunus)
    Home Country
    Germany Germany
    AW: Instead of TopBar Blue Empty Bar on bottom of Screen

    Fixed and committed in SVN 27952, respective Mantis 3533 closed ;)
     

    Users who are viewing this thread

    Top Bottom