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
 Different behaivior of ImageEnView Como in V.7
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

harry stahl

Germany
62 Posts

Posted - Jun 13 2017 :  14:06:10  Show Profile  Reply
I'm starting to replace some own edit-functions with ImageEnView.

I lay therefore the ImageEnview-component over my Editwindow.

With ImageEn 6.x this works perfect:


 LastActiveIE.BoundsRect := LastActiveBMP.boundsrect;
 LastActiveIE.align := alClient;
 LastActiveIE.ievpic.Zoom := Bild.zoom* 100;
 LastActiveIE.ievpic.ViewX := LastActiveBMP.hscroll.Position;
 LastActiveIE.ievpic.ViewY := LastActiveBMP.Vscroll.Position;

 LastActiveIE.Visible := True;
 LastActiveIE.BringToFront;


After that, the ImageEnView has the same size of the overlapped window and exakt the same zoomfactor. Also with ImageEn V 7.x it has the same zoom-value, but the Image is not displayed fully, see attached screenshot. At the bottom the ImageEnView is not fully expanded.

What could be the reason or what can I do to have the same behavior like in Version 6.3.x?



HS

harry stahl

Germany
62 Posts

Posted - Jun 13 2017 :  14:10:41  Show Profile  Reply
Sorry, Forget this posting (or delete it), I should have set the ImageEnView to the size of my window not the window in that the ImageEnView lies.

HS
Go to Top of Page

xequte

38615 Posts

Posted - Jun 13 2017 :  21:20:57  Show Profile  Reply
Hi Harry

Glad to here it worked out :-)

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: