Re: PerlObjects and OutlineView problems

2004-08-27 Thread Rick Frankel
On Tue, Aug 24, 2004 at 07:03:30AM -0400, Sherm Pendley wrote: On Aug 23, 2004, at 5:15 PM, Rick Frankel wrote: Short answer: Perl objects can't be used as outline objects. Long answer: When you pass a Perl object to a Cocoa method, a ObjC stand-in is created, but not retained. Ordinarily,

Re: PerlObjects and OutlineView problems

2004-08-24 Thread Sherm Pendley
On Aug 23, 2004, at 5:15 PM, Rick Frankel wrote: I have created an outline field w/ perl objects as the items. Everything works ok until I dereference the items in either a doubleClick (as in the OutlineView example) or via itemAtRow, at which point the item is corrupted (the objectForItem value

PerlObjects and OutlineView problems

2004-08-23 Thread Rick Frankel
I have created an outline field w/ perl objects as the items. Everything works ok until I dereference the items in either a doubleClick (as in the OutlineView example) or via itemAtRow, at which point the item is corrupted (the objectForItem value is blanked out and a Bizarre copy of CODE error