Tagged Questions
1
vote
1answer
379 views
How do I manually highlight an NSPopUpButtonCell when drawing it (draw it using white instead of black)?
I've got a custom cell composed out of several cells, one of which is an NSPopUpButtonCell.
When drawing my custom cell highlighted, I want to cause all the sub-cells to highlight as well (typically ...
1
vote
1answer
400 views
NSPopUpButtonCell inside custom cell does not pop up when clicked
I've created a custom subclass of NSCell with an NSImageCell, some NSTextFieldCells, and an NSPopUpButtonCell.
I'm initializing the pop up cell using:
myPopUpCell = [[NSPopUpButtonCell alloc] ...