Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've left the original answer here as it may interest someone later down the line; however, I think I misunderstood what Jared was looking for. To achieve what he's looking for I think it should be as simple as calling <a href="http://developer.apple.com/library/mac/documentation/cocoa/reference/ApplicationKit/Classes/NSCell_Class/Reference/NSCell.html#//apple_ref/occ/instm/NSCell/setBordered%3a" rel="nofollow">setBordered:</a>NO on the instance of <a href="http://developer.apple.com/library/mac/#documentation/cocoa/reference/ApplicationKit/Classes/NSPopUpButtonCell_Class/Reference/Reference.html" rel="nofollow">NSPopupButtonCell</a> that he is using (the method is inherited from <a href="http://developer.apple.com/library/mac/#documentation/cocoa/reference/ApplicationKit/Classes/NSCell_Class/Reference/NSCell.html#//apple_ref/occ/cl/NSCell" rel="nofollow">NSCell</a>).</p> <p>Original: I'd recommend looking at the <a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSComboBoxCell_Class/Reference/Reference.html" rel="nofollow">class reference for NSComboBoxCell</a>. Specifically, it offers the method <a href="http://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSComboBoxCell_Class/Reference/Reference.html#//apple_ref/occ/instm/NSComboBoxCell/setButtonBordered%3a" rel="nofollow">setButtonBordered:</a> which allows you to control the appearance of the button border on a NSComboBoxCell used in a table view. That is how I would work to achieve the desired result you show above.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload