home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / hypercar / 4136 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.5 KB

  1. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!bert.eecs.uic.edu!uicvm.uic.edu!u42075
  2. Organization: University of Illinois at Chicago
  3. Date: Monday, 9 Nov 1992 12:58:18 CST
  4. From: Theodore Stresen-Reuter <U42075@uicvm.uic.edu>
  5. Message-ID: <92314.125818U42075@uicvm.uic.edu>
  6. Newsgroups: comp.sys.mac.hypercard
  7. Subject: com Problem with vis effect under buttons
  8. Lines: 37
  9.  
  10. Hello networld,
  11.  
  12. I want to thank everyone who responded to my last post about hiding and
  13. showing fields.  This is definately one of the most responsive groups I
  14. have encountered.
  15.  
  16. Now that you are all buttered up...
  17.  
  18. I have been having a problem getting the vis effect to work under
  19. certain buttons (most).  It is as though it ignored the command
  20. altogether and just used the default effect.  In particular this happens
  21. when I am hiding and showing fields.  The strange part is that it is
  22. inconsistant.
  23.  
  24. The script looks like this:
  25. if the short name of me is "Show Paraphrasing" then
  26.   lock screen
  27.   show background field "Paraphrasing"
  28.   unlock screen with visual effect iris open
  29.   set the name of me to "Hide Paraphrasing"
  30.   set hilite of me to true
  31. else
  32.   lock screen
  33.   hide background field "Paraphrasing"
  34.   unlock screen with iris close
  35.   set the name of me to "Show Paraphrasing"
  36.   ser the hilite of me to false
  37. end if
  38.  
  39. Has anybody else had this problem, know of a remedy?
  40.  
  41. Thanks ahead of time,
  42.  
  43.      Theodore Stresen-Reuter
  44.      u42075@uicvm.cc.uic.edu
  45.      Interactive design enthusiast and Spanish teacher
  46.  
  47.