home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / hypercar / 2849 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!bu.edu!bass.bu.edu!manes
  2. From: manes@bass.bu.edu (Michelle Manes)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Need "Quit" script
  5. Message-ID: <91631@bu.edu>
  6. Date: 22 Jul 92 18:26:25 GMT
  7. References: <1992Jul21.214044.23050@rice.edu> <1992Jul21.214421.23197@rice.edu>
  8. Sender: news@bu.edu
  9. Reply-To: manes@bass.bu.edu (Michelle Manes)
  10. Followup-To: comp.sys.mac.hypercard
  11. Organization: Boston University
  12. Lines: 27
  13.  
  14. In article <1992Jul21.214421.23197@rice.edu> billb@is.rice.edu (William Stenson Blackwell) writes:
  15. >I need a HyperTalk script that "Quits" without using the file menu.
  16. >I know this is a bonehead question, but I don't have the manual, and
  17. >I need it sometime this week.  This is what I've already tried:
  18. > on mouseUp
  19. >   do menu "Quit HyperCard"
  20. > end mouseUp
  21. >and various permutations along that theme.  Help is greatly appreciated!!!
  22.  
  23.  
  24. I use this exact script for a "quit" button on one
  25. of my stacks.  Works beautifully.  The only problem
  26. I can see is that "do menu" should be "domenu".
  27. If that wasn't a typo, that's your problem.  If it was,
  28. it *should* work.  (Helpful, huh?)
  29.  
  30. michelle
  31.  
  32. --
  33. Michelle Manes        |    "What should I be when I grow up?"
  34. manes@bass.bu.edu    |    "Honest."
  35.             |    -Robert M. Pirsig
  36.  
  37.