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

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 - Jun 12 2020 : 14:01:33
Has that changed in 9.1 ?
The event onuserinteraction is not triggered anymore when i paint.
if use the
if event = ieipaintend then
begin


command.

Pierre
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 16 2020 : 00:19:19
Sorry for the delay, Pierre, but we've have other things we need to work on.

We'll have a fix for this in 9.1.1 at the end of the week.

Nigel
Xequte Software
www.imageen.com
pierrotsc Posted - Jun 15 2020 : 18:02:12
Have not heard anything back. I loaded the brushtool demo and added that
procedure TForm1.ImageEnView1UserInteraction(Sender: TObject;
Event: TIEUserInteractionEvent; Info: Integer);
begin
if Event = ieiPaintEnd then
showmessage('End paint');
end;

after i finish painting, no message is triggered. Used to work before 9.1