Re: NSTreeController, NSBrowser image setting

2010-03-24 Thread Tony Romano
pport icons and I am able to set images for each item. I will file a bug. If someone feels different, please let me know. Thanks, -tony On Mar 24, 2010, at 1:58 AM, Tony Romano wrote: >> From: Tony Romano >> Date: March 24, 2010 1:57:04 AM PDT >> To: Cocoa Developers >&

Fwd: NSTreeController, NSBrowser image setting

2010-03-24 Thread Tony Romano
> From: Tony Romano > Date: March 24, 2010 1:57:04 AM PDT > To: Cocoa Developers > Subject: Re: NSTreeController, NSBrowser image setting > > Thanks Ken, that was somewhat helpful. However, I am still having trouble > mapping the arguments passed via(- (void)browser

Re: NSTreeController, NSBrowser image setting

2010-03-23 Thread Ken Thomases
On Mar 23, 2010, at 9:22 PM, Tony Romano wrote: > I'm using a NSTreeController and bindings to contain the data for a > NSBrowser. Data from my objects is being displayed fine. I want to add an > image to the entries in the browser. From what I gather, I need to implement > the willDisplayCe

NSTreeController, NSBrowser image setting

2010-03-23 Thread Tony Romano
I'm using a NSTreeController and bindings to contain the data for a NSBrowser. Data from my objects is being displayed fine. I want to add an image to the entries in the browser. From what I gather, I need to implement the willDisplayCell delegate method. The question I have is how do I get