View Issue Details

IDProjectCategoryView StatusLast Update
0004960JEDI VCL00 JVCL Componentspublic2009-10-01 10:51
ReportermhAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.37 
Target VersionFixed in Version 
Summary0004960: TJvImageListBox.Items -> TFont dialog doesn't update settings of the entry after close
DescriptionA TJvImageListBox contains items and each item can have its own font settings. So far so good. But the font settings dialog doesn't store the changed settings (like bold) in the items font properly if being closed via OK button. So one has to manually rechange those settings in the items property.

This is at least under D2007 with all updates.
TagsNo tags attached.

Activities

obones

2009-10-01 10:51

administrator   ~0016208

You must remove puFont from the "ListPropertiesUsed" property on the item before the Font is considered for use.
When setting the properties of the TFont object on the item, if puFont is set, then you are actually changing the list's Font property.

Issue History

Date Modified Username Field Change
2009-09-25 17:14 mh New Issue
2009-10-01 10:51 obones Note Added: 0016208
2009-10-01 10:51 obones Status new => resolved
2009-10-01 10:51 obones Resolution open => no change required
2009-10-01 10:51 obones Assigned To => obones