T O P I C R E V I E W |
mhieta |
Posted - Dec 05 2023 : 11:56:30 Hello,
OpenImageEnDialog and SaveImageEnDialog (with latest ImageEn 13 version): 1. Open these dialogs in MDI app like: CompleteEditor_LegacyStyle demo app with Styles enabled (other than Windows default style). 2. Try to close app: app won't close normally and you need to forcefully close it.
Is there any fix available? |
2 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Dec 06 2023 : 15:30:48 You can resolve the issue by adding the following line to your DPR source code:
Application.MainFormOnTaskbar := True;
(After Application.Initialize;)
(Or setting FormStyle to fsNormal)
Simple Reproduction demo (VCL Only): attach/xequte/2023126153142_OpenDialogIssue.zip 78.94 KB
Nigel Xequte Software www.imageen.com
|
xequte |
Posted - Dec 05 2023 : 22:00:07 Hmmm, looks like a bug in Delphi 12. I can reproduce the issue using the VCL TOpenDialog. I'll see if I can find a workaround.
Nigel Xequte Software www.imageen.com
|