Hi guys,
I've been trying to get a simple CPOutlineView working, but have been
stuck for the past few days. Basically, my outline view will only be
two levels deep (so Parent1 > [some children], Parent2 > [some
children], etc.). But I can't get anything beyond the first level to
display (including the disclosure triangles).
Here is the example project:
http://chandlerkent.com/OutlineView/index-debug.html.
And here is my simplified AppController.j:
http://gist.github.com/251323.
I think what I am trying to do should be very possible because it is
done in Atlas.
I am on the Jake branch (I think about a week old).
All help is greatly appreciated.