Re: NSPopUpButton with "multiple selection" state (like NSMixedState)

2009-04-24 Thread ALEXander
If you pasted an image in there, it did not make it through the email server. (Interesting, because I have seen small images make it through in the past.) No, that was just a big white space to keep text and context apart :) Anyhow, I believe you want a popup menu which shows a constant "

Re: NSPopUpButton with "multiple selection" state (like NSMixedState)

2009-04-24 Thread Jerry Krinock
On 2009 Apr 24, at 08:43, ALEXander wrote: I am looking for a possibility to display a NSMixedState for an NSPopUpButton (like it is used OmniGraffle): If you pasted an image in there, it did not make it through the email server. (Interesting, because I have seen small images make it

NSPopUpButton with "multiple selection" state (like NSMixedState)

2009-04-24 Thread ALEXander
Hello, I am looking for a possibility to display a NSMixedState for an NSPopUpButton (like it is used OmniGraffle): I have some objects. Each object can be in one and only one group. There are multiple groups and objects. I want to assign the group to the objects via an NSPopUpButton.