• 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
Re: "Open dialogue"-like file system browser
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Open dialogue"-like file system browser


  • Subject: Re: "Open dialogue"-like file system browser
  • From: Stephane <email@hidden>
  • Date: Wed, 18 Jan 2006 14:08:25 +0100


El Jan 17, 2006, a las 4:53 PM, John Stiles escribió:

There's no way, AFAIK, to embed the Open or Save dialog into a window of yours.
OTOH, there are ways to extend the Open and Save dialogs to insert your own items. This is probably the closest you can get. Sadly, I don't know how to extend them using Cocoa :( When I looked at the docs, I didn't see anything.
In Carbon, here's what you'd do:
http://developer.apple.com/documentation/Carbon/Conceptual/ ProvidingNavigationDialogs/nsx_tasks/chapter_3_section_8.html#// apple_ref/doc/uid/TP30001147-CH203-BABFIHEE


Unfortunately, it requires that you use Carbon HIViews, which don't work the same way as Cocoa NSViews. They are a bit more finicky to write code for. (They look and feel the same to an end user, though.)

In Cocoa, it's super easy to add your own items. You just need to:

1. add an accessoryView with setAccessoryView: and manage the connections and outlets as you usually do.

2. There is no point 2.


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >"Open dialogue"-like file system browser (From: David Zentgraf <email@hidden>)
 >Re: "Open dialogue"-like file system browser (From: John Stiles <email@hidden>)

  • Prev by Date: Re: Stuck in basic bindings
  • Next by Date: Re: NSTimers
  • Previous by thread: Re: "Open dialogue"-like file system browser
  • Next by thread: Re: "Open dialogue"-like file system browser
  • Index(es):
    • Date
    • Thread