Conditional OnLeft/OnRight etc
#1
Would it be possible to have conditions on onleft, onright etc? The reason I ask is because sometie we need to have different actions triggered depending on what is visible at the time but at the moment to do that means having 2 versions of the control with different directional actions.

Being able to do something like the following would be fantastic:

Code:
<onleft condition="Control.IsVisible(61)">61<onleft>
<onleft condition="!Control.IsVisible(61)">9009</onleft>
Reply
#2
Why not pop the destination controls in a group? That should then take care of it in most cases.

Alternatively, if control 61's onleft goes to 9009 then it'll just skip over the missing ones.

Perhaps you could detail why something like this won't do what you require?

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Conditional OnLeft/OnRight etc0