[Mono-bugs] [Bug 72252][Wis] Changed - ListView is not being cleared.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Feb 2005 18:43:38 -0500 (EST)


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 rogerio.araujo@gmail.com.

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

--- shadow/72252	2005-02-05 18:38:03.000000000 -0500
+++ shadow/72252.tmp.16582	2005-02-05 18:43:38.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72252
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rogerio.araujo@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,23 @@
 lvwLocalFileSystem.Items.Add(lviItem) ;
 
 ------- Additional Comments From rogerio.araujo@gmail.com  2005-02-05 18:38 -------
 Created an attachment (id=14096)
 The application that raises some ListView bugs...
 
+
+------- Additional Comments From rogerio.araujo@gmail.com  2005-02-05 18:43 -------
+Please remove this part from SetRemoteDirectory:
+
+if(btnConnect.Text.Equals("Connect"))
+{
+	lviItem = new ListViewItem("Disconnected...");
+	lviItem.SubItems.Add("");
+	lviItem.SubItems.Add("");
+	lvwRemoteFileSystem.Items.Add(lviItem);
+	return;
+}
+
+and this part from  FtpMWF_Load event:
+SetRemoteDirectory("/");
+
+login in any ftp server and see what isn't happens...