Conditional Hide (1 Viewer)

Harley

Retired Team Member
  • Premium Supporter
  • May 7, 2004
    2,053
    1,993
    Germany
    Home Country
    Germany Germany
    hwahrmann

    ..absolute great, works like a charm :D

    Many Thanks for that !!!

    Greetings Harley
     

    mofux

    Portal Designer
  • Premium Supporter
  • January 27, 2006
    678
    34
    Dresden, Germany
    now that hwahrmann introduced that new visible conditioning stuff, we don't need that patch anymore (we have even more possiblities then just showing the selectedthumb now)... but thanks anyways kurtis... if you got questions about what hwahrmann did, drop a line here :D
     

    Kurtis

    Portal Member
    April 17, 2007
    11
    2
    49
    Home Country
    United States of America United States of America
    Yeah, my patch is completely superfluous.

    I'm likely to be messing around with more code. I'm assuming I need to submit patches to somebody?
     

    mirk

    Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    It's a bit different then mofux described above.
    needed to change something.

    Based on which Viewmode you are, you can set the visibility of controls.
    the view modes are specified with:
    facadeview.album
    facadeview.filmstrip
    facadeview.list
    facadeview.largeicons
    facadeview.playlist
    facadeview.smallicons


    so if you want a specific control to appear only, while for example in List view:

    <control>
    ....
    <description>some image or any other control, could also be a group</description>
    <visible>facadeview.list</visible>
    </control>

    works from SVN 15491

    I just added this to the wiki.
    You can find it here. http://wiki.team-mediaportal.com/SkinArchitecture/skin_conditional_visibility
     

    Users who are viewing this thread


    Write your reply...
    Top Bottom