View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005145 | JEDI VCL | 00 JVCL Components | public | 2010-01-31 12:26 | 2011-06-10 16:09 |
Reporter | flyer199 | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.39 | ||||
Target Version | 3.40 | Fixed in Version | 3.40 | ||
Summary | 0005145: JvXPBar1ItemClick ElistError | ||||
Description | JvXPBar 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 Information | unit 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. | ||||
Tags | No tags attached. | ||||
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 |