Kodi Community Forum

Full Version: Problems with boolean conditionals..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to use Window.Previous(xx) (in my Orbs skin), as a conditional visibility, but i cannot get it to work, I'm wondering if it work only as a animation condition and not as a visibility one.

I mean :

<visible>!Window.Previous(MyPrograms)</visible>

Could work or not?

Tnx JMarshall in advance.
Smile


Edit: Damn I was logged with my second nick, I'm KoTiX Tongue
Window.Previous(MyPrograms) is only valid while the animation is taking place, yes. Once the animation has finished, it is reset.
Tnx man Smile