On 4 Aug 2008, at 13:11, Allan Odgaard wrote:
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.
Yes. I've already figured out how to set up a NSOutlineView using a
plist (I forgot to set the child key ;)
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.
You did a value converter for it. Where can I find it?
--Hans