home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / hypercar / 4637 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!think.com!mintaka.lcs.mit.edu!lcs.mit.edu!nodine
  3. From: nodine@lcs.mit.edu (Mark H. Nodine)
  4. Subject: Re: Still need help on ref'ing btn
  5. Message-ID: <1992Dec21.202859.28906@mintaka.lcs.mit.edu>
  6. Sender: news@mintaka.lcs.mit.edu
  7. Organization: MIT Laboratory for Computer Science
  8. References: <1gm1ciINNagk@uniwa.uwa.edu.au> <1gmo08INNsl0@uniwa.uwa.edu.au>
  9. Date: Mon, 21 Dec 1992 20:28:59 GMT
  10. Lines: 20
  11.  
  12. In article <1gmo08INNsl0@uniwa.uwa.edu.au>, spw@uniwa.uwa.edu.au (Steven P Wilkinson) writes:
  13. |> I have several cd btns. One is cd btn id 2233, number 17 whose name 
  14. |> is "23".  Another is cd btn id 5432, number 23 whose name is "test".
  15. |> 
  16. |> If I refer to cd btn "test" (its name) then hypercard assumes I mean
  17. |> the btn with id=5432. So far so good.
  18. |> 
  19. |> Now if I refer to cd btn "23" (also its name) then unfortunately
  20. |> hypercard assumes I am talking about the btn with id 5432 when in
  21. |> fact I want to talk about the btn with id 2233 whose name is "23".
  22.  
  23. I assume that you can't change the names of your buttons to something
  24. like "Button 23" since you're using the Show Names option.  I don't know
  25. if this will work, but you might try changing the name of your button
  26. to " 23 " (note the blanks).  Since you put a space on each side, it 
  27. should still center properly, but when you say 
  28.   card button " 23 "
  29. it may realize that you meant to use a name rather than a number.
  30.  
  31.     --Mark
  32.