NSTableView-like object for Finder-like app
NSTableView-like object for Finder-like app
- Subject: NSTableView-like object for Finder-like app
- From: "Ewan Delanoy" <email@hidden>
- Date: Mon, 16 Apr 2007 15:58:30 +0200 (CEST)
- Importance: Normal
Hello all,
I'm working on a Cocoa app that is
a basic Finder-like file&directory browser, with a table view displaying
the files and subdirectories in the "current" directory.
The extra feature I should like to have for that table
view is that, when you double-click
on an item in the table view that is a
directory, the app "moves" to that directory (in particular,
the table view's content changes).
As far as I know, this is not the kind of job
NSTableView does : a double-click on an item is understood
by the system as the beginning of a text edit on that item, so one could
only cheat by doing things in the -textDidBeginEditing:
delegate method (??)
Is there a Cocoa object that is more suited to what I want to
do here ?
Ewan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden