PDA

View Full Version : problem with conditional visibility


Jeroen
2008-06-14, 15:00
I have two simple infolabels which I want to hide by using either a fade animation or visibility condition. The condition is if Window ID 107 (DialogKaiToast.xml ) is active. For some reason it doesn't work using either an animation or a <visible>!Window.IsActive(107)</visible> condition. When I try the same with other dialogs like dialogyesno.xml, it does work. Is there a special status to Window ID 107 or something ???

Jeroen
2008-06-14, 15:35
nvm, after a restart of XBMC it started working :sniffle: Should have tried that before posting

Jezz_X
2008-06-14, 21:31
IsVisible woul dprobably be better anyway because I think IsActive relies on the window having focus