ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Unit containing TIEUserInteractionEvent please?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

TimHayes

5 Posts

Posted - Sep 17 2018 :  15:19:17  Show Profile  Reply
Hello,

I am trying to add a procedure to capture TIEUserInteractionEvent with the brush tool. My Delphi XE10 Seattle compiler cannot find the unit.


Per documentation it should be in the imageenview unit which I have included in my uses clause.

Please advise the correct unit?

Many thanks.

Regards

Tim Hayes

xequte

39142 Posts

Posted - Sep 17 2018 :  17:42:26  Show Profile  Reply
Hi Tim

TIEUserInteractionEvent is absolutely in imageenview (you can look at the source of imageenview.pas). Can you let me know more about the error you are seeing?



Nigel
Xequte Software
www.imageen.com
Go to Top of Page

TimHayes

5 Posts

Posted - Sep 18 2018 :  04:52:05  Show Profile  Reply
Hi Nigel - per below

Interface ...

uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
System.IOUtils,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, hyieutils, iexBitmaps, hyiedefs,
iesettings, iexLayers, iexRulers, ieview, imageenview, Vcl.StdCtrls, etc.

private ..

procedure DoOnUserInteraction(Sender: TObject; Event: TIEUserInteractionEvent; Info: Integer); (error , unable to complete)

compiler error ..

[dcc32 Error] DelphiGraphicsTestM.pas(120): E2003 Undeclared identifier: 'TIEUserInteractionEvent'

ImageENView otherwise compiling and working as expected.

Regards

Tim
Go to Top of Page

xequte

39142 Posts

Posted - Sep 18 2018 :  17:06:48  Show Profile  Reply
Hi Tim

You must have an old instance of ImageEn source or DCU files lurking on your system. Search for imageenview.* remove any folder that are returned, then reinstall ImageEn.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

TimHayes

5 Posts

Posted - Sep 19 2018 :  05:10:11  Show Profile  Reply
Hi Nigel,

Have done this - the only source of imageenview.pas is as downloaded and installed which was created on 10/7/2018. This is the header of that source which does not appear to contain the type declaration:

(* ImageEn Build 8.0.1 @ 10-Jul-18 *)

(*
File version 1056
Doc revision 1004
*)

unit imageenview;

======================

Kind regards

Tim
Go to Top of Page

xequte

39142 Posts

Posted - Sep 19 2018 :  17:38:07  Show Profile  Reply
Hi Tim

TIEUserInteractionEvent was added in 8.1.0. Please get the latest update from:

https://www.imageen.com/support/downloadrequest.html


Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: