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
 Different behaivior of ImageEnView Como in V.7

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
harry stahl Posted - Jun 13 2017 : 14:06:10
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
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 13 2017 : 21:20:57
Hi Harry

Glad to here it worked out :-)

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
harry stahl Posted - Jun 13 2017 : 14:10:41
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