Arun, my advice is the same. To identify which menu (if any) should
get the Search field, AppKit examines the actions of the items in that
menu. If a menu contains an item with the showHelp: action, then
AppKit concludes that menu is the Help menu, and it will get the
Search field.
-Pet
Hi Peter,
selector(showHelp:) is the default action that gets called when we click on
the Help -> showHelp option.
Looks like you did not undersatnd the question correctly.
The Hep menu in english contains a Search menu item in English. If you
change the Operating System language, Search menu ite
On Jul 24, 2009, at 11:22 AM, Arun wrote:
Hi All,
I have a cocoa application which is localized in multiple languages.
My application uses default Menu's like File, Edit, View, etc.,
When the language is set to English in the System Preferences ->
International -> languages, Under the Help men