Re: Cocoa-dev Digest, Vol 5, Issue 430

2008-03-18 Thread Daniel zeilMal
Thanks a lot , James.Actually , I don't want to use carbon . : ( Because I'm totally a newbie to carbon.But I have no choice to do that . I have a custom view which need to set into a menuItem . This is not supported in Tiger. And when I search the key word "Carbon Menu" in Google , there seems to

Re: Cocoa-dev Digest, Vol 5, Issue 430

2008-03-18 Thread James Hober
On Mar 18, 2008, at 11:36 AM, [EMAIL PROTECTED] wrote: On Mar 18, 2008, at 11:32 AM, cai qin wrote: I have a cocoa app developed in Tiger . Is it possible that Using a carbon menuRef to get App 's mainMenu? Why not just use public Carbon API? MenuRef carbonMenuBar = AcquireRootMenu(); ...