Re: NSTextField annoyances
Re: NSTextField annoyances
- Subject: Re: NSTextField annoyances
- From: Stéphane Sudre <email@hidden>
- Date: Sat, 1 Feb 2003 00:32:02 +0100
On Monday, July 29, 2002, at 06:24 PM, Adrian Rutledge wrote:
Just noticed this annoyance when I got my app to a point where the
server starts spitting no text to send errors at me. Is there any way
to set an NSTextField to only call its action when I press enter,
rather than any time I leave it?
(The reason I'm getting those errors is because I often switch tabs
with the text field empty, by the way.)
Perhaps, though, I may have to go with an NSTextView subclass, I don't
necessarily need formatters, so I could do that, but my first reaction
told me NSTextField would work better, in this case. It almost does,
too. q=
In Interface Builder, if you display the Inspector for NSTextField, you
will see a Radio Group Box for what you want.
Send Action: o Only on enter
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.