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
 Cannot find TIEFileDragDrop class in 8.7.x

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
yogiyang Posted - Nov 12 2019 : 00:47:13
Hello,

We have used the class/object TIEFileDragDrop in a few of our projects for supporting drag and drop of files from explorer. In our case it is working perfectly in version 8.6.x after installing the latest version of ImageEn which is 8.7.5 I am getting error at compile time.

I also installed 8.7.0 and the same compile time error also exist there.

What is the way to solve this problem?

Here is the code that I am using:

AFileDrop: TIEFileDragDrop;

AFileDrop := TIEFileDragDrop.Create(iemPhotos, DropFiles);

{ Do not explicity free the FileDrop object }
RegisterExpectedMemoryLeak(AFileDrop);

{ Activate dropping }
AFileDrop.ActivateDropping := True;



TIA


Yogi Yang
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 14 2019 : 16:03:57
Yes, that's true. I will do that.

TBH, I didn't think anyone was using the TIEFileDragDrop class.

Nigel
Xequte Software
www.imageen.com
yogiyang Posted - Nov 14 2019 : 00:17:56
Hello Nigel,

Thanks for info.

I think you need to add this info under breaking changes section in help file.

TIA


Yogi Yang
xequte Posted - Nov 13 2019 : 15:43:18
Hi Yogi

Yes, the class was moved when it became a component.

Nigel
Xequte Software
www.imageen.com
yogiyang Posted - Nov 12 2019 : 23:38:44
Hello Nigel,

We have been using this in ImageEn 8.6.x and it is working just great.

But do you mean to say that this class has been shifted to another module?


Yogi Yang
xequte Posted - Nov 12 2019 : 18:00:34
Hi Yogi

You need to add iexWindowsFunctions to your uses clause.



Nigel
Xequte Software
www.imageen.com