View Issue Details

IDProjectCategoryView StatusLast Update
0002375JEDI VCL00 JVCL Componentspublic2005-08-09 07:03
ReporteranonymousAssigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionopen 
Product Version3.00 BETA 2 
Target VersionFixed in Version 
Summary0002375: TJvPlugin: OnCreate event fire twice
Descriptionfirst:
constructor TJvPlugIn.Create(AOwner: TComponent);
begin
      // (rom) why this ?
      if Assigned(OnCreate) then
        OnCreate(Self);
end;

second:
procedure TDataModule.AfterConstruction;
begin
  if not OldCreateOrder then DoCreate;
end;
TagsNo tags attached.

Activities

user72

2004-12-13 04:47

  ~0005873

Could this be related to 0002364?

vitojeng

2004-12-13 07:28

reporter   ~0005875

I'm not sure.
This is my first time using TJvPlugin to build my project.

obones

2005-08-09 07:03

administrator   ~0007728

Please try with the latest JVCL 3.00, in the meantime, I'm closing the issue.

Issue History

Date Modified Username Field Change
2004-12-13 00:55 anonymous New Issue
2004-12-13 04:47 user72 Note Added: 0005873
2004-12-13 04:47 user72 Status new => feedback
2004-12-13 07:28 vitojeng Note Added: 0005875
2005-08-09 07:03 obones Status feedback => closed
2005-08-09 07:03 obones Note Added: 0007728