home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 21061 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.1 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!stanford.edu!rutgers!rochester!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!<UNAUTHENTICATED>+
  2. From: Barry_Wolman@transarc.com
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Customing SFGetFile Dialog from DA
  5. Message-ID: <gfHYtD6SMUI3RQ2Vgv@transarc.com>
  6. Date: 9 Jan 93 04:02:23 GMT
  7. Organization: Carnegie Mellon, Pittsburgh, PA
  8. Lines: 16
  9.  
  10. A desk accessory I wrote currently uses SFGetFile with the standard
  11. dialog.  I'd like to extend the dialog by adding a text field.  The
  12. documentationof SFGetFile in Inside Mac Vol I says I need to define a
  13. DLOG with id -4000 in my application.  However, a resource with id
  14. -4000 can't be owned by a DA.  It appears that one can't extend
  15. SFGetFile dialogs used by DAs.
  16.  
  17. I could get around this problem by converting my DA to an application.
  18. This would be fine for System 7 users, but might cause problems for
  19. some of my users who use System 6 w/o Multifinder.
  20.  
  21. If anyone has gotten past this problem in a safe, general manner, I'd
  22. like to hear how you did it.
  23.  
  24. Thanks,
  25. Barry
  26.