Re: outlineView:dataCellForTableColumn:item: and bindings don't mix? Editing doesn't stick.

2008-07-31 Thread Sean McBride
On 7/30/08 12:52 PM, Corbin Dunn said: >> I'm trying to use it exactly as used in the >> DragNDropOutlineView example: to use a cell that will be used for the >> entire row (ie a full width cell). >> >> It works in the test app (which doesn't use bindings), but doesn't >> work >> in my app that us

Re: outlineView:dataCellForTableColumn:item: and bindings don't mix? Editing doesn't stick.

2008-07-30 Thread Corbin Dunn
I'm trying to use it exactly as used in the DragNDropOutlineView example: to use a cell that will be used for the entire row (ie a full width cell). It works in the test app (which doesn't use bindings), but doesn't work in my app that uses bindings. I'm able to get the full width cell look,

Re: outlineView:dataCellForTableColumn:item: and bindings don't mix? Editing doesn't stick.

2008-07-30 Thread Sean McBride
On 7/30/08 12:52 PM, Corbin Dunn said: >> Anyone using NSOutlineView's outlineView:dataCellForTableColumn:item: >> delegate message? > >Yes -- I have used it in a few places. No doubt. :) >> I'm trying to use it exactly as used in the >> DragNDropOutlineView example: to use a cell that will be u

Re: outlineView:dataCellForTableColumn:item: and bindings don't mix? Editing doesn't stick.

2008-07-30 Thread Corbin Dunn
Anyone using NSOutlineView's outlineView:dataCellForTableColumn:item: delegate message? Yes -- I have used it in a few places. I'm trying to use it exactly as used in the DragNDropOutlineView example: to use a cell that will be used for the entire row (ie a full width cell). It works in the

outlineView:dataCellForTableColumn:item: and bindings don't mix? Editing doesn't stick.

2008-07-30 Thread Sean McBride
Hi all, Anyone using NSOutlineView's outlineView:dataCellForTableColumn:item: delegate message? I'm trying to use it exactly as used in the DragNDropOutlineView example: to use a cell that will be used for the entire row (ie a full width cell). It works in the test app (which doesn't use binding