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
 TIEImageLayer mouse interaction events

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
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