Skip navigation.
 
mlRe: Making a popup button via pushbutton?
FROM : John Pannell
DATE : Sun Nov 24 14:39:57 2002

If I understand you correctly, NSPopUpButton has all the functionality
you need - you shouldn't need the contextual menu if you know the user
is clicking on a specific button.  Check the docs for NSPopUpButton and
specifically the -setPullsDown option.

HTH-

John P.

On Saturday, November 23, 2002, at 11:19 PM, <email_removed> wrote:

> Ok so i want to make a popup button via a pushbutton and a contexual
> menu how do i get the contexmenu to fire when the button is clicked?
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlMaking a popup button via pushbutton? cocoa Nov 24, 07:19
mlRe: Making a popup button via pushbutton? John Pannell Nov 24, 14:39