Page 1 of 1

Windows fadeout flicker

Posted: Sun Dec 18, 2011 1:23 pm
by Deniil
Not sure if this have been filed or fixed but since it wasn't fixed between update 2 and 3 I thought I'd file it here.

When a window is set to fade away when closed (like for example http://www.onyxsoft.se/files/mplayergui.lha which is hardcoded to do this), the window often flashes back to full opacity just the moment is it closed.

I believe the reason for this is that just as the window is to be removed the parent (or next or whatever) window becomes active. This makes the closing window inactive triggering a redraw of the window frame or something which happens at full opacity just a fraction of a second before it is removed from the screen.

Or perhaps the fadedown overflows into a negative number resulting in full or almost full opacity just before closing.

Re: [BUG] Windows fadeout flicker

Posted: Sun Dec 18, 2011 3:10 pm
by Raziel
I had this behviour with upd2 and AutoPoint running.
it was reproduceable avery time i move the mouse away from MPlayer-GUI.

Alas i cannot trigger this behaviour at all anymore, not even with AutoPoint...fades away smootly

Re: [BUG] Windows fadeout flicker

Posted: Wed Dec 21, 2011 3:39 pm
by Deniil
I always start MPlayer-GUI from an auto-closing subdock. It seems like it mostly happens when closing MPlayer-GUI when started from there.

Re: [BUG] Windows fadeout flicker

Posted: Wed Dec 21, 2011 8:53 pm
by Raziel
Deniil wrote:I always start MPlayer-GUI from an auto-closing subdock. It seems like it mostly happens when closing MPlayer-GUI when started from there.
The it will probably only happen when some other window(?)/subdock is being closed right before MPlayer is closed?

Does it happen for you if you open/close MPlayer-GUI from its icon?

Re: Windows fadeout flicker

Posted: Thu Dec 22, 2011 12:27 pm
by Deniil
In the short tests I did I couldn't reproduce it when starting from the icon. Tried different combinations of starting, closing the parent WB window, closing MP-GUI and stuff. Did test very thoroughly though.

But the subdock of course closes pretty much immediately when I start MP-GUI since it closes automatically. MP-GUI itself I may close hours later after having opened and closed dussins of other windows. Hard to tell exactly what's causing it. MP-GUI itself is a normal RA GUI window without any trickery AFAIK.

I'll try to create a reproducible test case, although in normal uses (i.e. not just start and close) it always happens for me.