Changing input methods in Cocoa
Changing input methods in Cocoa
- Subject: Changing input methods in Cocoa
- From: Brian Webster <email@hidden>
- Date: Wed, 20 Jun 2001 13:02:10 -0500
I have a table view in my application with several columns, some
of which I want to take input using the Japanese Kotoeri input
method, and the others using the standard input method. What
I'd like to prevent is having to have the user press
command-space to switch scripts every time they enter a new
column, but instead have it happen automatically. Ideally, I'd
like to have it be set up this way as soon as the app launches,
so the first time they enter that column it's already set to do
Japanese input. I have a feeling I'll need to at least make a
custom field editor and possibly a NSTextField and/or
NSTableColumn subclass, but beyond that I'm not really sure what
to do. Any tips?
--
Brian Webster
email@hidden
http://www.owlnet.rice.edu/~bwebster