On Mar 24, 2007, at 02:15 AM, Edward de Jong wrote:
I want my program to behave differently when Hebrew is selected,
vs. English and other choices. I can't seem to find the system
call that will tell me the currently selected input menu choice
from the little flag icon that is on the right of the menu bar.
The menu bar shows various input choices, and yet the script
manager calls don't seem to return a value that tracks the menu.
The current script is often reported at 126 (unicode) and doesn't
change between hebrew and hawaiian. So what is the API call to get
the keyboard input method choice.
Most of the input methods on Mac OS X support only Unicode, and as
you've discovered, these two input methods are among them. If your
application supports Unicode, you get these along with that support.
If your application doesn't support Unicode... you might be in for a
bit of a rough ride.
What behavioral difference are you trying to implement when Hebrew is
selected?
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden