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
 PDF Pop Menu

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
mdgodfrey Posted - May 02 2024 : 15:10:24
I am trying to get a PopUpMenu where only viewing options exist on the menu.
I have implemented the following code:

IEGlobalSettings().ImageViewingPopupMenu := [ivbImageSeek, ivbImagePrint, ivbImageZoom];
ImageEnView1.PdfViewer.ShowAllPages := True;
ImageEnView1.PdfViewer.Enabled := True;
ImageEnView1.MouseInteractGeneral := [miScroll, miPdfSelectText];
ImageEnViewToolbar1.ButtonMode := ievPdfViewing;
ImageEnView1.PopupMenus := [ievPdfViewing];

When the I right click on the ImageEnView1 the popup menu contains the following:

Print Preview
Zoom In
Zoom Out
Zoom To Full Size
Fit Image To Width
-------------------
Rotate Left
Rotate Right
Delete Page

Most of that isn't a problem, but it doesn't match what I expect. But the 'Delete Page' is a problem. I cannot find any code that allows me to remove it.

Also, I also would expect the Toolbar and the PopUpMenu to have the same things.
The Toolbar displays as expected, but not the PopUp.
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 02 2024 : 21:08:50
Thanks. This is fixed in next week's release.

Nigel
Xequte Software
www.imageen.com