Re: Search Item in the Application menu missing in Other languages

2009-07-27 Thread Peter Ammon
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

Re: Search Item in the Application menu missing in Other languages

2009-07-27 Thread Arun
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

Re: Search Item in the Application menu missing in Other languages

2009-07-24 Thread Peter Ammon
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

Search Item in the Application menu missing in Other languages

2009-07-24 Thread Arun
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 menu there is an item called "Search". But if the