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

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!ks3y+
  2. From: ks3y+@andrew.cmu.edu (Kenneth L. Simons)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Preventing Script Inspections
  5. Message-ID: <0ebdcO200YV7Q7E1E5@andrew.cmu.edu>
  6. Date: 28 Aug 92 13:26:50 GMT
  7. Article-I.D.: andrew.0ebdcO200YV7Q7E1E5
  8. References: <jpugh-180892214946@90.20.3.212> <1992Aug19.150616.20954@ncar.ucar.edu> <jpugh-200892114834@wolverine.apple.com>
  9.     <1992Aug28.181637.19501@linus.mitre.org>
  10. Organization: Doctoral student, Social & Decision Sciences, Carnegie Mellon, Pittsburgh, PA
  11. Lines: 21
  12. In-Reply-To: <1992Aug28.181637.19501@linus.mitre.org>
  13.  
  14. Jeff Heimberger (heimberg@pacific.mitre.org), in a previous posting,
  15. describes a method of preventing script inspections.
  16.  
  17. I have used similar methods before.  They are useful for (1) hiding the
  18. menu bar, esp. on small-screen Macs where it can cover part of a
  19. standard-size HyperCard window (On larger screens, clicking on a window
  20. from another program, then returning to HyperCard makes the menu bar
  21. re-hide), and (2) keeping inexperienced users from screwing something up
  22. out of lack of knowledge.
  23.  
  24. These methods are not foolproof ways to keep someone from viewing and
  25. modifying the scripts.  For example, I could do the following:
  26.     get the script of stack "HD:folder name:stack name"
  27.     [change it as desired]
  28.     set the script of stack "HD:folder name:stack name" to newScript
  29.  
  30. If you want to be sure to hide everything when you open the stack, you
  31. will have to hide not only the menu bar, message box, variable watcher,
  32. and message watcher, but also the tool window and the pattern window.
  33.  
  34. - Ken
  35.