Re: missing cursor in Scott Anguish's HTMLEditor tutorial??
Re: missing cursor in Scott Anguish's HTMLEditor tutorial??
- Subject: Re: missing cursor in Scott Anguish's HTMLEditor tutorial??
- From: Scott Anguish <email@hidden>
- Date: Thu, 16 Aug 2001 18:36:08 -0400
You can overcome this by having setting the insertion point (the
selection) to a range of 0,0 in the
- (void)windowControllerDidLoadNib:(NSWindowController *) aController;
method in the NSDocument subclass
On Thursday, August 16, 2001, at 03:55 PM, Oliver Chern wrote:
I set the NSTextField to be the FirstResponder, so when I start typing,
the
text automatically is inputted into my main document window. However,
when I
launch the application, I don't see the blinking cursor at the top left
of
the NSTextField that users are accustomed to in text editing apps.