• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to change input managers on Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to change input managers on Leopard


  • Subject: Re: How to change input managers on Leopard
  • From: Martin Wierschin <email@hidden>
  • Date: Wed, 7 Nov 2007 16:17:51 -0800

Oh Excellent! I had no idea that was added for Leopard- very exciting, thanks,

~Martin


On Nov 7, 2007, at 10:37 AM, Aki Inoue wrote:

Hi,

On Leopard, you can use Text Input Sources Services that gives you far more control over the input sources.
http://developer.apple.com/documentation/TextFonts/Reference/ TextInputSourcesReference/Reference/reference.html


Aki

On 2007/11/07, at 3:46, Satoshi Nakagawa wrote:

Hi all,

I want to change the current input manager to another one by code.

But,

 [NSInputManager cycleToNextInputLanguage:nil];
 [NSInputManager cycleToNextInputServerInLanguage:nil];

doesn't work anymore on Leopard.
It seems to have no effect.

Does any one know how to do it effectively?


And another question related to this topic.

How can I know what is the current input manager?

I tried,

NSLog(@"%p", [NSInputManager currentInputManager]);
NSLog(@"%@", [[NSInputManager currentInputManager] language]);
NSLog(@"%@", [[NSInputManager currentInputManager] localizedInputManagerName]);


I just got the same result always,

 0x145810
 nil
 nil

even when the current input manager is for English or for Japanese.

--
Satoshi Nakagawa

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


References: 
 >How to change input managers on Leopard (From: Satoshi Nakagawa <email@hidden>)
 >Re: How to change input managers on Leopard (From: Aki Inoue <email@hidden>)

  • Prev by Date: Re: -[NSConditionLock unlockWithCondition:]: lock (<NSConditionLock: 0x59f2050> '(null)') unlocked when not locked
  • Next by Date: Bindings, IKImageBrowserView, and reordering
  • Previous by thread: Re: How to change input managers on Leopard
  • Next by thread: Re: How to change input managers on Leopard
  • Index(es):
    • Date
    • Thread