[Request] (Re)Move library update window
#6
The same thing can (and should) be done for the DialogMusicScan.xml file. I see that this fix for the video dialog has been added to the skin itself on git, maybe the music one should be added too.

EDIT:
Just added more two additional conditional lines to hide the library update window when visualization is in fullscreen or picture slideshow. Basically, I added the following 3 lines to both DialogMusicScan.xml and DialogVideoScan.xml:
Code:
<animation effect="slide" end="0,600" time="400" easing="inout" tween="circle" condition="Window.IsVisible(2005)">Conditional</animation>
<animation effect="slide" end="0,600" time="400" easing="inout" tween="circle" condition="Window.IsVisible(2006)">Conditional</animation>
<animation effect="slide" end="0,600" time="400" easing="inout" tween="circle" condition="Window.IsVisible(2007)">Conditional</animation>
Anyway to compact this into one line and "merge" all 3 window IDs?
Reply


Messages In This Thread
[No subject] - by Hitcher - 2009-04-01, 10:15
[No subject] - by Hitcher - 2009-04-01, 10:56
[No subject] - by CF2009 - 2009-04-01, 10:58
[No subject] - by Hitcher - 2009-04-01, 11:17
[No subject] - by Nazgulled - 2009-04-08, 17:19
[No subject] - by Hitcher - 2009-04-08, 18:23
[No subject] - by Nazgulled - 2009-04-08, 18:43
[No subject] - by diemos - 2009-04-08, 21:10
[No subject] - by krypt2nite - 2009-04-08, 21:13
[No subject] - by Nazgulled - 2009-04-08, 22:20
[No subject] - by Talle - 2009-06-16, 10:47
Logout Mark Read Team Forum Stats Members Help
[Request] (Re)Move library update window0