Re: Stop automatic editing of NSTextField

2009-08-25 Thread Jean-Daniel Dupas
Note that it can also be defined in Interface Builder. Le 25 août 2009 à 18:50, bryscomat a écrit : Nevermind. It's the [NSWindow setInitialFirstResponder:] method. Duh. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Stop automatic editing of NSTextField

2009-08-25 Thread bryscomat
Nevermind. It's the [NSWindow setInitialFirstResponder:] method. Duh. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.

Stop automatic editing of NSTextField

2009-08-25 Thread bryscomat
Hey all. Quick question: How do I prevent a window from initially making an NSTextField the firstResponder? I do not want any controls to automatically begin editing. Thanks. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post