0

I have a NSTreeController/NSOutlineView with children and a NSComboBox. I would like to only show the top level objects in the combobox and not the children. Can't figure out how to do this. Any suggestions?

Mikael
  • 3,572
  • 1
  • 30
  • 43

1 Answers1

0

Allright, it's just been confirmed that I'm stupid.

Just added a NSArrayController and used bindings with that one instead.

Mikael
  • 3,572
  • 1
  • 30
  • 43