How to implement a drag&drop the file to Pinboard from other app?
Sergey Lentsov (8268) 63 posts |
Hello, I working on the filer like application “CLFiler” and have a problems with drag& drop a files from my “CLFiler” to Pinboard. I do same things and sometimes my file is dragged and sometimes is not. There is a log from !WimpMon message for drag&drop from CLFiler (dragged “ChatCube-31”) and from original Filer (dragged “!CLFiler”). The messages almost the same (only coordinates slightly different) but icons places at different positions. I afraid that Pinboard works correctly only with original Filer and detect that task does the drag&drop. Pinboard received message Message_FilerSelection from CLFiler Pinboard received recorded message Message_DataLoad from CLFiler Pinboard received message Message_FilerSelection from Filer Pinboard received recorded message Message_DataLoad from Filer Filer received acknowledgement of message Message_DataLoad from Filer |
Stuart Swales (8827) 1357 posts |
I suspect you are sending the Message_DataLoad with User_Message and not User_Message_Recorded |
Sergey Lentsov (8268) 63 posts |
@Stuart Swales No, I send the Message_DataLoad with User_Message_Recorded, there no message “CLFiler received acknowledgement of message Message_DataLoad from CLFiler” in the !WimpMon output because I not added the CLFiler task to !WimpMon. |