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
 How to add hover zoom to an ImageEnView

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
john_siggy@yahoo.com Posted - Jun 18 2025 : 10:08:18
Got the latest source 14.0.1 and I don't see an example of the Zoom Hover magnifier. Can you tell me how to add this to an ImageEnView or is there an example in demos.
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 25 2025 : 20:35:00
Hi John

Please customize the colors:

ImageEnView1.ShowButtons := [ iebtMultiZoom ];
ImageEnView1.ButtonParams.BorderColor := clSilver;
ImageEnView1.ButtonParams.FillColor   := clNone;
ImageEnView1.Update();


Nigel
Xequte Software
www.imageen.com
john_siggy@yahoo.com Posted - Jun 25 2025 : 11:56:04

Here is an image of the new MultiZoomButton from your website.



Where can I find this translucent hover button of a Magnifying glass;
xequte Posted - Jun 20 2025 : 00:46:50
Oh, I see. It is shown in the demo:

\Demos\Multi\MViewPreview\MViewPreview.dpr

Or you can just add this code to your application:

  ImageEnView1.ShowButtons := [ iebtMultiZoom ]


Nigel
Xequte Software
www.imageen.com
john_siggy@yahoo.com Posted - Jun 19 2025 : 22:54:09
Hey Nigel,

Looking for the New zoom hover button for TImageEnView in version 14.0.0. Zoom button looks like a magnifying glass.

Thanks in advance for your help
xequte Posted - Jun 19 2025 : 14:17:48
Hi John

Are you looking for the navigator demo?

Demos\Display\Navigator\Navigator.dpr

http://www.imageen.com/files/demos/run/Display/Navigator/Navigator.exe

Nigel
Xequte Software
www.imageen.com