Re: what the hell is Error (1007) creating CGSWindow?

2009-01-15 Thread Rick Mann
On Jan 15, 2009, at 09:32:00, David Duncan wrote: On Jan 14, 2009, at 9:10 PM, Michael B Johnson wrote: So I have an application that has been bedeviled by a nasty, nasty bug for years that manifests itself as an exception being thrown with: Error (1007) creating CGSWindow At that point

Re: what the hell is Error (1007) creating CGSWindow?

2009-01-15 Thread Michael B Johnson
On Jan 15, 2009, at 9:35 AM, David Duncan wrote: On Jan 15, 2009, at 9:32 AM, David Duncan wrote: On Jan 14, 2009, at 9:10 PM, Michael B Johnson wrote: So I have an application that has been bedeviled by a nasty, nasty bug for years that manifests itself as an exception being thrown with

Re: what the hell is Error (1007) creating CGSWindow?

2009-01-15 Thread David Duncan
On Jan 15, 2009, at 9:32 AM, David Duncan wrote: On Jan 14, 2009, at 9:10 PM, Michael B Johnson wrote: So I have an application that has been bedeviled by a nasty, nasty bug for years that manifests itself as an exception being thrown with: Error (1007) creating CGSWindow At that point,

Re: what the hell is Error (1007) creating CGSWindow?

2009-01-15 Thread David Duncan
On Jan 14, 2009, at 9:10 PM, Michael B Johnson wrote: So I have an application that has been bedeviled by a nasty, nasty bug for years that manifests itself as an exception being thrown with: Error (1007) creating CGSWindow At that point, the user has no choice but to reboot the machine -

Re: what the hell is Error (1007) creating CGSWindow?

2009-01-14 Thread Michael Ash
On Thu, Jan 15, 2009 at 12:16 AM, Michael B Johnson wrote: > > On Jan 14, 2009, at 9:13 PM, Joe Ranieri wrote: > >>>NSDictionary* dict = [NSDictionary >>> dictionaryWithObjectsAndKeys:font, NSFontAttributeName, self.textColor, >>> NSForegroundColorAttributeName, nil]; >>>

Re: what the hell is Error (1007) creating CGSWindow?

2009-01-14 Thread Michael B Johnson
On Jan 14, 2009, at 9:13 PM, Joe Ranieri wrote: NSDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, self.textColor, NSForegroundColorAttributeName, nil]; NSAttributedString* aStr = [[[NSAttributedString alloc] initWithString:str attributes:dict] a

Re: what the hell is Error (1007) creating CGSWindow?

2009-01-14 Thread Joe Ranieri
NSDictionary* dict = [NSDictionary dictionaryWithObjectsAndKeys:font, NSFontAttributeName, self.textColor, NSForegroundColorAttributeName, nil]; NSAttributedString* aStr = [[[NSAttributedString alloc] initWithString:str attributes:dict] autorelease]; NSIm

what the hell is Error (1007) creating CGSWindow?

2009-01-14 Thread Michael B Johnson
So I have an application that has been bedeviled by a nasty, nasty bug for years that manifests itself as an exception being thrown with: Error (1007) creating CGSWindow At that point, the user has no choice but to reboot the machine - the Window Server is pretty much hoarked. Since the ap