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
 How to add hover zoom to an ImageEnView
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

john_siggy@yahoo.com

USA
167 Posts

Posted - Jun 18 2025 :  10:08:18  Show Profile  Reply
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.

xequte

39047 Posts

Posted - Jun 19 2025 :  14:17:48  Show Profile  Reply
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
Go to Top of Page

john_siggy@yahoo.com

USA
167 Posts

Posted - Jun 19 2025 :  22:54:09  Show Profile  Reply
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
Go to Top of Page

xequte

39047 Posts

Posted - Jun 20 2025 :  00:46:50  Show Profile  Reply
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
Go to Top of Page

john_siggy@yahoo.com

USA
167 Posts

Posted - Jun 25 2025 :  11:56:04  Show Profile  Reply

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



Where can I find this translucent hover button of a Magnifying glass;
Go to Top of Page

xequte

39047 Posts

Posted - Jun 25 2025 :  20:35:00  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: