Re: NSWindow NSGraphicsContext issue

2008-05-19 Thread Richard Frith-Macdonald
On 18 May 2008, at 16:51, Fred Kiefer wrote: Last week I tried to resolve a circular refernce problem between NSWindow and NSGraphicsContext. The source of the problem is that when an NSWindow gets displayed it generates an NSGraphicsContext (or rather a subclass) which will then manage

Re: NSWindow NSGraphicsContext issue

2008-05-19 Thread Gregory John Casamento
I've tried to recreate this issue. I am not seeing the NSLog that was added come up once during my tests either when running the application (ToyViewer) or any other apps. I'm continuuing to look into it. I'm going to open a bug on this so that the progress can be tracked there. GC