NSOpen/SavePanel tip (was Re: prob a silly question)
NSOpen/SavePanel tip (was Re: prob a silly question)
- Subject: NSOpen/SavePanel tip (was Re: prob a silly question)
- From: Mike Shields <email@hidden>
- Date: Thu, 6 Sep 2001 03:01:14 -0600
Hey, one thing to note for NSOpenPanel/NSSavePanel coding using the
beginSheetForDiectory:... methods.
modalDelegate is the object which will get the didEndSelector message
from the sheet, other than that it's not useful for anything else. The
panel/sheet delegate set with setDelegate is what needs to be
implemented if you want to do file filtering, etc.
Mike