bugDotGNU Portable.NET - Bugs: bug #7198, FileDialog property ignored

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #7198: FileDialog property ignored

Submitter:  None
Submitted:  Mon 12 Jan 2004 08:14:51 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Thu 22 Jan 2004 05:12:33 AM UTC, comment #2: 

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".

Rhys Weatherley <rweather>
Group administrator
Mon 12 Jan 2004 08:46:51 AM UTC, comment #1: 

Corrected description:  CheckFileExists and CheckPathExists are not updated to indicate whether or not the file name was found.

Anonymous
Mon 12 Jan 2004 08:14:51 AM UTC, 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);

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-01-22 rweather StatusNone Works For Me
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code