window.previous? (1 Viewer)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark

    Harley

    Retired Team Member
  • Premium Supporter
  • May 7, 2004
    2,053
    1,993
    Germany
    Home Country
    Germany Germany
    Hi...I cannot seem to use window.previous(window id) although it is described in the manual:

    MediaPortal1_Development/SkinArchitecture/skin_conditional_visibility - MediaPortal Wiki Documentation

    Anyone here been using this with succes? The code below is my problem atm...it should show the control, if the previous window was the weather window (id 2600) but it doesn't.

    Code:
    <visible>Window.Previous(2600)</visible>


    Do a test with that:

    window.previous(window id)

    <visible>window.previous(2600)</visible>

    Greetings Harley
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #3
    Hi...I cannot seem to use window.previous(window id) although it is described in the manual:

    MediaPortal1_Development/SkinArchitecture/skin_conditional_visibility - MediaPortal Wiki Documentation

    Anyone here been using this with succes? The code below is my problem atm...it should show the control, if the previous window was the weather window (id 2600) but it doesn't.

    Code:
    <visible>Window.Previous(2600)</visible>


    Do a test with that:

    window.previous(window id)

    <visible>window.previous(2600)</visible>

    Greetings Harley

    It doesn't make any difference if you capitalize the functions, if that is what you mean :) Still not working for me.

    Same thing with Control.Focus vs. control.focus. Same thing, seems like MediaPortal isn't to picky about function names.
     

    Users who are viewing this thread

    Top Bottom