home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14605 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!amgen!nuntius
  3. From: Michael Brennan <mikeb@sam.amgen.com>
  4. Subject: Re: SFPPutFile question
  5. Message-ID: <1992Aug26.184125.3725@amgen.com>
  6. Sender: news@amgen.com
  7. Nntp-Posting-Host: swalker
  8. Organization: Amgen
  9. X-Useragent: Nuntius v1.1
  10. References: <1992Aug18.225650.15434@asuvax.eas.asu.edu>
  11. Date: Wed, 26 Aug 1992 18:41:25 GMT
  12. Lines: 15
  13.  
  14. In article <1992Aug18.225650.15434@asuvax.eas.asu.edu> Marc Lesure,
  15. system@asuvax.eas.asu.edu writes:
  16. >I have a problem using the SFPPutFile routine.  I want to give the user
  17. the
  18. >option of appending to an existing file so I've added an 'append'
  19. >button in addition to the 'save' and 'cancel'.  
  20.  
  21. In my opinion, you'd be better off using SFGetFile if the user chooses to
  22. append to an existing file.  After all, if the user wishes to append to
  23. an existing file, it would be better to let the user select the file from
  24. the scrolling list of files, rather than having to type in the name.   
  25.  
  26. This would require a greater distinction between creating and appending a
  27. file as far as your interface is concerned, which I would recommend
  28. anyway. It's less confusing to the user.
  29.