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
 layer and zoom

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
pierrotsc Posted - Oct 01 2019 : 18:46:15
when i select a layer, i get the marquee around to move and resize but when i click on the zoom tool, the handles disappear.

i use that when i click the zoom tool
with imageenview do
begin
MouseInteract := [miZoom, miScroll];
Cursor := cr_zoom;
Update;
end;
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 04 2019 : 21:19:08
Hi

OK, this will be in 8.7.1 which will be out in a few weeks.

Nigel
Xequte Software
www.imageen.com
pierrotsc Posted - Oct 03 2019 : 17:32:45
but i do not have the source. can you compile the unit for Berlin ? if not, i'll wait for a new release.
xequte Posted - Oct 03 2019 : 17:05:48
Sorry, I misread. Email me for an update that allows mlMoveLayers and mlResizeLayers to be used with miZoom.

Nigel
Xequte Software
www.imageen.com
pierrotsc Posted - Oct 03 2019 : 11:02:04
I removed miscroll and only left mizoom. same thing. i just want to zoom without having the layers handles hidden. the thing is that the layers are still selected. only the handles are gone. any way to fix that ?
Thanks
xequte Posted - Oct 02 2019 : 21:16:56
Hi

That is correct. miScroll and miSelect cannot be used together (because both use click and drag motions).

Nigel
Xequte Software
www.imageen.com