Re: NSOpenPanel issue
Re: NSOpenPanel issue
- Subject: Re: NSOpenPanel issue
- From: David Burnett <email@hidden>
- Date: Tue, 13 May 2003 21:14:50 +0100
On Tuesday, May 13, 2003, at 04:27 pm, email@hidden wrote:
David
I am having the same issue, but have not been able to narrow it down
yet.
The one thing I noticed in my case is that the first instance of the
openPanel msg works, but successive ones do not (I get the top level
dir).
Good to know I'm not the only one. I've narrowed it down a little
bit. If I use types:nil the NSOpenPanel works as expected, I get
the home directory, or the correct directory if I use a path.
It has to be nil, an empty NSArray made via
[NSArray arrayWithObjects:nil] still gives the top level directory.
I've also tried running a few app, and Preview now starts in
the top level directory as does iMovie, its beginning to look
like an OS problem of some sort.
Dave
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.