|
From: | Andreas Höschler |
Subject: | NSTableView as drag target for NSColorPboardType |
Date: | Thu, 26 May 2005 21:24:53 +0200 |
Hello, I have sent[tableView registerForDraggedTypes:[NSArray arrayWithObject:@"NSColorPboardType"]];
on a tableView subclass. When I drag a color from the color panel to this table, I would expect
- (BOOL)performDragOperation:(id <NSDraggingInfo>)sender { NSLog(@"performDragOperation"); ... } to be called but it is not. What am I missing? Thanks a lot! Regards, Andreas
[Prev in Thread] | Current Thread | [Next in Thread] |