Screen issue with DialogSongInfo.xml

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
WheresWaldo Offline
Senior Member
Posts: 169
Joined: Dec 2009
Reputation: 19
Post: #1
When you select a song then hit the info button there is no mask used on the background of DialogSongInfo and it makes it almost impossible to read. Here is a screenshot using the default theme and colors:

[Image: screenshot005.png]

I can't figure out where in the code what the issue is.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #2
Thanks, fixed for next update.

Or to do it now -

Includes_Animations.xml > Line 83 >

PHP Code:
        <animation effect="fade" start="100" end="0" time="200" condition="Window.IsActive(musicinformation) | Window.IsActive(movieinformation) | Window.IsActive(songinformation)">Conditional</animation

[Image: sig_zps3af3b48e.jpg]
find quote
loki131 Offline
Member
Posts: 95
Joined: Dec 2010
Reputation: 0
Post: #3
Hey this is exactly what I was looking for! Well almost... I tried adding Window.IsActive(yesnodialog) and Window.IsActive(okdialog) to line 83 but unfortunately that didn't add the white background. Is there another variable that needs to be set?
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #4
Why? It works now.

[Image: sig_zps3af3b48e.jpg]
find quote
loki131 Offline
Member
Posts: 95
Joined: Dec 2010
Reputation: 0
Post: #5
Sorry, what I am looking for is to add the white background to the "Ok" and "Yes/No" dialog boxes. Its not a problem with Alaska but with a script I'm running (Navi-X, the one you couldn't get to run on your machine). Its not a major deal but a little annoying.
find quote