home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / lisp / mcl / 1329 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.2 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!cartier@math.uqam.ca
  2. From: cartier@math.uqam.ca (Guillaume Cartier)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: multiple files with choose-file-dialog?
  5. Message-ID: <9208272006.AA12235@mipsmath.math.uqam.ca>
  6. Date: 27 Aug 92 20:06:47 GMT
  7. Sender: cartier@mipsmath.math.uqam.ca
  8. Lines: 20
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Original-To: info-mcl@cambridge.apple.com (Macintosh Common Lisp)
  11.  
  12. >Is there an easy way to get choose-file-dialog to return a list of selected 
  13. >files? Or do I need to write  a dialog from scratch?
  14. >
  15. >Thanks in advance,
  16. >
  17. >Michael Young
  18. >Ohio State University
  19.  
  20. The choose file dialog is not MCL's own but the standard
  21. one from the macintosh OS. So, you will have to write your
  22. own.
  23.  
  24. Maybe someone already did the job...
  25.  
  26. *********************************************************************
  27. * Guillaume Cartier                 (514) 844-5294 (maison)         *
  28. * L.A.C.I.M.                        (514) 987-4290 (bureau)         *
  29. * Universite du Quebec a Montreal   (514) 987-8477 (telecopieur)    *
  30. * Montreal, Quebec, Canada          cartier@math.uqam.ca (internet) *
  31. *********************************************************************
  32.