|
From: | Fred Kiefer |
Subject: | Re: NSSavePanel complains about .hidden |
Date: | Mon, 07 Oct 2002 00:18:57 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204 |
Fred Kiefer wrote:> BTW, this error message is shown eight times, when a NSSavePanel is opened,
> although only two columns are shown. I will inspect into this to find > out if there are unneeded operations going on.After a bit of investigation I did find out that this behaviour is there by specification. The NSDocumentController first initialises the NSOpenPanel by setting the directory and than starts it without giving a directory. This leads to the NSBrowser being set to the same path twice and thereby reading all the directories in the path twice. As it is hard to determine if we get the same path again in NSBrowser, I would recommend that we change the NSDocumentController to start up the NSOpenPanel with the directory directly, without first setting this.
This is not exactly what the specification says, so I would like to ask if somebody could test this on MacOSX and even if they do it different, I would vote for this change.
Fred
[Prev in Thread] | Current Thread | [Next in Thread] |