home *** CD-ROM | disk | FTP | other *** search
- 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
- Organization: University of Illinois at Chicago
- Date: Monday, 9 Nov 1992 12:58:18 CST
- From: Theodore Stresen-Reuter <U42075@uicvm.uic.edu>
- Message-ID: <92314.125818U42075@uicvm.uic.edu>
- Newsgroups: comp.sys.mac.hypercard
- Subject: com Problem with vis effect under buttons
- Lines: 37
-
- Hello networld,
-
- I want to thank everyone who responded to my last post about hiding and
- showing fields. This is definately one of the most responsive groups I
- have encountered.
-
- Now that you are all buttered up...
-
- I have been having a problem getting the vis effect to work under
- certain buttons (most). It is as though it ignored the command
- altogether and just used the default effect. In particular this happens
- when I am hiding and showing fields. The strange part is that it is
- inconsistant.
-
- The script looks like this:
- if the short name of me is "Show Paraphrasing" then
- lock screen
- show background field "Paraphrasing"
- unlock screen with visual effect iris open
- set the name of me to "Hide Paraphrasing"
- set hilite of me to true
- else
- lock screen
- hide background field "Paraphrasing"
- unlock screen with iris close
- set the name of me to "Show Paraphrasing"
- ser the hilite of me to false
- end if
-
- Has anybody else had this problem, know of a remedy?
-
- Thanks ahead of time,
-
- Theodore Stresen-Reuter
- u42075@uicvm.cc.uic.edu
- Interactive design enthusiast and Spanish teacher
-
-