[Mono-bugs] [Bug 414700] New: System.Windows.Forms.XplatUICarbon. SetClipRegion not implemented
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Aug 5 08:57:46 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=414700
Summary: System.Windows.Forms.XplatUICarbon.SetClipRegion not
implemented
Product: Mono: Class Libraries
Version: 1.9
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: jbworld.central at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=231782)
--> (https://bugzilla.novell.com/attachment.cgi?id=231782)
Test solution for error
One of my applications uses the Form's region property to create rounded
corners. However, this gives me a runtime error on OSX:
Unhandled Exception: System.NotImplementedException: The requested feature is
not implemented.
at System.Windows.Forms.XplatUICarbon.SetClipRegion (IntPtr hwnd,
System.Drawing.Region region) [0x00000] in
/private/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUICarbon.cs:1667
at System.Windows.Forms.XplatUI.SetClipRegion (IntPtr handle,
System.Drawing.Region region) [0x00000] in
/private/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:966
at System.Windows.Forms.Control.set_Region (System.Drawing.Region value)
[0x00017] in
/private/tmp/monobuild/build/BUILD/mono-1.9.1/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3135
(and so on, traced back to Main())
You will find an example application in my attachment
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list