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