[Mono-bugs] [Bug 657478] .netifiying Mouse Events
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Tue Dec  7 17:06:44 EST 2010
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=657478
https://bugzilla.novell.com/show_bug.cgi?id=657478#c2
Miguel de Icaza <miguel at novell.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
--- Comment #2 from Miguel de Icaza <miguel at novell.com> 2010-12-07 22:06:43 UTC ---
>From IRC:
<miguel> I am not a fan
<miguel> The whole reason for that is because you are trying to use MonoMac as
a directly exposed substrate for the Winforms stuff
<miguel> So that is a bad reason to make this change
<miguel> What you need to do, is expose a parallel hierarchy that hides the
implementation detail
<miguel> ie, you dont do:
<miguel> class View : NSView { }
<miguel> You need to do: class View { NSView myView; }
<miguel> And then any event hooking and configuration happens on that myView,
but it is never part of the public API of View
-- 
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