Re: [Q] How can one programatically begin a text editing session in a NSTextField?
Re: [Q] How can one programatically begin a text editing session in a NSTextField?
- Subject: Re: [Q] How can one programatically begin a text editing session in a NSTextField?
- From: Andy Lee <email@hidden>
- Date: Thu, 05 Feb 2009 12:08:38 -0500
On Feb 5, 2009, at 11:33 AM, Eric Gorr wrote:
[myTextField selectText:nil];
Thanks. Unfortunately, that is not quite the desired behavior as it
causes all of the text to be selected and I want to see the blinking
cursor. It did begin a text editing session though, so it is quite
close.
[myTextField selectText:nil];
[[[myTextField window] fieldEditor:NO forObject:_textField2]
setSelectedRange:NSMakeRange(0, 0)];
--Andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden