- Moderator
- #1
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.
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>
Denmark