View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002965 | JEDI VCL | 00 JVCL Components | public | 2005-05-19 04:53 | 2005-08-09 03:16 |
Reporter | arturro | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0002965: TJvImageListBox - event onClick has happend twice | ||||
Description | When I click on any item in JvImageListBox, event onClick has happend twice. | ||||
Tags | No tags attached. | ||||
|
Confirmed with D7 |
|
When do you plan to fix it? |
|
I haven't looked at fixing it, I merely confirmed it. Someone will eventually do so, but time is always the issue. |
|
Commenting out the call to "click" appears to correct this. Not real sure of what other side-effects this might have. JvListComb.pas {$IFDEF VCL} procedure TJvImageListBox.CNCommand(var Msg: TWMCommand); begin inherited; case Msg.NotifyCode of LBN_SELCHANGE: begin inherited Changed; // Click; commented this out {EdB} end; end; end; {$ENDIF VCL} |
|
This is now fixed in CVS, the entire CNCommand code was removed, the base class in the regular VCL was already doing all of it. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-05-19 04:53 | arturro | New Issue | |
2005-05-19 06:26 | obones | Note Added: 0007240 | |
2005-05-19 06:26 | obones | Status | new => confirmed |
2005-05-30 08:50 | anonymous | Note Added: 0007366 | |
2005-06-01 05:46 | obones | Note Added: 0007374 | |
2005-07-22 13:46 | anonymous | Note Added: 0007593 | |
2005-08-09 03:16 | obones | Status | confirmed => resolved |
2005-08-09 03:16 | obones | Resolution | open => fixed |
2005-08-09 03:16 | obones | Assigned To | => obones |
2005-08-09 03:16 | obones | Note Added: 0007703 |