Re: [pyobjc] Custom sheet and didEndSelector

2009-01-27 Thread Gorazd Krosl
From: Domenico Testa domenico.te...@gmail.com Subject: [pyobjc] Custom sheet and didEndSelector To: Cocoa development mailing list cocoa-dev@lists.apple.com Message-ID: dd40509c0901270558l5252926ay24ae430fdcc0b...@mail.gmail.com Content-Type: text/plain; charset=UTF-8 I want to show a custom

Re: Cocoa-dev Digest, Vol 5, Issue 2199

2008-12-23 Thread Gorazd Krosl
- Original Message From: Mahaboob mahab...@newtok.com Subject: Re: Saving the project To: Mike Abdullah cocoa...@mikeabdullah.net Cc: cocoa-dev@lists.apple.com cocoa-dev@lists.apple.com Message-ID: c5768a25.1744%mahab...@newtok.com Content-Type: text/plain;charset=US-ASCII

Re: Cocoa-dev Digest, Vol 5, Issue 885

2008-05-23 Thread Gorazd Krosl
-- Message: 3 Date: Fri, 23 May 2008 07:43:31 -0400 From: John Love [EMAIL PROTECTED] Subject: NSProgressIndicator -- delete the first message with same title To: Cocoa Development cocoa-dev@lists.apple.com Message-ID: [EMAIL PROTECTED]

Re: NSView out of memory problem

2008-04-01 Thread Gorazd Krosl
Hi Leslie, NSView does not store any drawing. If the code bellow is executed in the loop as you are indicating and possibly several thousand times, each time through the loop you are creating a new autoreleased NSBezierPath. If this is the case, you should include NSAutoreleasePool and drain or