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 |