Re: When will drag'n'drop to the Finder work? (promiseHFS)
Re: When will drag'n'drop to the Finder work? (promiseHFS)
- Subject: Re: When will drag'n'drop to the Finder work? (promiseHFS)
- From: Charles Srstka <email@hidden>
- Date: Tue, 14 May 2002 02:51:27 -0500
Well, Bill, if you can figure this out, I (and I'm sure many others)
will be *very* grateful.
Of course, you'll probably get it working at the same time 10.2 comes
out with a working d&d api... ;-)
Seriously, though. If you figure this out, then I'll be happy, even if
Apple delays the d&d api... I'm one of drag and drop's biggest fans, and
it drives me nuts that my app doesn't have it.
Charles
On Tuesday, May 14, 2002, at 01:10 AM, Bill Bumgarner wrote:
That was a particularly amusing hunk of code to write-- very confusing
given that I had never actually done drag-n-drop on Mac outside of
Cocoa. There are some truly amusing anecdotes in some of the related
tech notes..
.
-windowRef may not work and that may be exactly what the problem is!
Thanks for pointing that out-- it dawns on me that what I likely need
to do is convert the NSImage to a raw bitmap [not hard] and then
convert that into whatever the heck it is that the Carbon based imaging
code needs.
It shouldn't be too hard, but I'm posting it back to Cocoa-dev with the
hopes that someone else has already figured it out and I won't have
too...
:-)
b.bum
On Monday, May 13, 2002, at 10:56 PM, Charles Srstka wrote:
I also thought that the -[NSWindow windowRef] method didn't work
unless you originally created the window with -[NSWindow
initWithWindowRef:] , or at least I vaguely remember it not working
when I tried it, long ago with a plain old NSWindow created from a
nib...
_______________________________________________
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.
_______________________________________________
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.