Why when i paste an image in a textflow it adds the text image name too?
Hi,
I'm trying to solve this behaviour:
I copy an image in my desktop with CTRL+C/CMD+C.
Then in my application I paste the image in the textflow with CTRL+V/CMD+V... but it adds the image and the image name (as text), instead I want it adds only the image!
So, I'm listening the Event.PASTE event and get image from Clipboard.
I save the file in the FILE_LIST_FORMAT in an object and I try reset other formats, like TEXT_FORMAT, where Clipboard store my image name...
but nothing change.
Do you have any suggestion please?
Thanks!
