THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/12/2003 at 05:37, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.207
Platform: Windows ;
Language(s) : C++ ;
---------I need help with dragndrop. The dragndrop messages are sent between dialogs. I want to drop things on objects in the view window. That works, but of course I have no chance to listen to the drop messages. I want to drop my own kind of settings on the objects, so I need to know inside the objects that a drop has done on them and process it....that would be no problem, all kind of objects I use are implemented by me. But that message goes to the view, which isnt implemented by me. How are normally these messages handled by the view? Are the objects called and theire attributes are modified? And what is the
DRAGTYPE_ATOMARRAY? Kind of user defined dragtype?