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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=342515#c8


Everaldo Canuto <[EMAIL PROTECTED]> changed:

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




--- Comment #8 from Everaldo Canuto <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to