ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 OpenImageEnDialog and SaveImageEnDialog Delphi 12 issue
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

mhieta

Finland
78 Posts

Posted - Dec 05 2023 :  11:56:30  Show Profile  Reply
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?

xequte

38341 Posts

Posted - Dec 05 2023 :  22:00:07  Show Profile  Reply
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
Go to Top of Page

xequte

38341 Posts

Posted - Dec 06 2023 :  15:30:48  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: