• 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: NSOpenPanel setCanChooseDirectories behavior
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSOpenPanel setCanChooseDirectories behavior


  • Subject: Re: NSOpenPanel setCanChooseDirectories behavior
  • From: Mike Abdullah <email@hidden>
  • Date: Sun, 30 Apr 2006 23:51:19 +0100

I would have thought it is intended, since there are many directories/ folders/bundles (whatever you want to call them) in OS X that from the user's perspective are files.

Mike.

On 30 Apr 2006, at 11:18AM0, Christoph Gerdes wrote:

Hello,
I'm a bit puzzled by the behavior of setCanChooseDirectories of the NSOpenPanel.
If I open a panel like this:


NSOpenPanel panel = NSOpenPanel.openPanel();
panel.setCanChooseDirectories(false);
panel.setCanChooseFiles(true);
NSArray fileTypes = new NSArray(new String[]{"xyz"});
panel.beginSheetForDirectory(null,
null,
fileTypes,
window,
this,
new NSSelector("panelDidEnd", new Class[] {NSOpenPanel.class, int.class, Object.class}),
null);



then it is not possible to choose directories except their names end with ".xyz". For directories with ".xyz" at the end of their names the OK button is enabled. Is this behavior intended or is it a bug?


Thanks,
Christoph
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com


This email sent to email@hidden

_______________________________________________ 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: 
 >NSOpenPanel setCanChooseDirectories behavior (From: Christoph Gerdes <email@hidden>)

  • Prev by Date: Re: Send AppleEvent from System Prefs
  • Next by Date: Re: NSWindowController Subclassing - windowDidLoad Method
  • Previous by thread: NSOpenPanel setCanChooseDirectories behavior
  • Next by thread: Saving an NSView to a file as an image.
  • Index(es):
    • Date
    • Thread