Re: Changing draggedImage in mid-drag
Re: Changing draggedImage in mid-drag
- Subject: Re: Changing draggedImage in mid-drag
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 17 Sep 2001 07:16:35 +0100
On Monday, September 17, 2001, at 05:53 am, Brian Webster wrote:
I don't know for sure, but I'm pretty sure that there's no API to do
this. Your attempts to draw changes into the image are probably
unsuccessful because of the presence of a layer that is beneath both
the Carbon and Cocoa drag managers. To change the image in mid-drag,
you'd need to be able to access the window that the core drag manager
uses, and there is no API currently available to access this window.
Send e-mail to cocoa-
email@hidden if you think this would be a good feature to
add in a future release.
I seem to remember people dragging around a playing QT movie before and
it keeping on playing, but then again that doesn't say much, Apple
cheats all over the place :-)
-- Finlay