discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTableView as drag target for NSColorPboardType


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]