View Issue Details

IDProjectCategoryView StatusLast Update
0003233JEDI VCL00 JVCL Componentspublic2005-09-26 12:21
ReporterCMainzerAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0003233: TJvTreeView.SetItemIndex - failed
DescriptionI 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;
TagsNo tags attached.

Activities

AHUser

2005-09-26 12:21

developer   ~0007983

Fixed in CVS.

Issue History

Date Modified Username Field Change
2005-09-26 09:13 CMainzer New Issue
2005-09-26 12:21 AHUser Status new => resolved
2005-09-26 12:21 AHUser Resolution open => fixed
2005-09-26 12:21 AHUser Assigned To => AHUser
2005-09-26 12:21 AHUser Note Added: 0007983