[solved] Vertical list with Banners or backdrops on basichome for latest added (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,648
    10,602
    Kyiv
    Home Country
    Ukraine Ukraine

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    FacadeControl
    Can I use it vertical and works like the actual facadeview ?

    The other way over 4 latest added buttons i must have all on desk there is no scrolling right ?
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Ok, i can't get it as a list with scrolling so i use latest 1 - 4. This should work for me to. Now my problem is, i have this one and it works fine

    XML:
    <control>
    <description>Latest Thumb 2</description>
    <type>image</type>
    <id>0</id>
    <posX>1510</posX>
    <posY>200</posY>
    <width>336</width>
    <height>189</height>
    <texture mask="LatestMedia_poster_mask.png">#latestMediaHandler.tvseries.latest2.fanart</texture>
    <shouldCache>true</shouldCache>
    <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>string.equals(#skin.enable.latest.Series,true) + string.equals(#latestMediaHandler.tvseries.latest.enabled,true) + plugin.isenabled(MP-TV Series) + control.HasFocus(7) | control.HasFocus(91919995) | control.HasFocus(1400) | control.HasFocus(1401) | control.HasFocus(1402) | control.HasFocus(1403) | control.HasFocus(1404)</visible>
    </control>
    <control>
    <description>Play Button</description>
    <type>button</type>
    <id>91919995</id>
    <posX>1643</posX>
    <posY>246</posY>
    <width>70</width>
    <height>70</height>
    <hyperlink>9811</hyperlink>
    <hyperlinkParameter>#lm.tvseries.latest1.id</hyperlinkParameter>
    <textureFocus>movpics_play.png</textureFocus>
    <textureNoFocus>movpics_play.png</textureNoFocus>
    <label></label>
    <onleft>55512</onleft>
    <onright>7</onright>
    <onup>7</onup>
    <ondown>91919995</ondown>
    <font>font12</font>
    <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 allowhiddenfocus="true">control.hasfocus(91919995)</visible>
    </control>

    How can i get
    #latestMediaHandler.tvseries.selected.fanart1
    as background, when the <id>91919995</id> has focus ?

    Or is this "selected" only works with facadeview and <id>919199940</id> ?

    And the <id>91919995</id> should i use this, or is this not necessary for my method ?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,648
    10,602
    Kyiv
    Home Country
    Ukraine Ukraine
    #latestMediaHandler..........selected.fanart1 for facadecontrol, use #latestMediaHandler.........latest[1,2,3,4].fanart for buttons ...
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    That facadeview can only shown in horizontal, is this limited by skin engine or by lmh plugin, that he can't shown in vertical ?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,648
    10,602
    Kyiv
    Home Country
    Ukraine Ukraine

    Users who are viewing this thread

    Top Bottom