[Mono-bugs] [Bug 78340][Wis] New - Error in the AutoSize property for LinkLabels

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 9 00:57:10 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 borsanza at gmail.com.

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

--- shadow/78340	2006-05-09 00:57:10.000000000 -0400
+++ shadow/78340.tmp.18288	2006-05-09 00:57:10.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 78340
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: borsanza at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Error in the AutoSize property for LinkLabels
+
+Description of Problem:
+  When in LinkLabel set AutoSize to true, the application have a error.
+
+Steps to reproduce the problem:
+  this.linkLabel2.AutoSize = true; // This line crash the application
+  this.linkLabel2.FlatStyle = System.Windows.Forms.FlatStyle.System;
+  this.linkLabel2.Location = new System.Drawing.Point(24, 176);
+  this.linkLabel2.Name = "linkLabel2";
+  this.linkLabel2.Size = new System.Drawing.Size(160, 16);
+  this.linkLabel2.TabIndex = 8;
+  this.linkLabel2.TabStop = true;
+  this.linkLabel2.Text = "http://www.monocalendar.com/";


More information about the mono-bugs mailing list