View Issue Details

IDProjectCategoryView StatusLast Update
0002087JEDI VCL00 JVCL Componentspublic2004-08-23 11:38
ReportercraigismAssigned Tojfudickar 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0002087: Saving the font settings (TJvFormStorage)
DescriptionThe 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 InformationSee sample project.
TagsNo tags attached.

Activities

2004-08-23 08:01

 

INIProjects.zip (1,433 bytes)

nestor

2004-08-23 09:06

reporter   ~0005068

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

jfudickar

2004-08-23 11:38

developer   ~0005069

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

Issue History

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