View Issue Details

IDProjectCategoryView StatusLast Update
0002259JEDI VCL00 JVCL Componentspublic2004-10-25 02:32
ReporterjvonkorffAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.00 
Target VersionFixed in Version3.00 RC 1 
Summary0002259: JVFileListBox fails to supply full file name
DescriptionIn TJVFileListBox, the filelistbox displays the filename without extension. That makes it difficult to use when you need the file name and extension. I modified the code in TJFileListBox.ReadFileNames so that it now reads
Items.Add(Format(....., [Fileinfo.name])
and I:=Items.Add(Fileinfo.name)
and this resolved the difficulty for me.

Thank you.
TagsNo tags attached.

Activities

user72

2004-10-25 02:32

  ~0005476

This has been fixed in JVCL 3.00 by adding a ForceFileExtensions property to the class. If true, extensions are always shown. If false, extensions are only shown if the user has selected "Show extensions for registered file types" in the Explorer Settings.

Issue History

Date Modified Username Field Change
2004-10-23 14:50 jvonkorff New Issue
2004-10-25 02:32 user72 Status new => resolved
2004-10-25 02:32 user72 Resolution open => fixed
2004-10-25 02:32 user72 Assigned To => user72
2004-10-25 02:32 user72 Note Added: 0005476