[Mono-bugs] [Bug 79614][Nor] Changed - LinkLabel does not show multiple links properly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Oct 10 09:29:36 EDT 2006


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 sebastien at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79614

--- shadow/79614	2006-10-09 10:55:00.000000000 -0400
+++ shadow/79614.tmp.2197	2006-10-10 09:29:35.000000000 -0400
@@ -28,6 +28,33 @@
 
 
 ------- Additional Comments From toshok at ximian.com  2006-10-09 10:55 -------
 I'm guessing this has something to do with a difference in behavior
 between our libgdi MeasureCharacterRanges and microsoft's, since it
 works fine on linux and .net but not mono on windows.
+
+------- Additional Comments From sebastien at ximian.com  2006-10-10 09:29 -------
+The output seems ok on linux as reported, however the sample app dies
+a few second after showing it's window.
+
+Unhandled Exception: System.NullReferenceException: Object reference
+not set to an instance of an object
+  at System.Windows.Forms.XplatUIX11.SendMessage (IntPtr hwnd, Msg
+message, IntPtr wParam, IntPtr lParam) [0x00007] in
+/home/poupou/svn/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:4198
+  at System.Windows.Forms.XplatUIX11.GetMessage (System.Object
+queue_id, System.Windows.Forms.MSG& msg, IntPtr handle, Int32
+wFilterMin, Int32 wFilterMax) [0x01052] in
+/home/poupou/svn/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:3507
+  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id,
+System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32
+wFilterMax) [0x00000] in
+/home/poupou/svn/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:524
+  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context) [0x002b2] in
+/home/poupou/svn/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:543
+  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form
+mainForm) [0x00000] in
+/home/poupou/svn/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:421
+  at MyFormProject.MainForm.Main (System.String[] args) [0x00000]
+
+I'm updating to latest SVN to try again...


More information about the mono-bugs mailing list