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
 ImageEnView and theme

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
supersk Posted - Jan 29 2021 : 04:23:44
When you set the Project Options->Manifest->Enable runtime themes to true, and add some Custom Styles into project. If in your project using ImageEnView to open the any image and process it, When the program is closed, the error will occur. My environment: C++Builder 10.4.2, ImageEn 9.3.0.
4   L A T E S T    R E P L I E S    (Newest First)
supersk Posted - Feb 01 2021 : 23:04:32
Setting IEGlobalSettings().UseWindowsOpenSaveDialogs to true cannot prevent it.Sometimes in the release mode, this problem will also occur.
xequte Posted - Feb 01 2021 : 20:19:37
Yes, I can reproduce it. It only occurs when run under the Delphi/BCB debugger.

It could be related to the Open/Save dialog, because setting at application startup this seems to prevent it:

IEGlobalSettings().UseWindowsOpenSaveDialogs := True;

Nigel
Xequte Software
www.imageen.com
supersk Posted - Feb 01 2021 : 03:47:25
The attachment is a simple example program. Compile and run the program, load the sample image sample.tiff, and exit the program will display an error (such as Error.png). In addition, after adding text, the font size selection box is not displayed in the layer toolbar.
In addition, this error sometimes appears, sometimes not

attach/supersk/2021213472_project sample.zip
849.57 KB
xequte Posted - Jan 31 2021 : 18:58:09
Hi

I cannot reproduce that. Do I need to take specific steps when loading and processing the image? What is the error that you get?

Nigel
Xequte Software
www.imageen.com