does any know how to make a NSPopUpButton with multiple selections which is like this.
Asked
Active
Viewed 954 times
6

hodge
- 125
- 6
-
Is that a `NSPopUpButton` or just a button with a menu? – trojanfoe Jul 19 '12 at 12:09
-
I know it's 4 years later but did you ever find the answer? – nyitguy Sep 06 '16 at 19:34
-
Guy by the name of kevgski has an interestingblogpost in which he describes making NSPopUpButton reflect multiple values by setting the state of the relevant cells to NSControlStateValueMixed https://sketchplugins.com/d/1246-setting-a-mixed-state-nspopupbutton. I imagine this would show the way to accomplish what @hodge wants. – Elise van Looij Dec 13 '20 at 16:37