View Issue Details

IDProjectCategoryView StatusLast Update
0001594JEDI VCL00 JVCL Componentspublic2004-04-14 04:43
ReporteritustecAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product Version 
Target VersionFixed in Version 
Summary0001594: TJvImagesViewer onClick event doesn't operate propertly
DescriptionWhen 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!!
TagsNo tags attached.

Activities

user72

2004-04-06 23:54

  ~0003680

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

itustec

2004-04-07 09:56

reporter   ~0003683

Ok. Thanks!!

I use the OnMouseUp event.

user72

2004-04-14 04:43

  ~0003840

As designed

Issue History

Date Modified Username Field Change
2004-04-06 19:34 itustec New Issue
2004-04-06 23:54 user72 Note Added: 0003680
2004-04-06 23:55 user72 Status new => assigned
2004-04-06 23:55 user72 Assigned To => user72
2004-04-07 09:56 itustec Note Added: 0003683
2004-04-14 04:43 user72 Status assigned => resolved
2004-04-14 04:43 user72 Resolution open => no change required
2004-04-14 04:43 user72 Note Added: 0003840