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

  1. Path: sparky!uunet!decwrl!oracle!unrepliable!bounce
  2. Newsgroups: comp.sys.mac.hypercard
  3. From: cmi@oracle.uucp (Eileen Riley)
  4. Subject: Re: It couldn't be true
  5. Message-ID: <1992Aug13.201110.20509@oracle.us.oracle.com>
  6. Sender:  Jon Barron
  7. Nntp-Posting-Host: mailseq.us.oracle.com
  8. Organization: Oracle Corporation, Redwood Shores CA
  9. References: <geVxOTa00WBME2Tklf@andrew.cmu.edu>
  10. Date: Thu, 13 Aug 1992 20:11:10 GMT
  11. X-Disclaimer: This message was written by an unauthenticated user
  12.               at Oracle Corporation.  The opinions expressed are those
  13.               of the user and not necessarily those of Oracle.
  14. Lines: 27
  15.  
  16. In article <geVxOTa00WBME2Tklf@andrew.cmu.edu> gb2a+@andrew.cmu.edu (George J. Baxter) writes:
  17. >Yo World:
  18. >    It couldn't be true that I cannot disable buttons in Hypercard, is
  19. >it? I have a check box that I want to be able to activate or deactivate
  20. >various options... but so far, I can't figure out how to dim out those
  21. >options.  I'd like to be able to do this with both buttons and fields,
  22. >but I'd settle for just buttons.
  23.  
  24. While Hypercard cannot dim buttons or fields, you can give the appearance
  25. that they're dim.
  26.  
  27. What it takes:
  28.  1. Canvas (or a similar paint program that does logical bitmap overlays)
  29.  2. Do a screenshot of the card you want.
  30.  3. Paste it into Canvas, then make a box over your first bMap
  31.  4. Fill is with the 50% shade.
  32.  5. Select the logical AND copy mode - this will turn your grapic into
  33.     50% shade.
  34.  6. Paste this into a new card.
  35.  7. Now when the user clicks the check btn, simply make the script
  36.     go to the new card.
  37.  
  38. Yes, it's a hack, but it works. What? I didn't write HyperCard - don't
  39. blame me!                             ^
  40.  
  41. Jon Barron
  42.  
  43.