home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 20096 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!spool.mu.edu!agate!apple!mumbo.apple.com!gallant.apple.com!kip2-42.apple.com!user
  3. From: jpugh@apple.com (Jon Pugh)
  4. Subject: Re: How do I use the 'miscdosc' AppleEvent?
  5. Sender: news@gallant.apple.com
  6. Message-ID: <jpugh-191292125604@kip2-42.apple.com>
  7. Date: Sat, 19 Dec 1992 20:57:58 GMT
  8. References: <claytor.1-171292131137@resis.phys.nd.edu>
  9. Organization: Apple Computer, Inc.
  10. Followup-To: comp.sys.mac.programmer
  11. Lines: 21
  12.  
  13. In article <claytor.1-171292131137@resis.phys.nd.edu>, claytor.1@nd.edu
  14. (Nelson Claytor) wrote:
  15. > I'm having some trouble using the 'dosc' Apple Event to convince 
  16. > another application to run a script. So far, I'm basically testing only
  17. > with
  18. > Alpha, which returns an error number that is not defined in IM VI, nor
  19. > in the AE Registry. Alpha returns -1769. Does anyone see anything obvious
  20. > wrong with what I'm doing? My code follows the .sig.
  21. > On a related note, does anyone have a reasonable routine for coercing
  22. > text into typeIntlText in a general way? I can see simply sticking in the
  23. > US English codes for language and script, but this certainly wouldn't
  24. > be the "internationally correct" way to do things.
  25.  
  26. The Apple Event Registry incorrectly asserts that the direct parameter for
  27. the DoScript event is typeIntlText when it really is typeChar.  A future
  28. revision will have this corrected.
  29.  
  30. Jon Pugh
  31. kAERegistrar
  32.