View Issue Details

IDProjectCategoryView StatusLast Update
0003165JEDI VCL00 JVCL Componentspublic2006-04-03 04:01
ReportertamAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version3.00 
Target VersionFixed in Version 
Summary0003165: JvFormPlacemant does not call Restore before RestorePlacement
DescriptionIn procedure TJvFormPlacement.RestoreFormPlacement

I had to change
      RestorePlacement;
      FRestored := True;
      Restore;

to
      Restore;
      RestorePlacement;
      FRestored := True;
TagsNo tags attached.

Activities

obones

2005-08-28 07:51

administrator   ~0007856

Why?
What was wrong and what is better now?

tam

2005-08-28 14:15

reporter   ~0007882

FOnRestorePlacement(Self); is now called before RestorePlacement.

obones

2006-04-03 04:01

administrator   ~0008822

I'm not going to change this, as OnRestorePlacement is called after the form is restored, which is logical. Just think about OnClick that is called when the click has been done.
If you want me to add a OnRestoringPlacement event, I can do it, but please create a NEW issue for this feature request.

Issue History

Date Modified Username Field Change
2005-08-26 03:33 tam New Issue
2005-08-28 07:51 obones Note Added: 0007856
2005-08-28 07:51 obones Status new => feedback
2005-08-28 14:15 tam Note Added: 0007882
2006-04-03 04:01 obones Status feedback => resolved
2006-04-03 04:01 obones Resolution open => won't fix
2006-04-03 04:01 obones Assigned To => obones
2006-04-03 04:01 obones Note Added: 0008822