dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #7198] FileDialog property ignored


From: Rhys Weatherley
Subject: [Pnet-developers] [bugs #7198] FileDialog property ignored
Date: Thu, 22 Jan 2004 00:12:34 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #7198] Latest Modifications:

Changes by: 
                Rhys Weatherley <address@hidden>
'Date: 
                Thu 01/22/04 at 05:12 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Works for me
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Works fine for me with the CVS version.  e.g. if "hello.cs"
appears in the file list, typing "hello" and hitting Enter
will set the final filename to "hello.cs".






/**************************************************************************/
[bugs #7198] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7198>
Project: DotGNU Portable.NET
Submitted by: 0
On: Mon 01/12/04 at 08:14

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Works for me
Assigned to:  None
Status:  Closed


Summary:  FileDialog property ignored

Original Submission:  In class OpenFileDialog, the property (inherited from the 
parent class FileDialog) AddExtension is ignored.

OpenFileDialog ofd = new OpenFileDialog();
string filter = "C# Files|*.cs|All files|*";
ofd.AddExtension = true;
ofd.Filter = filter;
ofd.ShowDialog();
System.Console.WriteLine("filename=" + ofd.FileName);


Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 01/22/04 at 05:12         By: rweather
Works fine for me with the CVS version.  e.g. if "hello.cs"
appears in the file list, typing "hello" and hitting Enter
will set the final filename to "hello.cs".

-------------------------------------------------------
Date: Mon 01/12/04 at 08:46         By: None
Corrected description:  CheckFileExists and CheckPathExists are not updated to 
indicate whether or not the file name was found.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7198>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]