Re: getting dragged file's name
Re: getting dragged file's name
- Subject: Re: getting dragged file's name
- From: Scott Anguish <email@hidden>
- Date: Wed, 6 Aug 2003 03:46:27 -0400
NSImageView doesn't deal in paths, it deals in NSImages.
What you want is a filewell, which isn't in the Application Kit.
Have a look at the bMoviePalette example in the InterfaceBuilder
directory of /Developer/Examples. As I recall SoundFileWell is pretty
close to this. It maintains an NSURL of the file.
On Wednesday, August 6, 2003, at 3:34 AM, Benjamin Salanki wrote:
Hi,
I have an NSImageView which accepts dragged files. I can't find a way
to get the path of the file dragged onto it. Can anybody please point
me into the right direction?
_______________________________________________
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.