Author |
Topic  |
|
TimHayes
5 Posts |
Posted - Sep 17 2018 : 15:19:17
|
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
|
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
|
 |
|
TimHayes
5 Posts |
Posted - Sep 18 2018 : 04:52:05
|
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
|
 |
|
xequte
    
39142 Posts |
Posted - Sep 18 2018 : 17:06:48
|
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
|
 |
|
TimHayes
5 Posts |
Posted - Sep 19 2018 : 05:10:11
|
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
|
 |
|
xequte
    
39142 Posts |
|
|
Topic  |
|
|
|