[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bug #5583] TextBox will not create specified height w
From: |
nobody |
Subject: |
[Pnet-developers] [bug #5583] TextBox will not create specified height when Multiline declared true afterwards |
Date: |
Fri, 26 Sep 2003 12:56:17 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030904 Mozilla Firebird/0.6.1 |
=================== BUG #5583: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5583&group_id=353
Changes by: Adam Ballai <address@hidden>
Date: Fri 09/26/2003 at 16:56 (GMT)
------------------ Additional Follow-up Comments ----------------------------
forgot to attach test case
------------------ Additional Bug Attachment ----------------------------
File name: ControlTest4.cs Size:0 KB
non-working multiiline textbox
http://savannah.gnu.org/bugs/download.php?group_id=353&bug_id=5583&bug_file_id=684
=================== BUG #5583: FULL BUG SNAPSHOT ===================
Submitted by: minddog Project: DotGNU Portable.NET
Submitted on: Fri 09/26/2003 at 16:53
Category: None Severity: 5 - Major
Bug Group: None Resolution: None
Assigned to: None Status: Open
Summary: TextBox will not create specified height when Multiline declared true
afterwards
Original Submission: This will create a multiline textbox , works on .net
txtBox.Text = "test";
txtBox.Multiline = true;
txtBox.Width = 300;
txtBox.Height = 400;
This won't create a multiline textbox , works on .net as well
txtBox.Text = "test";
txtBox.Width = 300;
txtBox.Height = 400;
txtBox.Multiline = true;
This is high priority for demo, and I don't know neil's code very well, neil
can you fix this asap?
Follow-up Comments
*******************
-------------------------------------------------------
Date: Fri 09/26/2003 at 16:56 By: minddog
forgot to attach test case
CC list is empty
File Attachments
****************
-------------------------------------------------------
Date: Fri 09/26/2003 at 16:56 Name: ControlTest4.cs Size: 0KB By: minddog
non-working multiiline textbox
http://savannah.gnu.org/bugs/download.php?group_id=353&bug_id=5583&bug_file_id=684
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5583&group_id=353
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/