home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.hypercard
- Path: sparky!uunet!munnari.oz.au!uniwa!newsman!murdoch, WA, Australia
- From: murdoch, WA, Australia (kywong@csuvax1.murdoch.edu.au(Khoon Yoong Wong))
- Subject: Finding field with index
- Message-ID: <1992Aug31.060028.18430@newsman.csu.murdoch.edu.au>
- Sender: news@newsman.csu.murdoch.edu.au (News Man)
- Organization: external studies, murdoch university
- Date: Mon, 31 Aug 92 06:00:28 GMT
- Lines: 16
-
- I have a problem and need help. My stack has an index card with a locked field
- that contains the names of all the cards. The user clicks on a name and it
- takes the user to the card requested. My script says:
-
- on mouseUp
- select the clickLine
- find the value of the clickLine in bg field "cardName"
- end mouseUp
-
- The problem is this: I have two cards called Hypertext on Scrolling Field and
- Scrolling Field separated by many cards in between.
- when I click on the second one, it always take me to the first one.
- This happens with all the cards that share a common part.
- What can I do to solve this?
- Many thanks.
-
-