T O P I C R E V I E W |
bmesser |
Posted - Oct 12 2014 : 03:56:28 Hi
I'm using a TImageEnVect component but want to prevent zooming in on a left click and zooming out on a right click. Its a nice feature but I want to use a click on the image to do something else.
I've checked all the properties and looked in the help to find away of turning this feature off without any luck. Any help would be appreciated.
Bruce. |
2 L A T E S T R E P L I E S (Newest First) |
bmesser |
Posted - Oct 13 2014 : 05:18:19 Hi Nigel
As soon as you said it, I realised that was it.
I had discounted it because I had disabled it at design time and never thought that it could be that, never realising I had some code lurking around that set it back on again. Well that's my excuse!
Thanks again
Bruce.
|
xequte |
Posted - Oct 12 2014 : 12:48:58 Hi Bruce
Please see the MouseInteract property:
http://www.imageen.com/help/TImageEnView.MouseInteract.html
And remove miZoom.
This property (and MouseInteractVt of TImageEnVect) determine what effect mouse movement and clicking will have.
Nigel Xequte Software www.xequte.com nigel@xequte.com |