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
 TImageEnView PopupMenus: File Popup Menu?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

PeterPanino

959 Posts

Posted - Mar 20 2025 :  04:04:51  Show Profile  Reply
TImageEnView has a couple of pre-made popup menus:

Image Editing Popup Menu
Image Selection Popup Menu
Image Viewing Popup Menu
Layer Editing Popup Menu
Layer Selection Popup Menu
PDF Editing Popup Menu
PDF Viewing Popup Menu

Unfortunately, there is no pre-made File popup menu that allows the user to save the viewed image to a file. This would come in handy for a quick image viewer with no other UI.

PeterPanino

959 Posts

Posted - Mar 20 2025 :  04:37:22  Show Profile  Reply
Nevermind, I've made a custom popup menu to save the image:

with ImageEnViewPreview.IO do
  SaveToFile(ExecuteSaveDialog());
Go to Top of Page

xequte

38907 Posts

Posted - Mar 20 2025 :  15:57:54  Show Profile  Reply
Hi Peter

You can just remove all the unwanted editing items and just add Save ones

IEGlobalSettings().ImageEditingPopupMenu := [ ivbImageSave ];
ImageEnView1.PopupMenus := [ ievEditing ];

http://www.imageen.com/help/TIEGlobalSettings.ImageEditingPopupMenu.html

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: