T O P I C R E V I E W |
kowal |
Posted - Jun 20 2023 : 16:34:59 Hi, I'd like to catch the mouse interaction results for TIEImageLayer but can not find the event for it. I tried with the IEViewUserInteraction() but as I see may be it works only for TIEImageenView object. My code doesn't enter this procedure after IEImageLayer rotating. How can I catch such events as for example ielRotated event in the Delphi code?
S. Kowalski |
2 L A T E S T R E P L I E S (Newest First) |
kowal |
Posted - Jun 21 2023 : 15:30:50 it works ok, thanks! S. |
xequte |
Posted - Jun 21 2023 : 02:38:30 Hi
You need to use the OnLayerNotify event of the owner TImageEnView for this:
http://www.imageen.com/help/TImageEnView.OnLayerNotify.html
If needed, you can assign it to the owner of the layer at run-time.
Nigel Xequte Software www.imageen.com
|