Hi Norio,
So when the cursor comes to the text field, I want input method to
change suitable characters depending on the text field.
Not using validation after user types something in it.
There's no Cocoa API for switching the keyboard/input method.
However, on Leopard you can use Text Input Source services to do what
you want:
http://developer.apple.com/documentation/TextFonts/Reference/
TextInputSourcesReference/Reference/reference.html
It's works very nicely. On Tiger and under you're stuck with Keyboard
Layout services:
http://developer.apple.com/documentation/Carbon/Reference/
KeyboardLayoutServices/DeprecationAppendix/AppendixADeprecatedAPI.html
Which, in my opinion, is buggy and incomplete.
~Martin
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]