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=82747 --- shadow/82747 2007-09-12 11:57:49.000000000 -0400 +++ shadow/82747.tmp.30577 2007-09-12 15:10:30.000000000 -0400 @@ -25,6 +25,29 @@ in the MainForm ------- Additional Comments From [EMAIL PROTECTED] 2007-09-08 06:16 ------- Created an attachment (id=19996) Standalone repro + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-12 15:10 ------- +Gert Driesen +I'm french and not complety familiar wuth english, so i'm not sur to +understand corectly wath the sample meen, but it's something about +relation between textbox visble or not and Dropdown button, i don't +see any bug when i execute it. + +In fact my bigest problem is the texbox should and do it under +windows, automaticaly have enout space to complety display the path of +dirs where the user of my soft navigate. +under windows i try once time to say in texbox.textchange event +something like textbox.witdh = textbox.text.length. +and size change corectly under windows but never under linux. + +A good thing is your sample and it "textbox2", yu have define size +with this : + _textBox2.Size = new Size(265, 60); +Start the sample and put in memory the look of the textbox2 +Close the program and chage as it : + _textBox2.Size = new Size(500, 60); +compare the "new" image with the one in your memory, nothing change +about size. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
