http://bugzilla.novell.com/show_bug.cgi?id=584070
http://bugzilla.novell.com/show_bug.cgi?id=584070#c0 Summary: ListView SelectedItems/SelectedIndices doesn't function Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: x86 OS/Version: Windows XP Status: NEW Severity: Normal Priority: P5 - None Component: Windows.Forms AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=345456) --> (http://bugzilla.novell.com/attachment.cgi?id=345456) testcase unnamed.cs User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; NET4.0C; .NET4.0E) In the attached testcase a ListView in detailed view and MultiSelect is created. When selecting one or more lines, the returned number of Count for SelectedItems and SelectedIndices is zero. I guess this is implemented, but for some reason doesn't come out (see additional information) Reproducible: Always Steps to Reproduce: 1.compile and run attached testcase 2.click one or more lines to select them 3.close the form, see messageboxes showing the Count property Actual Results: Count property is always zero This happens on Suse Linux too. The weird thing is, that, when debugging with my own Soft-Debugger implementation [1], the Count values are appearing right. Curiously, MD's Soft-Debugger shows also zero results. That's why i think the Properties are implemented, but maybe there is a access issue with it. [1] http://www.andreas-flucke.homepage.t-online.de/AFDLite/download.html -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
