home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.mac.hypercard:2942 alt.hypertext:615
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!zazen!doug.cae.wisc.edu!umn.edu!xerxes!thingles
- From: thingles@xerxes.cs.umn.edu (Jamie Thingelstad)
- Newsgroups: comp.sys.mac.hypercard,alt.hypertext
- Subject: Re: Greater than one line of code to palette buttons
- Message-ID: <1992Jul31.210836.13571@news2.cis.umn.edu>
- Date: 31 Jul 92 21:08:36 GMT
- References: <34834@arctic.nprdc.navy.mil>
- Sender: thingles@xerxes.cs.umn.edu
- Followup-To: thingles@xerxes.cs.umn.edu
- Organization: University of Minnesota, Minneapolis, CSci dept.
- Lines: 20
- Nntp-Posting-Host: xerxes.cs.umn.edu
-
- I found the same problem before. I worked around it by having the palette
- buttons call handlers in the stack script... so the palette buttons script is:
-
- on mouseUp
- callMyHandlerInStackScript
- end mouseUp
-
- and then just place that handler in stack script...
-
- on callMyHandlerInStackScript
- -- do stuff here
- end callMyHandlerInStackScript
-
- hope that helps...
-
- --
-
-
- +------------------------------------------------------------------------------+
- | Jamie Thingelstad | Ronald Reagan: A Triumph of the |
-