Re: Putting a spinning progress indicator in a outline

2008-08-02 Thread Markus Spoettl
On Aug 2, 2008, at 6:15 AM, Andreas Mayer wrote: which doesn't seem to work, can one even mix binding and datasource driven columns on a NSOutline? I think that should be possible. Turns out that if you mix binding and datasource, you have to implement not only - (id)outlineView:(NSOutli

Re: Putting a spinning progress indicator in a outline

2008-08-02 Thread Andreas Mayer
Am 02.08.2008 um 01:42 Uhr schrieb Markus Spoettl: I think Mail uses a custom cell type. There's a 3rd party open- source implementation by Andreas Mayer, at http://www.harmless.de/cocoa-code.php Thanks, that looks pretty good. I can't get it to work with binding right now, not sur

Re: Putting a spinning progress indicator in a outline

2008-08-01 Thread Markus Spoettl
On Aug 1, 2008, at 4:42 PM, Markus Spoettl wrote: Thanks, that looks pretty good. I can't get it to work with binding right now, not sure why that is. When I bind to a bool property of the item object (which is KVC compliant) I get this logged: 8/1/08 4:06:37 PM myApp[1280] [ valueForUndef

Re: Putting a spinning progress indicator in a outline

2008-08-01 Thread Markus Spoettl
On Aug 1, 2008, at 2:55 PM, Jens Alfke wrote: I'm trying to figure out how I might be able to do something like Mail.app does displaying a spinning progress indicator as part of an outline item. Is this a custom cell type that AppKit doesn't have or is it something that's already there waiti

Re: Putting a spinning progress indicator in a outline

2008-08-01 Thread Jens Alfke
On 1 Aug '08, at 2:49 PM, Markus Spoettl wrote: I'm trying to figure out how I might be able to do something like Mail.app does displaying a spinning progress indicator as part of an outline item. Is this a custom cell type that AppKit doesn't have or is it something that's already there w