How to add more facade items to the Dashboard (1 Viewer)

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    If the properties are not published when an item is selected then its a MediaPortal bug. Is it the first item selected that does not get published or all items? I recall an issue from long ago when the facade first gets focused it did not register the item as selected.

    It's very difficult to understand your issues so you will need to debug this yourself.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,499
    10,378
    Kyiv
    Home Country
    Ukraine Ukraine
    recall an issue from long ago when the facade first gets focused it did not register the item as selected.
    Yes, I have such an error. And if you go from the show to the film, then filled in the properties for the series and for the film. After some time, the property for the series cleans. I deduced the two properties to the screen, watching how they behave.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm, when i use this ...

    XML:
    <control>
    <description>Show #1 Rating Icon</description>
    <type>image</type>
    <id>0</id>
    <posX>1624</posX>
    <posY>549</posY>
    <width>29</width>
    <height>27</height>
    <texture>#Trakt.Show.0.Ratings.Icon.png</texture>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>control.HasFocus(98301)</visible>
    </control>
    <control>
    <description>Show #1 Rating</description>
    <type>label</type>
    <id>0</id>
    <posX>1670</posX>
    <posY>549</posY>
    <width>840</width>
    <font>font10</font>
    <textcolor>ffffffff</textcolor>
    <label>#Trakt.Show.0.Ratings.Percentage%</label>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>control.HasFocus(98301)</visible>

    But it shows allways, and everytime for the first show and is not switching...
     

    Users who are viewing this thread

    Top Bottom