View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002087 | JEDI VCL | 00 JVCL Components | public | 2004-08-23 08:01 | 2004-08-23 11:38 |
Reporter | craigism | Assigned To | jfudickar | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0002087: Saving the font settings (TJvFormStorage) | ||||
Description | The font settings are no longer being saved to the ini file. I had worked in jedi vcl 3.0 last month. FontDialog.Font JvFormStorage JvAppIniFileStorage Is this a bug? | ||||
Additional Information | See sample project. | ||||
Tags | No tags attached. | ||||
2004-08-23 08:01
|
INIProjects.zip (1,433 bytes) |
|
JvFormStorage component dosn’t save (restore) persistent Soredprops like “Fontâ€. I’ve fixed it by changing the Recursive parameter value from False to True in the call to AppStorage ReadProperty and WriteProperty in JvPropertyStorage unit (located at the end of the unit). |
|
I think the suggestion of nestor is correct, and so i have fixed and uploaded the file. The problem of your StoredValues usage is, that the KeyString property is used to xendcode the stored value. Leave this property empty, and everything is fine. Greetings Jens |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-08-23 08:01 | craigism | New Issue | |
2004-08-23 08:01 | craigism | File Added: INIProjects.zip | |
2004-08-23 09:04 | jfudickar | Status | new => assigned |
2004-08-23 09:04 | jfudickar | Assigned To | => jfudickar |
2004-08-23 09:06 | nestor | Note Added: 0005068 | |
2004-08-23 11:38 | jfudickar | Status | assigned => resolved |
2004-08-23 11:38 | jfudickar | Resolution | open => fixed |
2004-08-23 11:38 | jfudickar | Note Added: 0005069 |