Re: [Pyobjc-dev] Does drag & drop work?
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-30 12:09:18
|
On Friday, May 30, 2003, at 11:34 Europe/Amsterdam, Dinu Gherman wrote: > Just van Rossum: > >> Where does it crash exactly? Can you post the full program? > > Here it is, should be self-explanatory. Sorry for spamming the > list... It's the old 'you should have mentioned your implementing a protocol' problem. MyFileWell should inherit from NSDraggingSource and NSDraggingDestionation (see the warnings in the output panel in PB if you're using a recent CVS version of PyObjC). I'm going to implement Just's suggestion: We can deduce the protocols your implementing from the methods your implementing and a list of informal_protocol objects. That should make it unnecesary to specify what protocols you want to implement. Ronald |