View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001594 | JEDI VCL | 00 JVCL Components | public | 2004-04-06 19:34 | 2004-04-14 04:43 |
Reporter | itustec | Assigned To | user72 | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001594: TJvImagesViewer onClick event doesn't operate propertly | ||||
Description | When you click on the component TJVImagesViewer, the event onClick of thsi component was activated, but the SelectedItem is the last selected item, not is the cliked item. You need cliked two times for SelectedItem like item clicked. -- How can I obtain the item clicked on first time? Thanks!! | ||||
Tags | No tags attached. | ||||
|
IIRC, this is caused by Delphi calling Click after MouseDown but before MouseUp but Selected isn't set until MouseUp (to handle situations like MouseDown on one item and MouseUp on another). >How can I obtain the item clicked on first time? Use the OnMouseUp event. It should be set there |
|
Ok. Thanks!! I use the OnMouseUp event. |
|
As designed |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-06 19:34 | itustec | New Issue | |
2004-04-06 23:54 |
|
Note Added: 0003680 | |
2004-04-06 23:55 |
|
Status | new => assigned |
2004-04-06 23:55 |
|
Assigned To | => user72 |
2004-04-07 09:56 | itustec | Note Added: 0003683 | |
2004-04-14 04:43 |
|
Status | assigned => resolved |
2004-04-14 04:43 |
|
Resolution | open => no change required |
2004-04-14 04:43 |
|
Note Added: 0003840 |