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 swirch off AutoFit in DoPreview dialog?

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
graphman Posted - Sep 09 2016 : 06:40:49
For Original and Result windows
7   L A T E S T    R E P L I E S    (Newest First)
graphman Posted - Sep 12 2016 : 07:20:14
I used previous version.
After installing the latest version it works without problem.
graphman Posted - Sep 12 2016 : 06:44:52
> Do you mean zoom by clicking?

Yes

> Then set ImageEnView1.MouseInteract := [miZoom];

I tried already. There is no effect.
xequte Posted - Sep 12 2016 : 05:54:06
Do you mean zoom by clicking? Then set ImageEnView1.MouseInteract := [miZoom];

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graphman Posted - Sep 12 2016 : 05:02:42
I have added
#include "Previews.hpp"
to fix error
But cannot use zoom in DoPreview dialog yet
graphman Posted - Sep 12 2016 : 04:32:38
I need to zoom original image in DoPreview dialog.
It was available in old versions.
graphman Posted - Sep 12 2016 : 04:30:38
I trying to use

void __fastcall TAbleBatchConv_Form1::ImageEnProc1Preview(TObject *Sender, TForm *PreviewForm)
{
((TfPreviews *)PreviewForm)->ImageEn1->AutoFit = false;
}
//---------------------------------------------------------------------------

But see error
[BCC32 Error] Unit1.cpp(10413): E2451 Undefined symbol 'TfPreviews'
xequte Posted - Sep 10 2016 : 00:44:53
Hi

You need to assign the OnPreview event of TImageEnProc, e.g.

ImageEnView1.Proc.OnPreview := MyPreviewHandler;

See the example at:

http://www.imageen.com/help/TImageEnProc.OnPreview.html

And let us know if you need more advice.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com