Re: Drag&Drop woes...
Re: Drag&Drop woes...
- Subject: Re: Drag&Drop woes...
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 16 Mar 2005 02:48:14 -0800
On Mar 16, 2005, at 1:27 AM, mmalcolm crawford wrote:
NSString *type = [pb availableTypeFromArray:
[NSArray arrayWithObject:NSFilenamesPboardType]];
if (type == nil) {
Hmm, I should probably go to sleep...
if ([[pboard types] containsObject:NSFilenamesPboardType]) {
would be rather more economical. As illustrated in the documentation...
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden