N NSNick macrumors regular Original poster Jun 27, 2008 162 0 Washington D.C. Jun 28, 2008 #1 How does one create a data source that is viewable in an NSTableView and then add an item found in an NSTextField to it through an IBAction?
How does one create a data source that is viewable in an NSTableView and then add an item found in an NSTextField to it through an IBAction?
Sayer macrumors 6502a Jan 4, 2002 981 0 Austin, TX Jun 28, 2008 #2 One looks in Developer -> Examples -> AppKit -> OutlineView
N NSNick macrumors regular Original poster Jun 27, 2008 162 0 Washington D.C. Jun 28, 2008 #3 Thanks did not realize I had those.