https://bugzilla.novell.com/show_bug.cgi?id=657478
https://bugzilla.novell.com/show_bug.cgi?id=657478#c2 Miguel de Icaza <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Miguel de Icaza <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
