Re: UML Diagramming or Other Helpful Software

2009-06-24 Thread Dennis Christopher
Diagramming or Other Helpful Software To: "Dennis Christopher" Cc: "cocoa-dev@lists.apple.com" Date: Wednesday, 2009 June 24, 10:18 On 2009 Jun 24, at 11:16, Dennis Christopher wrote: Has anyone found a diagramming package that will "reverse engineer" Cocoa code an

Re: UML Diagramming or Other Helpful Software

2009-06-24 Thread Dennis Christopher
Has anyone found a diagramming package that will "reverse engineer" Cocoa code and output a UML diagram from it? Dennis Christopher ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator c

Re: Re: Special requirements for the window param of NSAlert beginSheetModalForWindow?

2009-05-13 Thread Dennis Christopher
alert case. Or the secondary alert appearing twice. I guess I dont understand what counts as the first sheet being dismissed. I would have thought that the didEnd selector being called was sufficient?? Dennis Christopher On May 12, 2009, at 1:01 PM, cocoa-dev-requ...@lists.apple.com wrote

Re: CALayer removeFromSupeLayer crashes

2009-01-19 Thread Dennis Christopher
Men, I was to find an over-release of the layer's delegate object using Instruments. Removing this solved the crash. Thanks for all your suggestions. Dennis Christopher On Jan 10, 2009, at 12:43 PM, David Duncan wrote: On Jan 9, 2009, at 12:19 PM, Dennis Christopher wrote: NS

Re: CALayer removeFromSupeLayer crashes

2009-01-13 Thread Dennis Christopher
he parent layer, you can still access it. On the other side of that, though, you will need to explicitly release the object when you are done. Best regards, -Matt On Jan 12, 2009, at 1:57 PM, Dennis Christopher wrote: Dave, Thanks for the pointer. I had corrected the original array enumera

Re: CALayer removeFromSupeLayer crashes

2009-01-12 Thread Dennis Christopher
setSublayers:] CALayerUpdateSublayers updateRemovedSublayer CALayerMarkVisible . . objc_msgSend (EXC_BAD_ACCESS) Can you suggest what might be wrong? Dennis Christopher On Jan 10, 2009, at 12:43 PM, David Duncan wrote: On Jan 9, 2009, at 12:19 PM, Dennis Christopher wrote: NSArray *theLayers = [[self

CALayer removeFromSupeLayer crashes

2009-01-09 Thread Dennis Christopher
could be wrong with this. Any suggestions would be appreciated. (I've read through most of Dudney's Core Animation book but nothing jumps out at me.) Dennis Christopher ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do n