On 10 Jul 2008, at 19:48, Hans-Jörg Bibiko wrote:
I tried to figure out whether it is possible to create a NIB containing a NSOutlineView and to feed it using a plist. But I didn't find a way.
Has anyone an idea? Or is this impossible with tm_dialog?
The Paste Online uses a Nib with an NSOutlineView.
The tricky part is dealing with the selection since the NSIndexPath cannot be stored in a property list, so we did a value converter for this.