Skip navigation.
 
mlRe: Force NSOpenPanel's -panel:shouldShowFilename: to get called again?
FROM : Hamish Allan
DATE : Fri Jan 18 19:55:50 2008

On Jan 18, 2008 6:30 PM, John Stiles <<email_removed>> wrote:

> But the already-visible files do not change their enabled state,
> even though it looks like the callback is being called.)


The callback is called for the other files, but their visible state is
not updated? Sounds like a bug to me!

>  This seems kind of broken to me. Maybe it's Radar time? Either way, though,
> I need to make it work now… I can't wait for 10.6 for this to be fixed :)


Clutching at straws... you could try sending orderOut followed by
orderFront to the save panel?

Hamish