Re: Making a NSFormatter receive special keys
Re: Making a NSFormatter receive special keys
- Subject: Re: Making a NSFormatter receive special keys
- From: "Clark S. Cox III" <email@hidden>
- Date: Fri, 23 Aug 2002 13:28:55 -0400
On 08/23/2002 12:26, "Pierre-Olivier Latour" <email@hidden> wrote:
>
Hi,
>
>
Is there a proper way to make a NSFormatter connected to a text editor
>
receive special keys like F1, up arrow, etc... When the user presses them?
No, NSFormatters simply format and validate whatever is contained inside
a control/cell, they don't ever directly get the keys that the user is
pressing, that is the control/cell's job.
--
Clark S. Cox III
_______________________________________________
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.