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