Re: drag-n-drop
Re: drag-n-drop
- Subject: Re: drag-n-drop
- From: Chase <email@hidden>
- Date: Thu, 16 Jun 2005 01:42:01 -0500
On Jun 16, 2005, at 1:38 AM, Chase wrote:
NSLog(@"%d file(s) : %s", numberOfFiles, [files objectAtIndex:0]);
oops, that should be:
NSLog(@"%d file(s) : %@", numberOfFiles, [files objectAtIndex:0]);
regardless, problem remains.
any help appreciated.
thanks.
- chase
_______________________________________________
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