home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / lisp / mcl / 1943 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.1 KB

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