[plt-scheme] OSX drag-and-drop
At Sun, 02 Jan 2005 14:19:32 -0500, Matthew Jadud wrote:
> In both cases, I can catch and respond to mouse events, but the
> "on-drop-file" method is simply ignored. That is, if I drag a file from
> the Finder, I'm expecting that I'll get something displayed in the
> DrScheme interactions area (in the same way that my subwindow-event
> override does).
Oops --- the `accept-drop-files' method wasn't implemented for Mac OS.
It's implemented now (tagged in CVS), and your code now works as
expected (though you probably want to add a newline on the "something:
..." line).
Matthew