On 15/05/2017 at 16:18, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R17
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;
---------
This may be a feature request.
If I drag and drop multiple files, using a single selection, from disk onto a GeUserArea then I get multiple messages for each file.
I get a BFM_DRAGRECEIVE with an DRAGTYPE_FILENAME_IMAGE. Which is fine, I can then handle each image. But there doesn't seem to be any call made when all the files have been handled.
I tested for BFM_DRAGEND but this was not sent.
Is there a message that is sent after the drop is finished?
If not then it would be great if one could be added in.