On Jun 26, 2008, at 12:46 PM, Quincey Morris wrote:


On Jun 26, 2008, at 12:03, Gabriel Shahbazian wrote:

I have some bindings set up that work perfect well with a Table View (3 column) but when I try and use the Outline View it fails to display the data. Is there something different you need to do with the bindings or does it simply not work with Outline View?


a-1) make sure you're not trying to bind an outlineview to an arraycontroller. The natural pairing is NSOutlineView + NSTreeController, and NSTableView + NSArrayController.

(a) Check that you have specified at least a suitable "children" property for the outline view in the first tab of the IB inspector.

(b) Check your console log for error messages about something being misconfigured.


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/luesang%40apple.com

This email sent to [EMAIL PROTECTED]


--------------------------
RONZILLA



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to