Re: Custom Field Editor Problem

2010-02-02 Thread Corbin Dunn
John, I suggest reading: http://www.corbinstreehouse.com/blog/2007/10/instruments-on-leopard-how-to-debug-those-random-crashes-in-your-cocoa-app/ --corbin On Feb 2, 2010, at 11:02 AM, John Nairn wrote: > I copied code from Cocoa documentation to create a custom field editor. It > gets created

Re: Custom Field Editor Problem

2010-02-02 Thread Ross Carter
On Feb 2, 2010, at 2:02 PM, John Nairn wrote: > I copied code from Cocoa documentation to create a custom field editor. It > gets created OK and seems to work, but always crashes when the the window > closes with the message > > Program received signal: “EXC_BAD_ACCESS”. > sharedlibrary apply-

Custom Field Editor Problem

2010-02-02 Thread John Nairn
I copied code from Cocoa documentation to create a custom field editor. It gets created OK and seems to work, but always crashes when the the window closes with the message Program received signal: “EXC_BAD_ACCESS”. sharedlibrary apply-load-rules all I created the custom editor in the windo