home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / hypercar / 4249 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pitt.edu!dsinc!netnews.upenn.edu!netnews.cc.lehigh.edu!ns1.cc.lehigh.edu!gcl0
  2. From: gcl0@ns1.cc.lehigh.edu (GEORGE C. LIN)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Expand/Collapse text in SuperCard 1.6
  5. Message-ID: <1992Nov20.001025.44903@ns1.cc.lehigh.edu>
  6. Date: 20 Nov 92 00:10:25 GMT
  7. Organization: Lehigh University
  8. Lines: 23
  9.  
  10. In article <1992Nov19.153300.20492@spartan.ac.BrockU.CA>, mdenoo@spartan.ac.Broc
  11. kU.CA (Marjorie Denoo) writes:
  12. >I am working on a SuperCard application for my honours project. Being that I
  13. >am new to the group I am not sure if this question has been asked or not but...
  14. >
  15. >
  16. >       e.g.
  17. >               1. chapter1
  18. >               2. chapter2
  19. >                       2.1. subitem1
  20. >                       2.2. subitem2
  21. >               3. chapter3
  22. >               4. chapter4
  23. >
  24. >I was wondering if SuperCard had something that will do that (I only have
  25. >access to outdated manuals) or will I have to write my own routine for this
  26.  
  27. One way I can think of is to make the text field a scrolling list, and you
  28. can determine which line the user clicked on, and then insert the sub item
  29. information AFTER the line they clicked on.  The sub item text can be stored
  30. in a invisible field or somewhere else int he window/card list.
  31.  
  32. George
  33.