tableViewValidateDrop not getting called
tableViewValidateDrop not getting called
- Subject: tableViewValidateDrop not getting called
- From: Michael Dupuis <email@hidden>
- Date: Mon, 25 Jun 2001 12:10:33 -0400
I've implemented what I think is a data source object that should provide
drop support, however, tableViewValidateDrop(...) never gets called, nor
does tableViewAcceptDrop(...). I've also implemented
tableViewWriteRowsToPasteboard(...) for drags from the table, and that works
just fine.
I've called registerForDraggedTypes on the table, with an array of types
that only has one item, the string "StringPboardType" in it. I can drag from
the table into one of my text views, and that works.
Is there anything stupid I could be forgetting to do that would make the
tableViewValidateDrop and tableViewAcceptDrop methods never get called?
There must be something I'm forgetting to do to set up drop, but my drags
work just fine.
Pointing out something I may have forgotten to do would be appreciated. I've
pored over related posts in macosx-dev, and it looks like I'm doing things
correctly. Is it possible that this is broken in Java and works fine in
ObjC?
Thanks,
Michael