discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSMenu


From: Quentin Mathé
Subject: NSMenu
Date: Tue, 3 Feb 2004 15:42:42 +0100

Hi,

NSMenuItem autoenabling doesn't work with NSPopUpButton... is it an unimplemented feature ?

other problem... with the code below :

NSMenu *menu = [[NSMenu alloc] initWithTitle:@""];
[NSMenu popUpContextMenu:menu withEvent:myEvent forView:myView];
RELEASE(menu);

the menu object doesn't seem to be released (its dealloc method is not called)... Why ?

--
Quentin Mathé
qmathe@club-internet.fr




reply via email to

[Prev in Thread] Current Thread [Next in Thread]