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 |