Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!nosc!ucsd!ucsdhub!hp-sdd!hplabs!sdcrdcf!csun!polyslo!dorourke From: dorourke@polyslo.UUCP (David O'Rourke) Newsgroups: comp.sys.mac.programmer Subject: Re: SFGetFile prompt message Keywords: SFGetFile prompt Message-ID: <2909@polyslo.UUCP> Date: 26 May 88 08:07:07 GMT References: <2992@imag.imag.fr> Reply-To: dorourke@polyslo.UUCP (David O'Rourke) Organization: Cal Poly State University -- San Luis Obispo Lines: 18 In article <2992@imag.imag.fr> squatt@imag.imag.fr ( Le Toullec / Eq T.Muntean) writes: >Using LSC, and wanting a 'pretty' presentation, I try to used the prompt >field in SFGetFile call. >So I write SFGetFile(SFGWhere, CtoPStr("pretty message"),...,&SFReply), but >nothing occurs... >Does anybody knows where the fault is ? Inside Macintosh Vol. I, page 523. "The prompt parameter is ignored; it's there for historical purposes only." The prompt parameter doesn't do anything. Too bad, it might be useful. Try throwing a dialog box up first with the message, and then overlap the SFGet Dialog on top of it so that the message is still visible. -- David M. O'Rourke Disclaimer: I don't represent the school. All opinions are mine!