home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14985 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.6 KB

  1. Path: sparky!uunet!spool.mu.edu!wupost!waikato.ac.nz!ldo
  2. From: ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: How do you launch a Control Panel?
  5. Message-ID: <1992Sep4.173944.10617@waikato.ac.nz>
  6. Date: 4 Sep 92 17:39:44 +1200
  7. References: <mxmora-030992150746@css-mac1.sri.com>
  8. Followup-To: comp.sys.mac.programmer
  9. Organization: University of Waikato, Hamilton, New Zealand
  10. Lines: 22
  11.  
  12. In article <mxmora-030992150746@css-mac1.sri.com>, mxmora@unix.sri.com (Matthew Xavier Mora) writes:
  13. > How do you launch a control panel under system 7? LaunchApplication
  14. > doesn't seem to work. LaunchDeskAccessory doesn't work either. (I know but
  15. > I tried it anyway). Is OpenDeskAcc my only hope?
  16. >
  17. > Has anybody done this? I can't post an event to the finder because it might
  18. > be closed or busy coping a file.
  19.  
  20. Control panels don't run as separate processes with Finder 7. They run within
  21. the Finder's process context. That's why there is no Process Manager call for
  22. opening them; you really have to do it by posting an event to the Finder.
  23.  
  24. My Default Application control panel relies on this: that's how it's able to
  25. patch the running Finder without installing INITs or any such black magic.
  26.  
  27. Lawrence D'Oliveiro                       fone: +64-7-856-2889
  28. Computer Services Dept                     fax: +64-7-838-4066
  29. University of Waikato            electric mail: ldo@waikato.ac.nz
  30. Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+12:00
  31. The Internet protocol standardization process will now consist of three
  32. stages: TRFCs (Tentative Requests for Comment), FRFCs (Firm Requests for
  33. Comment), and DFCs (Demands for Comment).
  34.