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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 OpenImageEnDialog and SaveImageEnDialog Delphi 12 issue

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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