View Issue Details

IDProjectCategoryView StatusLast Update
0005014JEDI VCL00 JVCL Componentspublic2009-11-15 13:58
ReporterchickenrudiAssigned Tojfudickar 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.38 
Target VersionFixed in Version 
Summary0005014: TJvCustomAppStorage.ReadStringObjectList ignores ItemCreator
DescriptionIf I use the overriding function ...

TJvCustomAppStorage.ReadStringObjectList(const Path: string; const SL: TStrings; ItemCreator: TJvAppStorageObjectListItemCreateEvent; const ClearFirst: Boolean = True; const ItemName: string = cItem): Integer;

... the parameter "ItemCreator" is being ignored completely. The result is that the function crashes with an access violation when I call it.
TagsNo tags attached.

Activities

obones

2009-11-12 09:48

administrator   ~0016868

Please provide the zipped sources of a sample application showing this

2009-11-12 23:18

 

AppStorageTest.zip (1,565 bytes)

chickenrudi

2009-11-12 23:43

reporter   ~0016871

Sorry, I made a small mistake, the next simple example is much better.

2009-11-12 23:46

 

AppStorageTest2.zip (1,768 bytes)

jfudickar

2009-11-15 13:58

developer   ~0016882

Thanks for the sample.
With the sample the bugfix was easy :-)

So fixed in svn.

Issue History

Date Modified Username Field Change
2009-11-10 18:21 chickenrudi New Issue
2009-11-12 09:48 obones Note Added: 0016868
2009-11-12 09:48 obones Status new => feedback
2009-11-12 23:18 chickenrudi File Added: AppStorageTest.zip
2009-11-12 23:43 chickenrudi Note Added: 0016871
2009-11-12 23:46 chickenrudi File Added: AppStorageTest2.zip
2009-11-15 13:57 jfudickar Assigned To => jfudickar
2009-11-15 13:58 jfudickar Note Added: 0016882
2009-11-15 13:58 jfudickar Status feedback => resolved
2009-11-15 13:58 jfudickar Resolution open => fixed