Re: NSWindow & NSGraphicsContext issue

2008-05-23 Thread Gregory John Casamento
L PROTECTED]; [EMAIL PROTECTED] Cc: gnustep-dev@gnu.org Sent: Friday, May 23, 2008 6:45:58 AM Subject: Re: NSWindow & NSGraphicsContext issue Original-Nachricht > On Thu, 22 May 2008, Gregory John Casamento wrote: > > > Given that Fabien said once he recrea

Re: NSWindow & NSGraphicsContext issue

2008-05-23 Thread Fred Kiefer
Original-Nachricht > On Thu, 22 May 2008, Gregory John Casamento wrote: > > > Given that Fabien said once he recreated the .gorm file it's not > happening anymore and also that I can't make it happen in any other > application, I > believe we can consider this issue a non-issue

Re: NSWindow & NSGraphicsContext issue

2008-05-22 Thread Fabien Vallon
On Thu, 22 May 2008, Gregory John Casamento wrote: > Given that Fabien said once he recreated the .gorm file it's not happening > anymore and also that I can't make it happen in any other application, I > believe we can consider this issue a non-issue. > > One note for the future, however. I

Re: NSWindow & NSGraphicsContext issue

2008-05-22 Thread Gregory John Casamento
- OLC, Inc # GNUstep Chief Maintainer - Original Message From: Fabien Vallon <[EMAIL PROTECTED]> To: Gregory John Casamento <[EMAIL PROTECTED]> Cc: Fred Kiefer <[EMAIL PROTECTED]>; GNUstep Developer Sent: Tuesday, May 20, 2008 4:47:44 PM Subject: Re: NSWindow & NSGraphi

Re: NSWindow & NSGraphicsContext issue

2008-05-20 Thread Fabien Vallon
Hi, On Tue, 20 May 2008, Gregory John Casamento wrote: > I'm apparently missing something,... I get an error trying to compile that. > > Gregory Casamento -- Principal Consultant - OLC, Inc > # GNUstep Chief Maintainer > Yes, I have to write some makefiles tricks. cd Dithering && make insta

Re: NSWindow & NSGraphicsContext issue

2008-05-20 Thread Gregory John Casamento
GNUstep Developer Sent: Tuesday, May 20, 2008 4:34:53 AM Subject: Re: NSWindow & NSGraphicsContext issue Strange, I get the log message as soon as I open an image from the ToyViewer open menu entry. The ToyViewer version I am using is this one: http://www.sonappart.net/TV.tar.bz2 Hope this hel

Re: NSWindow & NSGraphicsContext issue

2008-05-20 Thread Gregory John Casamento
ECTED]> Cc: GNUstep Developer Sent: Tuesday, May 20, 2008 4:34:53 AM Subject: Re: NSWindow & NSGraphicsContext issue Strange, I get the log message as soon as I open an image from the ToyViewer open menu entry. The ToyViewer version I am using is this one: http://www.sonappart.net/TV.tar

Re: NSWindow & NSGraphicsContext issue

2008-05-20 Thread Fred Kiefer
# GNUstep Chief Maintainer - Original Message From: Gregory John Casamento <[EMAIL PROTECTED]> To: Fred Kiefer <[EMAIL PROTECTED]>; GNUstep Developer Sent: Monday, May 19, 2008 4:34:49 PM Subject: Re: NSWindow & NSGraphicsContext issue Fred, I will take a look at t

Re: NSWindow & NSGraphicsContext issue

2008-05-19 Thread Gregory John Casamento
cked there. GC Gregory Casamento -- Principal Consultant - OLC, Inc # GNUstep Chief Maintainer - Original Message From: Gregory John Casamento <[EMAIL PROTECTED]> To: Fred Kiefer <[EMAIL PROTECTED]>; GNUstep Developer Sent: Monday, May 19, 2008 4:34:49 PM Subject: Re: NSWindo

Re: NSWindow & NSGraphicsContext issue

2008-05-19 Thread Gregory John Casamento
: Fred Kiefer <[EMAIL PROTECTED]> To: GNUstep Developer Sent: Sunday, May 18, 2008 7:26:06 PM Subject: Re: NSWindow & NSGraphicsContext issue I was able to resolve most of the problems I listed below by not using autorelease objects. There still is one issue and it is an important

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-18 Thread Fred Kiefer
I was able to resolve most of the problems I listed below by not using autorelease objects. There still is one issue and it is an important one. When creating an NSWindow from a Gorm file the initialization is called twice. This will result in two backend objects being created for the window a

Re: NSWindow & NSGraphicsContext issue

2008-05-18 Thread Xavier Glattard
Fred Kiefer gmx.de> writes: > Last week I tried to resolve a circular refernce problem between > NSWindow and NSGraphicsContext. The window in the dictionary is (should be) only used when creating the context : delete the dictionary after use or remove the window from the ddictionary. You mig

NSWindow & NSGraphicsContext issue

2008-05-18 Thread Fred Kiefer
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 all the actual drawing. The window retain the conte