Hi Pascal, are you sure that you are using the latest code from CVS? About one week ago I did change this behaviour, so that the action method of a popupbutton should only be send by the menu item. So the sender should now be a NSMenuItem, which wont implement selectedCell. If there is any object that will implement this it is probably NSPopupButton, which would mean that the action method on menu items should use this as the sender. And perhaps on this class selectedCell should be redefined to return the cell of the selected menu item. (Which is not hard to do) To test this, you should also output the sender itself, so that we know, what Openstep and MacOS X are expecting.
Fred _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
