Icon View Incident Report

Minor Minor
Reported By: Matthew Jones
Reported On: 11/28/2013
For: Version 1.02 Build 2
# 3964 Duplicate TComboBox List Items Causes Problems with Getting/Setting ItemIndex Property

If you have a combobox with three items:

gather
gather2
gather

and the following code, you cannot get the ItemIndex to be other than 0 or 1. Selecting the third item sets ItemIndex to 0, not 2. I can't see a way to associate any other data with it.

procedure TMyForm.lstNamesChange(Sender: TObject);
begin
   editListInfo.Text := IntToStr(lstNames.ItemIndex);
end;



Resolution Resolution
Fixed Problem on 12/2/2013 in version 1.03 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image