View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002885 | JEDI VCL | 00 JVCL Components | public | 2005-04-17 06:45 | 2005-04-24 02:46 |
Reporter | anonymous | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0002885: TJVMRUManager populates values in incorrect order on initial load | ||||
Description | If you use MRU manager to add the most recent file to the top of the list (Insert mode), then when you first populate the data, you must set it to Append Mode before adding data, then set it to Insert mode after adding data. mainform.recentFiles.Mode := rmAppend; mainForm.recentfiles.strings.text := getStringHKCU( rFileHistory, '' ); mainform.recentFiles.Mode := rmInsert; Strings.text should add in the same order as the string given it - ie it should ignore the fMode settings. | ||||
Tags | No tags attached. | ||||