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
|