• 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
NSTextField: How to DEselect text?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTextField: How to DEselect text?


  • Subject: NSTextField: How to DEselect text?
  • From: Jerry Krinock <email@hidden>
  • Date: Thu, 20 Dec 2007 18:09:59 -0800

I'd like to pre-place some text into an NSTextField, and then give it focus (make it firstResponder) and immediately allow the user type in additional text, concatenating it.

Unfortunately, when I make the field firstResponder, my pre-placed text is selected, and when the user starts typing, it gets overwritten. Very annoying.

Does anyone know how to deselect text in an NSTextField?

NSTextField has a selectText:(id)sender method but no deselectText: method.

I've tried sending -setStringValue:, -makeFirstResponder: and - endEditingFor: in various different orders and combinations, but nothing works.

Thanks,

Jerry Krinock
_______________________________________________

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


  • Follow-Ups:
    • Re: NSTextField: How to DEselect text?
      • From: John Stiles <email@hidden>
  • Prev by Date: Re: NSTask's launchedTaskWithLaunchPath:arguments: versus NSWorkspace's launchApplication:
  • Next by Date: Re: IconRef and NSImageRep
  • Previous by thread: Re: How to implement an array of dicts
  • Next by thread: Re: NSTextField: How to DEselect text?
  • Index(es):
    • Date
    • Thread