View Issue Details

IDProjectCategoryView StatusLast Update
0003492JEDI VCL00 JVCL Componentspublic2006-02-18 03:51
Reportersilent-ghostAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.10 
Target VersionFixed in Version3.20 
Summary0003492: TJvXPBar: OnDblClick don´t work
DescriptionThe OnDblClick event don't work. When i dblclick on a Item or the TJvXPBar Caption, nothing will happen.
TagsNo tags attached.

Activities

Samuel Herzog

2006-02-15 11:15

reporter   ~0008563

It does not work because in the constructor the componentstyle is set to

- [csDoubleClicks]

See below:

constructor TJvXPCustomWinXPBar.Create(AOwner: TComponent);
const
  MouseEvents: TJvXPControlStyle = [csRedrawMouseEnter, csRedrawMouseLeave];
begin
  inherited Create(AOwner);
  FStoredHint := '|'; // no one in their right mind uses a pipe as the only character in a hint...
  ControlStyle := ControlStyle - [csDoubleClicks] + [csAcceptsControls, csActionClient];

2006-02-15 11:28

 

3492.zip (4,293 bytes)

AHUser

2006-02-18 03:51

developer   ~0008569

Fixed in CVS.

Issue History

Date Modified Username Field Change
2006-02-07 02:56 silent-ghost New Issue
2006-02-08 10:13 obones Summary OnDblClick don´t work => TJvXPBar: OnDblClick don´t work
2006-02-15 11:15 Samuel Herzog Note Added: 0008563
2006-02-15 11:28 Samuel Herzog File Added: 3492.zip
2006-02-18 03:51 AHUser Status new => resolved
2006-02-18 03:51 AHUser Resolution open => fixed
2006-02-18 03:51 AHUser Assigned To => AHUser
2006-02-18 03:51 AHUser Note Added: 0008569