View Issue Details

IDProjectCategoryView StatusLast Update
0002391JEDI VCL00 JVCL Componentspublic2005-01-03 08:58
ReporterViCAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 RC 1 
Summary0002391: AV in TJvDatePickerEdit if there was an exception in the OnChange Event
DescriptionIf there was an unhelded exception in the OnChange Event, then at the first time:
1) OnChange is executed once again
2) AV or "Control '' has no parent" exception is raised
For the second time and further on:
1) AV or "Control '' has no parent" exception is raised

Additional InformationI couldn't find the roots of the problem, all I could dig that in
procedure TControl.WMLButtonUp(var Message: TWMLButtonUp);
in this line

> if PtInRect(ClientRect, SmallPointToPoint(Message.Pos)) then Click;

ClientRect couldn't be accessed...
TagsNo tags attached.

Activities

AHUser

2005-01-02 05:35

developer   ~0006056

It is not the exception itself. It is the appearing dialog.

AHUser

2005-01-03 08:58

developer   ~0006071

Fixed in CVS.

Issue History

Date Modified Username Field Change
2004-12-16 01:13 ViC New Issue
2005-01-02 05:35 AHUser Note Added: 0006056
2005-01-02 05:35 AHUser Assigned To => AHUser
2005-01-02 05:35 AHUser Status new => assigned
2005-01-03 08:58 AHUser Status assigned => resolved
2005-01-03 08:58 AHUser Resolution open => fixed
2005-01-03 08:58 AHUser Note Added: 0006071