Re: Modify Input in NSTableView

2008-04-03 Thread K. Darcy Otto
See the following for the solution: http://www.cocoabuilder.com/archive/message/cocoa/2008/4/4/203185 On 31-Mar-08, at 5:18 PM, K. Darcy Otto wrote: Closing in on a solution (but not quite there): I have made some progress in solving this problem, but still have one strangeness (detailed be

Re: Modify Input in NSTableView

2008-03-31 Thread K. Darcy Otto
Closing in on a solution (but not quite there – see below for details): I have made some progress in solving this problem, but still have one strangeness (detailed below). Here is what I have done to get the ">" replaced with "→" in an NSTableView: 1. Set my AppController as the window d

Re: Modify Input in NSTableView

2008-03-31 Thread K. Darcy Otto
On Mar 31, 2008, at 00:29, Quincey Morris wrote: > On Mar 30, 2008, at 23:08, K. Darcy Otto wrote: > >> I'm working on an application in which users enter data into a >> table, but I need to substitute a greater-than symbol (>) for a >> right-arrow symbol (→, unicode: 2192) as the user presses t

Re: Modify Input in NSTableView

2008-03-31 Thread Quincey Morris
On Mar 31, 2008, at 00:29, Quincey Morris wrote: On Mar 30, 2008, at 23:08, K. Darcy Otto wrote: I'm working on an application in which users enter data into a table, but I need to substitute a greater-than symbol (>) for a right-arrow symbol (→, unicode: 2192) as the user presses they key

Re: Modify Input in NSTableView

2008-03-31 Thread Quincey Morris
On Mar 30, 2008, at 23:08, K. Darcy Otto wrote: I'm working on an application in which users enter data into a table, but I need to substitute a greater-than symbol (>) for a right-arrow symbol (→, unicode: 2192) as the user presses they key (or copies the text, or whatever). After lookin