I have an animation as so:
...using the visibility of the channel group select dialog called with sendclick(28) as it's condition. This seems to work ok when I reload the skin (have this mapped to F5), however if I go back out of the tv guide and then back in again, the animation does not seem to realise that the select dialog is now visible again (it is called with an <onopen> tag. Do I need to reload the window or something when reopening it?
Quote:<animation effect="slide" start="0" end="-347" time="200" tween="sine" condition="!Window.IsVisible(selectdialog)|!Control.IsVisible(2000)">Conditional</animation>
<animation effect="slide" start="0" end="0" time="200" tween="sine" condition="Window.IsVisible(selectdialog)|Control.IsVisible(2000)">Conditional</animation>
...using the visibility of the channel group select dialog called with sendclick(28) as it's condition. This seems to work ok when I reload the skin (have this mapped to F5), however if I go back out of the tv guide and then back in again, the animation does not seem to realise that the select dialog is now visible again (it is called with an <onopen> tag. Do I need to reload the window or something when reopening it?