home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / hypercar / 3101 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.5 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!swrinde!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: It couldn't be true
  5. Message-ID: <YeWhdwy00Uh_M5bGQU@andrew.cmu.edu>
  6. Date: 13 Aug 92 13:56:12 GMT
  7. References: <geVxOTa00WBME2Tklf@andrew.cmu.edu>
  8.     <1992Aug13.201110.20509@oracle.us.oracle.com>
  9. Organization: Doctoral student, Social & Decision Sciences, Carnegie Mellon, Pittsburgh, PA
  10. Lines: 23
  11. In-Reply-To: <1992Aug13.201110.20509@oracle.us.oracle.com>
  12.  
  13. In a previous post, cmi@oracle.uucp (Eileen Riley) writes:
  14.  
  15. >While Hypercard cannot dim buttons or fields, you can give the appearance
  16. >that they're dim.
  17. >What it takes:
  18. > 1. Canvas (or a similar paint program that does logical bitmap overlays)
  19. > 2. Do a screenshot of the card you want.
  20. > 3. Paste it into Canvas, then make a box over your first bMap
  21. > 4. Fill is with the 50% shade.
  22. > 5. Select the logical AND copy mode - this will turn your grapic into
  23. >    50% shade.
  24. > 6. Paste this into a new card.
  25. > 7. Now when the user clicks the check btn, simply make the script
  26. >    go to the new card.
  27.  
  28. I use a similar approach where I paste the greyed-out button in the
  29. background picture.  I have the regular button on top.  I hide the
  30. button when I want it to be greyed out.  This way you don't have to make
  31. a separate card.  If you do this, you probably want to "show" the button
  32. in an "on openStack" handler in the stack script.
  33.  
  34. - Ken
  35.