View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003233 | JEDI VCL | 00 JVCL Components | public | 2005-09-26 09:13 | 2005-09-26 12:21 |
| Reporter | CMainzer | Assigned To | AHUser | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.00 | ||||
| Target Version | Fixed in Version | 3.10 | |||
| Summary | 0003233: TJvTreeView.SetItemIndex - failed | ||||
| Description | I couldn't set a new ItemIndex. When I set the property "Selected" direct then it's Ok. In the function "setItemIndex" you have to replace "ItemIndex" with "Value". procedure TJvTreeView.SetItemIndex(const Value: Integer); begin if ItemIndex = -1 then // <- replace ItemIndex with Value Selected := nil else Selected := Items[Value]; end; | ||||
| Tags | No tags attached. | ||||