home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / hypercar / 2939 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.8 KB

  1. Path: sparky!uunet!centerline!noc.near.net!hri.com!ukma!darwin.sura.net!mips!swrinde!cs.utexas.edu!hellgate.utah.edu!lanl!davids
  2. From: davids@gardener.lanl.gov (David Simmons)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: XCMD for Hotwords???
  5. Message-ID: <1992Jul31.151412.28711@newshost.lanl.gov>
  6. Date: 31 Jul 92 15:14:12 GMT
  7. References: <1992Jul30.215917.505@ucselx.sdsu.edu>
  8. Sender: news@newshost.lanl.gov
  9. Organization: Los Alamos National Laboratory
  10. Lines: 43
  11. Originator: davids@feynman.lanl.gov
  12.  
  13.  
  14. In article <1992Jul30.215917.505@ucselx.sdsu.edu>, babb@ucselx.sdsu.edu (babb j) writes:
  15. |> Is there a XCMD (or a good script trick) for defining a certain chunk
  16. |> of string as a hotword, and then performing some action when that chunk is
  17. |> clicked on? IOW, I want to be able to define hotwords much as ToolBook
  18. |> lets me define them.
  19. |>  Thanx. Jeff.
  20. |> 
  21. |> -- 
  22. |> Jeff Babb - Programmer/Technical Support - San Diego State University
  23. |> Language Acquisition Resource Center (L.A.R.C.) (619)594-4475 
  24. |> babb@ucsvax.sdsu.edu  
  25. |> .."now go away or I shall taunt you a second time" M.P.& T.H.G. 
  26.  
  27. In HC 2.x, this is easy.
  28.  
  29. on foo
  30.    if the clicktext is <some word> then
  31.     doYOurThing
  32.    else
  33.     doSomethingElse
  34.    end if
  35.    pass foo
  36. end foo
  37.  
  38. If you want a long string (more than 1 word) then simply choose the
  39. string, set the text style to "group" and when any word in that
  40. group is clicked, the clickText will contain the whole group. Instant
  41. HyperText (sort of...)
  42.  
  43. Isn't 2.x nifty?!
  44. -- 
  45.  
  46. David G. Simmons        "There's no problem so awful that you can't
  47. davids@lanl.gov             add some guilt to it and make it even worse!"
  48.                         -Calvin
  49. If I said it, LANL didn't...
  50.  
  51. -- 
  52.  
  53. David G. Simmons        "There's no problem so awful that you can't
  54. davids@lanl.gov             add some guilt to it and make it even worse!"
  55.                         -Calvin
  56.