Top "Nstextfield" questions

NSTextField object belongs to Apple's class.

Forcing a Cocoa text field to end editing

I have a view based gui that contains a text field for each gui item. When I select another menu …

cocoa macos nstextfield
NSTextField placeholder text doesn't show unless editing

I set the placeholder text of my NSTextField in Interface Builder, but the placeholder text doesn't show until I click …

objective-c cocoa macos nstextfield appkit
NSTextField - White text on black background, but black cursor

I've setup an NSTextField with text color as white, and the background color as (black despite not rendering the background …

objective-c macos cocoa customization nstextfield
How to change NSTextField text color on row selection?

For cocoa, I have an NSTableView set to be view based. When a row is selected, the text fields change …

cocoa nstextfield
How to detect when NSTextField has the focus or is it's content selected cocoa

I have a NSTextField inside of a NSTableCellView, and I want an event which informs me when my NSTextField has …

macos cocoa focus nstextfield first-responder
Respond to mouse events in text field in view-based table view

I have text fields inside a custom view inside an NSOutlineView. Editing one of these cells requires a single click, …

cocoa nstableview nstextfield mousedown
NSTextField Color issues

I am dynamically adding a NSTextField to a window and I am having issues with rendering. I am setting the …

objective-c nstextfield
How to live check a NSTextField - Swift OS X

I am currently making an OS X application written in Swift. What I want to do is when the user …

macos label swift2 nstextfield
selectText of NSTextField on focus

Could anybody suggest a method to select all the text of an NSTextField when the user clicks it? I did …

cocoa select focus nstextfield
Trying to create link with NSTextField

I'm using this category (is that right?) http://www.nightproductions.net/references/dsclickableurltextfield_reference.html#setAttributedStringValue to implement clickable textfields. …

cocoa hyperlink nstextfield clickable