noteFileSystemChanged: - Bug?
noteFileSystemChanged: - Bug?
- Subject: noteFileSystemChanged: - Bug?
- From: Nicholas <email@hidden>
- Date: Tue, 14 Sep 2004 20:15:26 -0400
I believe there is a bug in the Finder on OS X and before I report it I
was wondering if anyone has had similar experiences. I have a program
that replaces data in a selected folder. I make a call:
[[NSWorkspace sharedWorkspace] noteFileSystemChanged:[changedPath
stringByStandardizingPath]];
I do this after every single file is written and again after the entire
process is finished (I have done this to try to get it to work) I then
use:
[sender validateVisibleColumns];
in my NSSavePanel delegate method every time a user changes the
directory in an effort to refresh the view. The result is that my Save
Panel shows the correct directory information, while double-clicking
the folder itself does not. It's pretty humorous when they are side by
side. This problem is also somewhat intermittent, though it will
definitely happen on the second write operation to the folder. That is
to say that the second operation will show no change in the folder. I
am using Xcode 1.2 on OS 10.3.4 I have found the problem to be far
worse on another system (OS 10.2.8) which effects my Save Panel as
well.
I have searched and saw people having similar problems but I haven't
seen a solution. Does anyone agree that this is a bug? This would be
my first bug report and I'd like it to be legitimate.
Cheers,
Nick
PS Thanks to all for past help.
_______________________________________________
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