Open string in drag'n'drop app on icon
My idea:
I select a line / text and drop it onto the app icon.
My app pops up and makes fantasies with a string.
Now my question is how can I do this so that it can be dropped in the application, how can I notify the application about it and how can my application receive the string.
Any suggestions?
0
a source to share
1 answer
I assume you have already looked at the official drag and drop themes for Cocoa .
There is a blog article dedicated specifically to your problem: Cocoa Drag and drop text into the dock icon .
+3
a source to share