Tagged Questions
0
votes
0answers
68 views
why pop up button cell returns nil
I'm using a pop up button cell with outlineview, and bound the cell's selected index with a tree controller.But first time you choose a selection in the cell, it aways set my object's binded property ...
1
vote
1answer
327 views
Dynamically populated NSPopUpButtonCell menu in an NSOutlineView
I’m working with an NSOutlineView which has two columns. My dataSource supplies the outline view with a tree of items of a custom class which represents file types (that is, you initialise it with a ...