Modifying a drags image
Modifying a drags image
- Subject: Modifying a drags image
- From: Dustin Mierau <email@hidden>
- Date: Tue, 19 Feb 2002 23:14:13 -0800
While dragging an image around, I want to modify and update it. I have
seen this done, but there doesn't seem to be a way to do it with Cocoa.
Though I hope there is a clean way to do this with Cocoa's drag and drop
implementation, could I use the carbon function SetDragImage() somehow?
I also commented earlier on how the slideDraggedImageTo: method (part of
the NSDraggingInfo protocol) does not seem to work at all. I am calling
it in my prepareForDragOperation: method, which from what I have read is
the proper place to call it. Am I doing something wrong or has this
method not been implemented?
Thanks,
-dustin
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.