1.4.x Themes: BasicHome, Clear Art's support for Titan, Weather icon on screen, bugfixes and more. (11 Viewers)

SilentBob

Portal Pro
January 1, 2011
67
88
Home Country
Germany Germany
the red part seems to evaluate always to true
No:
XML:
  <control>
    <description>DUMMY Basic Home Visible TopBar</description>
    <type>label</type>
    <id>19091</id>
    <posX>0</posX>
    <posY>0</posY>
    <width>1</width>
    <visible>window.isactive(3004) | window.isactive(3005) | window.isvisible(3004) | window.isvisible(3005) | window.istopmost(3004) | window.istopmost(3005) | topbar.focused | topbar.visible</visible>       
  </control>
https://github.com/andrewjswan/medi.../ajs Theme/BasicHome.Main.Dummy.xml#L180-L188

What do you mean by NO?
The Line 155 is: https://github.com/andrewjswan/medi...hemes/ajs Theme/BasicHome.Main.Dummy.xml#L155



Please follow these steps to reproduce:
Disable Topbar: http://wiki.team-mediaportal.com/1_...n/MediaPortal_Configuration/95_Plugins/Topbar
Restart MediaPortal

So it seems to me, that disabled Topbar lets control.isvisible(19091) evaluate always to true
 

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    So it seems to me, that disabled Topbar lets control.isvisible(19091) evaluate always to true
    Why is it always gives you the truth? After all, according to the terms of this should not be.

    @catavolt
    Error in the portal? Or am I then again, I do not know?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    There seem to be some problems with the visibility of topbar items and/or the visibility conditions like topbar.focused etc.
    Away from the media portal, do not tell me how to check the enabled plug-top bar, or is not enabled?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    So it seems to me, that disabled Topbar lets control.isvisible(19091) evaluate always to true
    Try change 19091 to:
    XML:
      <control>
        <description>DUMMY Basic Home Visible TopBar</description>
        <type>label</type>
        <id>19091</id>
        <posX>0</posX>
        <posY>0</posY>
        <width>1</width>
        <visible>plugin.isenabled(Topbar) + [window.isactive(3004) | window.isactive(3005) | window.isvisible(3004) | window.isvisible(3005) | window.istopmost(3004) | window.istopmost(3005) | topbar.focused | topbar.visible</visible>     
      </control>
    And check ... plz ...
     

    SilentBob

    Portal Pro
    January 1, 2011
    67
    88
    Home Country
    Germany Germany
    the red part seems to evaluate always to true
    No:
    XML:
      <control>
        <description>DUMMY Basic Home Visible TopBar</description>
        <type>label</type>
        <id>19091</id>
        <posX>0</posX>
        <posY>0</posY>
        <width>1</width>
        <visible>window.isactive(3004) | window.isactive(3005) | window.isvisible(3004) | window.isvisible(3005) | window.istopmost(3004) | window.istopmost(3005) | topbar.focused | topbar.visible</visible>      
      </control>
    This one fixes the issue, it works fine.

    so now I am still facing the moving pictures issue, the cache was deleted several time:
    i am facing an additional issue with moving pictures view category list
    the text is just placed without background, is this correct?
    Any Ideas for that? can it also be a different configuration?
     

    Users who are viewing this thread

    Top Bottom