View Issue Details

IDProjectCategoryView StatusLast Update
0006216JEDI VCL00 JVCL Componentspublic2014-12-04 16:30
ReporteriyudincevAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionsuspended 
Product Version3.47 
Target VersionFixed in Version 
Summary0006216: TJvCheckTreeView does not draw checkboxes
DescriptionDrop TJvCheckTreeView to a form, set Checkboxes property, then add a node at runtime:

procedure TForm1.Button1Click(Sender: TObject);
var root: TJvTreeNode;
begin
  root := JvCheckTreeView1.Items.AddChildObject(nil, 'root', nil) as TJvTreeNode;
  root.Checked := True;
end;

The item is added with an invisible checkbox, it is drawn when unchecked.
Additional InformationDelphi 7, Windows XP, Windows 7.
TagsNo tags attached.

Activities

obones

2013-12-13 11:07

administrator   ~0020746

Please try with the latest JVCL version in GIT (or daily zip) and then send us a zipped file containing the sources of an application showing the issue.

obones

2014-12-04 16:30

administrator   ~0021109

No news, suspending the issue

Issue History

Date Modified Username Field Change
2013-10-17 14:31 iyudincev New Issue
2013-12-13 11:07 obones Note Added: 0020746
2013-12-13 11:07 obones Status new => feedback
2014-12-04 16:30 obones Note Added: 0021109
2014-12-04 16:30 obones Status feedback => resolved
2014-12-04 16:30 obones Resolution open => suspended
2014-12-04 16:30 obones Assigned To => obones