NSOutlineView --> NSTextView
NSOutlineView --> NSTextView
- Subject: NSOutlineView --> NSTextView
- From: Sandeep Parikh <email@hidden>
- Date: Sun, 24 Jun 2001 16:22:50 -0700
Hi,
Within my app I have an NSDrawer containing an NSOutlineView that acts
as a filesystem browser. I want to set it up in a way that when you
select a directory (or multiple directories) from within the
NSOutlineView it will display the full path of it inside an NSTextView
that is in the parent window of the NSDrawer....any thoughts?
-Sandeep