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
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
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
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
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