[Mono-bugs] [Bug 342515] [Patch] Form: WM_ACTIVATEAPP not handled in forms

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 8 06:55:25 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=342515

User ecanuto at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=342515#c8


Everaldo Canuto <ecanuto at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                                        |RESOLVED
         Resolution|                                                |WORKSFORME




--- Comment #8 from Everaldo Canuto <ecanuto at novell.com>  2008-05-08 04:55:25 MST ---
Well, I take a look again at the problem and we dont really need to implement
WM_ACTIVATEAPP, we are not going to implement all Win32 messages, our objective
is to implement WinForms api.

Well, at first I just see that we really dont implement it like in Win32 but
looking again I see that it works fine if you use minimize button and we have
in Mono same behavior when window is minimized using taskbar.

On Win32 when you minimize using taskbar an activate event is shot, it looks to
be a bug in .NET, it looks like they activate and deactivate because they
activate app in WM_ACTIVATE and later deactivate in WM_ACTIVATEAPP.

We can implement it on Mono but I dont think that is a kind of .NET bug that is
supposed to implement, in my opinion our behavior looks to be ok.

I will mark bug as WORKSFORNE and if found out any case where this must be
implemented let me know.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list