On May 16, 2011, at 5:49 PM, Conrad Shultz wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 5/16/11 4:04 PM, Martin Batholdy wrote:
>> Hi,
>> 
>> I create an NSMenu by myself;
>> 
>> menu = [[NSMenu allocWithZone:menuZone] init];
> 
> What Nick said.
> 
> Plus, you almost never want to use -allocWithZone:.  Zones are a
> particularly arcane subject and explicit determination of a zone is best
> avoided.

That's not true with NSMenu; the OP actually had it right: 
<http://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSMenu_Class/Reference/Reference.html#//apple_ref/doc/uid/20000267-menuZone>

Nick Zitzmann
<http://www.chronosnet.com/>



_______________________________________________

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 arch...@mail-archive.com

Reply via email to