Re: [Pyobjc-dev] Does drag & drop work?
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-30 11:26:07
|
On Friday, May 30, 2003, at 11:26 Europe/Amsterdam, Just van Rossum wrote: > Dinu Gherman wrote: > >> It crashes on the last method call, [ ... ] > > self.dragImage_at_offset_event_pasteboard_source_slideBack_( > img, p, (0,0), event, pb, self, YES) > > In that case, could it be a duplicate of bug #738252? Ronald? > That bugs deals with calling from Objective-C to python with struct-values as some of the arguments. This seems to be different. I'll have a look at Dinu's example. If it works for me it probably is a duplicate of 738252. Ronald |