View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006216 | JEDI VCL | 00 JVCL Components | public | 2013-10-17 14:31 | 2014-12-04 16:30 |
Reporter | iyudincev | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006216: TJvCheckTreeView does not draw checkboxes | ||||
Description | Drop 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 Information | Delphi 7, Windows XP, Windows 7. | ||||
Tags | No tags attached. | ||||
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 |