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=77882 --- shadow/77882 2006-03-23 03:11:27.000000000 -0500 +++ shadow/77882.tmp.3115 2006-03-23 19:39:58.000000000 -0500 @@ -1,12 +1,12 @@ Bug#: 77882 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: Slackware 10.1, Linux Kernel 2.6.12 -Status: REOPENED +Status: NEEDINFO Resolution: Severity: Unknown Priority: Minor Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -161,6 +161,22 @@ at System.Windows.Forms.TextBoxBase.WndProc () at System.Windows.Forms.TextBox.WndProc () at System.Windows.Forms.Control+ControlNativeWindow.WndProc () at System.Windows.Forms.NativeWindow.WndProc () Does this help you? + +------- Additional Comments From [EMAIL PROTECTED] 2006-03-23 19:39 ------- +Well, you're not on recent code, because the debug messages you're +getting ("Creating caret", "Destroying caret") have been removed for +a while. Unless the snapshot build went gaga it should not contain +code that installs that. I uploaded a current SWF dll for you here: +http://svn.myrealbox.com/mwf/System.Windows.Forms.dll + +To install, switch to the directory you downloaded the file to and +type "gacutil -i System.Windows.Forms.dll" + +The dll is a 1.1 build, so compile your code with mcs, not gmcs to +use it. + +As long as you get the Creating/Destroying caret output you're +running old stuff. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
