Re: Programatically Change NSMenu Title

2008-11-04 Thread Christopher Hickman
On Tuesday, November 04, 2008, at 04:44PM, "Chunk 1978" <[EMAIL PROTECTED]> wrote: >i just found it a lot easier to edit the localizable.strings file than >change the menu items in the nib file... i mean, if i had a program >that is localized in 20 different languages, it would certainly be >easie

Re: Programatically Change NSMenu Title

2008-11-04 Thread Christopher Hickman
On Tuesday, November 04, 2008, at 03:02PM, "Chunk 1978" <[EMAIL PROTECTED]> wrote: >for localization purposes, i'd like to programatically change all of >my app's menu item titles. Generally, you'd accomplish that with localized nibs instead of doing it proramatically. Is there some reason why t

Re: Porting from Windows to Mac

2008-10-30 Thread Christopher Hickman
>***DO NOT*** expect that it's merely a matter of finding the corresponding >Mac API call for each Windows API call--the differences run deeper than >that. In order to be successful, you ***WILL*** have to learn to be a Mac >developer, period, no shortcuts. Don't let that scare you. It's easier t