문제

I've tried to add NSPopupButton + CustomView, but it's not what I wanted. I would like to mimic "Tasks" on Xcode's toolbar.

도움이 되었습니까?

해결책

You want to change the 'Type' of the NSPopUpButton to "Pull Down."

Here's a great video demonstration on precisely what you're looking for: http://www.youtube.com/watch?v=Qr6EX-JIZZU.

다른 팁

Hey Irwan, I have code that does this in my Fluidium project on GitHub.

Behavior: Standard NSToolbarItem that is an NSButton. When you click and hold on the button, it pops up an NSMenu after a short delay.

Basically identical to Xcode:

http://github.com/itod/fluidium/blob/master/Fluidium/src/FUBackForwardPopUpButton.m

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top