bug-gnustep
[Top][All Lists]
Advanced

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

Re: Problem with NSPopUpButton.


From: Fred Kiefer
Subject: Re: Problem with NSPopUpButton.
Date: Thu, 04 Oct 2001 19:41:22 +0200

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





reply via email to

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