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();

...

error = ReleaseMenu(carbonMenuBar); //clean up

and remember that Carbon menu items are 1-based unlike Cocoa menu items that are 0-based.

James

PS This seems like more of a Carbon question than a Cocoa question


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to