Skip navigation.
 
mlRe: Problem with NSDragPboard
FROM : Jamie Phelps
DATE : Thu Mar 13 02:47:30 2008

Thanks to both of you guys. Chalk another one up for missing info from 
my textbook.

JP


On Mar 12, 2008, at 12:12 AM, Jens Alfke wrote:

> You need to declare the type(s) on the pasteboard, before setting 
> the data.
>
> —Jens



On Mar 11, 2008, at 11:42 PM, Dave Hersey wrote:

> The only thing I can see is that the docs say that you need to send 
> the pasteboard the "types" or "availableTypeFromArray:" selectors 
> before sending "stringForType:", so maybe you're getting screwy log 
> results without that. Does it change if you add a [pb types]; before 
> the last NSLog?
>
> - d

Related mailsAuthorDate
mlProblem with NSDragPboard Jamie Phelps Mar 12, 04:13
mlRe: Problem with NSDragPboard Dave Hersey Mar 12, 05:42
mlRe: Problem with NSDragPboard Jens Alfke Mar 12, 06:12
mlRe: Problem with NSDragPboard Jamie Phelps Mar 13, 02:47