home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19983 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!zazen!news
  3. From: koehn@vms.macc.wisc.edu
  4. Subject: Re: TCL: Couple o' Questions
  5. Message-ID: <1992Dec17.204241.24629@macc.wisc.edu>
  6. Sender: news@macc.wisc.edu (USENET News System)
  7. Organization:  University of Wisconsin Academic Computing Center
  8. Date: 17 DEC 92 14:36:40    
  9. Lines: 27
  10.  
  11. In article <1992Dec16.195027.23764@ncar.ucar.edu>, urban@stout.atd.ucar.edu (Art Urban (PROFS)) writes...
  12.  
  13. >What would be a good example of a "multi-window" application according to
  14. >the TCL definition? There are applications which have multiple windows, of
  15. >course, but somehow I feel that they are refering to something else entirely.
  16. >I've yet to see an application that didn't have at least two windows in it;
  17. >this must not be what they are talking about.
  18. >What is the best way to implement visual "scrolling" lists, like in the 
  19. >SFGet/Put dialogs? These darn things seem to be standard interface elements,
  20. >yet there is no obvious Class for them. I have not yet examined the Table
  21. >Class yet...is this how they expect us to impelement this feature?
  22.  
  23. I think that what they mean by a "multi-window" application is one which has 
  24. more than one window on the same document. It is not a very common thing to do 
  25. but I know programs like Illustrator allow you to look at your drawing in more 
  26. than one window.
  27.  
  28. As for scrolling lists, CArrayPane does an excellent job of implementing them. 
  29. Basically, CArrayPane is a one-column table that has a CArray associated with it 
  30. that contains the actual data to display.
  31.  
  32. Hope this brief explanation helps, 
  33.  
  34. Brad Koehn
  35. koehn@macc.wisc.edu
  36.  
  37.