View Issue Details

IDProjectCategoryView StatusLast Update
0006358JEDI VCL00 JVCL Componentspublic2014-12-04 15:04
ReporternpravdinAssigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status acknowledgedResolutionopen 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006358: JvCheckTreeView displays wrong state image when the items have been set at design time
DescriptionYou can reproduce the bug with "examples\JvCheckTreeView" (just use Items Editor at design time and add radiobuttons).

This is only an issue when using style cbsJVCL.

My workaround:
JvCheckTreeView1.Checked[JvCheckTreeView1.Items[i]] := True;
JvCheckTreeView1.Items[i].StateIndex := 0;
JvCheckTreeView1.Items[i].StateIndex :=JvCheckTreeView1.CheckBoxOptions.RadioCheckedIndex;
Additional Informationsimilar bug http://issuetracker.delphi-jedi.org/view.php?id=3608
TagsNo tags attached.

Activities

2014-11-19 01:33

 

45467.png (43,890 bytes)
45467.png (43,890 bytes)

Issue History

Date Modified Username Field Change
2014-11-19 01:33 npravdin New Issue
2014-11-19 01:33 npravdin File Added: 45467.png
2014-12-04 15:04 obones Status new => acknowledged