• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSTableView-like object for Finder-like app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: NSTableView-like object for Finder-like app
      • From: "I. Savant" <email@hidden>
    • Re: NSTableView-like object for Finder-like app
      • From: Half Activist <email@hidden>
  • Prev by Date: Re: Document based apps & tabbed windows?
  • Next by Date: Re: NSTableView-like object for Finder-like app
  • Previous by thread: Re: I want to change the background of NSWindow.
  • Next by thread: Re: NSTableView-like object for Finder-like app
  • Index(es):
    • Date
    • Thread