View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003165 | JEDI VCL | 00 JVCL Components | public | 2005-08-26 03:33 | 2006-04-03 04:01 |
Reporter | tam | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | ||||
Summary | 0003165: JvFormPlacemant does not call Restore before RestorePlacement | ||||
Description | In procedure TJvFormPlacement.RestoreFormPlacement I had to change RestorePlacement; FRestored := True; Restore; to Restore; RestorePlacement; FRestored := True; | ||||
Tags | No tags attached. | ||||
|
Why? What was wrong and what is better now? |
|
FOnRestorePlacement(Self); is now called before RestorePlacement. |
|
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. |
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 |