View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002259 | JEDI VCL | 00 JVCL Components | public | 2004-10-23 14:50 | 2004-10-25 02:32 |
Reporter | jvonkorff | Assigned To | user72 | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.00 | ||||
Target Version | Fixed in Version | 3.00 RC 1 | |||
Summary | 0002259: JVFileListBox fails to supply full file name | ||||
Description | In 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. | ||||
Tags | No tags attached. | ||||
|
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. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-10-23 14:50 | jvonkorff | New Issue | |
2004-10-25 02:32 |
|
Status | new => resolved |
2004-10-25 02:32 |
|
Resolution | open => fixed |
2004-10-25 02:32 |
|
Assigned To | => user72 |
2004-10-25 02:32 |
|
Note Added: 0005476 |