Whenever I add a layer for Core Animation either from the nib or programatically, the NSTextFields (labels) in my interface get messed up. Here\'s a screenshot from Apple\'s BasicCocoaAnimations examp
Could someone explain to me what are the main differences between NSTextField and NSTextView? I know that NSTextView has more features and is usually used for longer texts, and NSTextField is usually
I have a view based gui that contains a text field for each gui item.When I select another menu item I want my text fields to exit out of editing mode.I could not find anyway to do this in the nsTe开发
I\'ve setup an NSTextField with text color as white, and the background color as (black despite not rendering the background color, so its transparent). All in Interface Builder.
After always running monolithic blocks of code from within my AppController object, I\'ve just learned how to modularize my code using separate model controller objects (so much neater and less confus
I\'m working on a Cocoa programming exercise, and I need to be able to determine whi开发者_StackOverflow社区ch of two NSTextView objects is currently being edited. I think it\'s something to do with f
I\'ve got a bunch of NSTextFields on a window (tagged 1-8) and I\'m wondering if it\'s possible to access each individual text field programatically by its tag number so I can then get/set its value?
I want to add a data detector in an NSTextField / NSTextView like in Mail (e.g. date, email, URL, etc).
I have the following code: @interface AXWindowController : NSWindowController { IBOutlet NSTextField *text;
I\'d like to create statusbar with text effect like in Safari or iTune开发者_如何学编程s, i.e. recessed text.