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
 Drag&Drop image from website to ImageEnView?

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
PeterPanino Posted - Mar 24 2025 : 05:23:50
I want to drag an image from a web page, for example:

https://www.imageen.com/graphics/ieheaderlogo1.png

...to TImageEnView for the following actions:

1. load the image

2. add the image as a layer

3. trigger an event to execute a custom action with the image URL

Is this possible?

7   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 28 2025 : 19:00:23
Hi Peter

It will return an HTML link. You should test the latest beta.

Nigel
Xequte Software
www.imageen.com
PeterPanino Posted - Mar 28 2025 : 07:50:18
> Note: It only works when the image is a link to a true image, not when it returns an HTML link (that would need to be parsed)

I hope the Drop event implicitly returns an HTML link, so the software can parse it (if ImageEn does not automatically parse it itself).
PeterPanino Posted - Mar 28 2025 : 07:43:02
Hi Nigel,

Thank you for the information.

How about Edge?

Edge and Chrome share many underlying technologies and have similar performance characteristics. However, despite being based on Chromium, Edge maintains its own unique features, user interface, and some proprietary technologies that differentiate it from Google Chrome.

Have you explicitly tested it with Edge?
xequte Posted - Mar 27 2025 : 01:14:53
Hi Peter

You can email me for the new beta that supports this.

Note: It only works when the image is a link to a true image, not when it returns an HTML link (that would need to be parsed)

Nigel
Xequte Software
www.imageen.com
xequte Posted - Mar 26 2025 : 23:48:57
Sorry, you're right. It works in Firefox, but Chrome only returns an internet URL. We'll need to add special handling for that.



Nigel
Xequte Software
www.imageen.com
PeterPanino Posted - Mar 26 2025 : 15:24:27
Unfortunately, it does not work. Drag-and-dropping a local file works, but an image from a website displayed in the browser is a totally different protocol.
xequte Posted - Mar 24 2025 : 19:28:21
Yes, you should just need to enable AllowDrop:

https://www.imageen.com/help/TImageEnView.AllowDrop.html

Nigel
Xequte Software
www.imageen.com