home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!olivea!apple!cambridge.apple.com!kaye@linc.cis.upenn.edu
- From: kaye@linc.cis.upenn.edu (Jonathan Kaye)
- Newsgroups: comp.lang.lisp.mcl
- Subject: scrollbars & growbox in sequence-dialog-items
- Message-ID: <9301070023.AA12520@linc.cis.upenn.edu>
- Date: 7 Jan 93 00:23:46 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 19
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
-
-
- I have two embarrassingly simple questions:
-
- 1. How does one control the behavior of a scrollbar in a
- sequence-dialog-item? Specifically, when my text runs out of the
- visible part of a sequence-dialog-item, when I click on the horiz
- scrollbar, it shows blank simply. I assume the text is there but the
- step size or something is out of whack.
-
- 2. How does one install a grow box in a sequence-dialog-item? The
- documentation for :GROW-ICON-P in table-dialog-item is kind of
- vague. I tried setting this to T, but nothing happened. It seems
- a little tricky because I want it to coincide with the listbox's
- container view's growth (would I really have to shadow the method
- for growing the container view?)
-
- Any help would be appreciated!
-
- -jonathan
-