[Mono-bugs] [Bug 76720][Nor] New - DefineCursor not implemented on
Mac OS X
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Nov 16 02:21:29 EST 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by edwardjsabol at iname.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76720
--- shadow/76720 2005-11-16 02:21:29.000000000 -0500
+++ shadow/76720.tmp.18116 2005-11-16 02:21:29.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 76720
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details: Mac OS X 10.3.9
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: edwardjsabol at iname.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DefineCursor not implemented on Mac OS X
+
+A SWF program previously ported from Windows/.NET launched just fine with Mono 1.1.6
+(although it's not fully functional), but it dies on launch with Mono 1.1.10, throwing an exception
+because DefineCursor is not implemented in System.Windows.Forms.XplatUIOSX.
+
+Mono System.Windows.Forms Assembly [Revision: 51965; built: 2005/10/20 3:34:45]
+
+Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type
+initializer for System.Windows.Forms.Splitter ---> System.NotImplementedException: The
+requested feature is not implemented.
+in <0x0007c> System.Windows.Forms.XplatUIOSX:DefineCursor (System.Drawing.Bitmap bitmap,
+System.Drawing.Bitmap mask, Color cursor_pixel, Color mask_pixel, Int32 xHotSpot, Int32
+yHotSpot)
+in <0x000d4> System.Windows.Forms.XplatUI:DefineCursor (System.Drawing.Bitmap bitmap,
+System.Drawing.Bitmap mask, Color cursor_pixel, Color mask_pixel, Int32 xHotSpot, Int32
+yHotSpot)
+in <0x00134> System.Windows.Forms.Cursor:CreateCursor (System.IO.Stream stream)
+in <0x000e8> System.Windows.Forms.Cursor:.ctor (System.Type type, System.String resource)
+in <0x000a4> System.Windows.Forms.Splitter:.cctor ()--- End of inner exception stack trace ---
More information about the mono-bugs
mailing list