View Issue Details

IDProjectCategoryView StatusLast Update
0005145JEDI VCL00 JVCL Componentspublic2011-06-10 16:09
Reporterflyer199Assigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.39 
Target Version3.40Fixed in Version3.40 
Summary0005145: JvXPBar1ItemClick ElistError
DescriptionJvXPBar raise error 'Exception der Klasse ElistError mit der Meldung ‚Listenindex überschreitet das Maximum (-1) aufgetreten' in ItemClick when I try to show item.hint or item.caption with Delphi 2010 and JVCL 3.39

It did work with Delphi 2009 and JVCL 3.36

See additional information





Additional Informationunit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, JvExControls, JvXPCore, JvXPBar;

type
  TForm1 = class(TForm)
    ScrollBox1: TScrollBox;
    JvXPBar1: TJvXPBar;
    procedure JvXPBar1ItemClick(Sender: TObject; Item: TJvXPBarItem);
  private
    { Private-Deklarationen }
  public
    { Public-Deklarationen }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

procedure TForm1.JvXPBar1ItemClick(Sender: TObject; Item: TJvXPBarItem);
begin
  showmessage(item.Hint);
end;

end.
TagsNo tags attached.

Activities

2010-01-31 19:11

 

EListError Example and infos.rar (5,503 bytes)

obones

2010-03-08 16:21

administrator   ~0017258

Thanks, this is now fixed in SVN

Issue History

Date Modified Username Field Change
2010-01-31 12:26 flyer199 New Issue
2010-01-31 19:11 flyer199 File Added: EListError Example and infos.rar
2010-03-08 16:21 obones Note Added: 0017258
2010-03-08 16:21 obones Assigned To => obones
2010-03-08 16:21 obones Status new => resolved
2010-03-08 16:21 obones Resolution open => fixed
2010-03-08 16:21 obones Fixed in Version => Daily / SVN
2010-03-08 16:21 obones Target Version => 3.40 - not yet released
2011-06-10 16:09 obones Fixed in Version Daily / SVN => 3.40