Contextual Menu Setting
Contextual Menu Setting
- Subject: Contextual Menu Setting
- From: "Lucas M. Haley" <email@hidden>
- Date: Thu, 31 Oct 2002 15:57:49 -0800
Heya all --
I'm trying to set a menu to be the contextual menu for a table. In IB I've set up the menu and targets, and in the document's awakeFromNib I call:
[attributesTable setMenu:attributesMenu];
which seems to work well. I get a strange error when the app runs, and I control-click on the table:
*** malloc[700]: Deallocation of a pointer not malloced: 0x1c1e45c; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
am I missing something? Forget to do something?
Thanks for any help!
-Lucas Haley
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.