Re: Nib not awoken

2011-02-15 Thread Ross Carter
On Feb 15, 2011, at 10:49 AM, Bruce Cresanta wrote: > I am using an NSDocument based application and I'm having trouble with > the following code: > > -(void) analyzePressed > { > NSString * raw = [[[NSString alloc] initWithBytes:[pageData bytes] > length:[pageData length] encoding

Nib not awoken

2011-02-15 Thread Bruce Cresanta
Hello, I am using an NSDocument based application and I'm having trouble with the following code: -(void) analyzePressed { NSString * raw = [[[NSString alloc] initWithBytes:[pageData bytes] length:[pageData length] encoding: NSUTF8StringEncoding] retain]; id analyzerdoc