зеркало из https://github.com/mono/mail-archives.git
164 строки
4.8 KiB
HTML
164 строки
4.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 428006] New: ListViewItemSorter property for FileDialog to folow . Net functions [Patch]
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20428006%5D%20New%3A%20ListViewItemSorter%20property%20for%0A%20FileDialog%20to%20folow%20.%20Net%20functions%20%5BPatch%5D&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="079675.html">
|
|
<LINK REL="Next" HREF="079794.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 428006] New: ListViewItemSorter property for FileDialog to folow . Net functions [Patch]</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20428006%5D%20New%3A%20ListViewItemSorter%20property%20for%0A%20FileDialog%20to%20folow%20.%20Net%20functions%20%5BPatch%5D&In-Reply-To="
|
|
TITLE="[Mono-bugs] [Bug 428006] New: ListViewItemSorter property for FileDialog to folow . Net functions [Patch]">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Fri Sep 19 18:17:32 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="079675.html">[Mono-bugs] [Bug 427986] New: Crash when reporting CS0426
|
|
</A></li>
|
|
<LI>Next message: <A HREF="079794.html">[Mono-bugs] [Bug 428006] ListViewItemSorter property for FileDialog to folow . Net functions [Patch]
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#79676">[ date ]</a>
|
|
<a href="thread.html#79676">[ thread ]</a>
|
|
<a href="subject.html#79676">[ subject ]</a>
|
|
<a href="author.html#79676">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=428006">https://bugzilla.novell.com/show_bug.cgi?id=428006</A>
|
|
|
|
|
|
Summary: ListViewItemSorter property for FileDialog to folow .Net
|
|
functions [Patch]
|
|
Product: Mono: Class Libraries
|
|
Version: SVN
|
|
Platform: All
|
|
OS/Version: All
|
|
Status: NEW
|
|
Keywords: patch
|
|
Severity: Enhancement
|
|
Priority: P5 - None
|
|
Component: Windows.Forms
|
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">surfzoid2002 at yahoo.fr</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
CC: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">ecanuto at novell.com</A>
|
|
Found By: DeveloperNet
|
|
|
|
|
|
Created an attachment (id=240669)
|
|
--> (<A HREF="https://bugzilla.novell.com/attachment.cgi?id=240669">https://bugzilla.novell.com/attachment.cgi?id=240669</A>)
|
|
The Patch
|
|
|
|
[Patch]
|
|
Hi
|
|
i add the listview item comparer for FileDialog, like this in a FSdlg,
|
|
yu can click to a collumn header (details view) to change the order,
|
|
like in .NET.
|
|
a perfect think, should be to add "order by group".
|
|
|
|
At this time, this patch provide similar way as .NET, except for one
|
|
thing, with .NET that work as it, yu click on the first column header
|
|
it order asc and class by the first column item, yu click on the 2th
|
|
column header, it order asc and class by the 2th clm header.
|
|
Mine patch, change order asc/desc, each time yu click on a column, it
|
|
will need to copy paste my method for each column and dont continu to
|
|
use the same click event void to use my order function/class.
|
|
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="079675.html">[Mono-bugs] [Bug 427986] New: Crash when reporting CS0426
|
|
</A></li>
|
|
<LI>Next message: <A HREF="079794.html">[Mono-bugs] [Bug 428006] ListViewItemSorter property for FileDialog to folow . Net functions [Patch]
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#79676">[ date ]</a>
|
|
<a href="thread.html#79676">[ thread ]</a>
|
|
<a href="subject.html#79676">[ subject ]</a>
|
|
<a href="author.html#79676">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|