home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hypercar / 3253 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.0 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!uakari.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!jkc
  2. From: jkc@Apple.COM (John Kevin Calhoun)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: AppleEvents stack problems
  5. Keywords: ae primer probs
  6. Message-ID: <71672@apple.Apple.COM>
  7. Date: 26 Aug 92 15:05:47 GMT
  8. References: <52253@spt.entity.com>
  9. Organization: Apple Computer Inc., Cupertino, CA
  10. Lines: 23
  11.  
  12.  
  13. In article <52253@spt.entity.com> mdc@spt.entity.com (Marty Connor)
  14. writes:
  15. >I was enjoying exploring, and was playing with the AppleEvents primer
  16. >stack using my machine and my wife's machine to test it.
  17. >
  18. >Is there a known problem with the part of the stack that implements
  19. >the Chat function?
  20.  
  21. Yes.  Look in the script of the card button named "Send Message..."
  22. for the following lines:
  23.  
  24.   send "Apple event Primer"  && quote & theNews & <option-return>
  25.   quote to program remoteHyperCard
  26.  
  27.  
  28. Change these to:
  29.  
  30.   send "gossip"  && quote & theNews & <option-return>
  31.   quote to program remoteHyperCard
  32.  
  33. Kevin Calhoun
  34. jkc@apple.com
  35.