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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82653 --- shadow/82653 2007-09-06 11:39:35.000000000 -0400 +++ shadow/82653.tmp.9382 2007-09-06 16:09:23.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 82653 Product: Mono: Class Libraries Version: 1.2 OS: All OS Details: Windows XP SP2 -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Minor Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -33,6 +33,60 @@ 2007-09-06 Jonathan Pobst <[EMAIL PROTECTED]> * ToolStripTextBox.cs: TextBox no longer call OnPaint, we need to use OnPaintInternal instead. Give the internal TextBox a Border property so it can draw itself more correctly. [Fixes bug #82653] + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-06 16:09 ------- +I now get an NRE on startup: + +Unhandled Exception: System.NullReferenceException: Object reference +not set to an instance of an object + +at +System.Windows.Forms.ThemeWin32Classic.CalculateCheckBoxTextAndImageLa +yout +(System.Windows.Forms.ButtonBase,System.Drawing.Point,System.Drawing.R +ectangle&,System.Drawing.Rectangle&,System.Drawing.Rectangle&) +<0x00103> +at +System.Windows.Forms.ThemeWin32Classic.CalculateRadioButtonTextAndImag +eLayout +(System.Windows.Forms.ButtonBase,System.Drawing.Point,System.Drawing.R +ectangle&,System.Drawing.Rectangle&,System.Drawing.Rectangle&) +<0x0005c> +at System.Windows.Forms.RadioButton.Draw +(System.Windows.Forms.PaintEventArgs) <0x000b0> +at System.Windows.Forms.ButtonBase.OnPaint +(System.Windows.Forms.PaintEventArgs) + <0x00011> +at System.Windows.Forms.Control.WmPaint +(System.Windows.Forms.Message&) <0x00182> +at System.Windows.Forms.Control.WndProc +(System.Windows.Forms.Message&) <0x001e2> +at System.Windows.Forms.ButtonBase.WndProc +(System.Windows.Forms.Message&) <0x00067> +at ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) +<0x00014> +at ControlNativeWindow.WndProc (System.Windows.Forms.Message&) +<0x00022> +at System.Windows.Forms.NativeWindow.WndProc +(intptr,System.Windows.Forms.Msg,intptr,intptr) <0x0015c> +at System.Windows.Forms.XplatUIWin32.InternalWndProc +(intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00046> +at (wrapper native-to-managed) +System.Windows.Forms.XplatUIWin32.InternalWndProc + (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x0004d> +at (wrapper managed-to-native) +System.Windows.Forms.XplatUIWin32.Win32DispatchMessage +(System.Windows.Forms.MSG&) <0x00004> +at System.Windows.Forms.XplatUIWin32.DispatchMessage +(System.Windows.Forms.MSG&) + <0x0000a> +at System.Windows.Forms.XplatUI.DispatchMessage +(System.Windows.Forms.MSG&) <0x00015> +at System.Windows.Forms.Application.RunLoop +(bool,System.Windows.Forms.ApplicationContext) <0x00735> +at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) +<0x00024> +at MainForm.Main () <0x0002c> _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
