• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [Q] How can one programatically begin a text editing session in a NSTextField?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: [Q] How can one programatically begin a text editing session in a NSTextField? (From: Eric Gorr <email@hidden>)

  • Prev by Date: Re: Anyone using IKImageView/any alternatives ?
  • Next by Date: Re: [Q] How can one programatically begin a text editing session in a NSTextField?
  • Previous by thread: Re: [Q] How can one programatically begin a text editing session in a NSTextField?
  • Next by thread: Re: [Q] How can one programatically begin a text editing session in a NSTextField?
  • Index(es):
    • Date
    • Thread