Re: Finding the path of selected item in NSOutlineView

2009-02-28 Thread Andrew Yeaton
This might help you: http://www.wilshipley.com/blog/2006/04/pimp-my-code-part-10-whining-about.html On Feb 27, 2009, at 11:24 PM, Ankur Singhal wrote: Hi All, I am facing a problem in finding the path of the selected item from NSOutlineView. Can any one help me out in solving this problem

Re: Finding the path of selected item in NSOutlineView

2009-02-27 Thread Graham Cox
On 28/02/2009, at 4:10 PM, Ankur Singhal wrote: Hi, By path I mean to say the actual path of the object present on my Pc like /users/ankur/desktop But that has nothing to do with NSOutlineView. If the outline view's datasource is supplying it with paths as the view's data, then -itemAt

RE: Finding the path of selected item in NSOutlineView

2009-02-27 Thread Ankur Singhal
-dev@lists.apple.com Subject: Re: Finding the path of selected item in NSOutlineView On 28/02/2009, at 3:24 PM, Ankur Singhal wrote: > I am facing a problem in finding the path of the selected item from > NSOutlineView. Can any one help me out in solving this problem? > > I am trying to

Re: Finding the path of selected item in NSOutlineView

2009-02-27 Thread Graham Cox
On 28/02/2009, at 3:24 PM, Ankur Singhal wrote: I am facing a problem in finding the path of the selected item from NSOutlineView. Can any one help me out in solving this problem? I am trying to use - (void)outlineViewSelectionDidChange:(NSNotification

Finding the path of selected item in NSOutlineView

2009-02-27 Thread Ankur Singhal
Hi All, I am facing a problem in finding the path of the selected item from NSOutlineView. Can any one help me out in solving this problem? I am trying to use - (void)outlineViewSelectionDidChange:(NSNotification