home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / openloo / 3241 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  2.1 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!csus.edu!csusac!unify!openlook!openlook-request
  2. Message-ID: <eh3fpwx@openlook.Unify.Com>
  3. Newsgroups: comp.windows.open-look
  4. Distribution: world
  5. Date: Mon, 27 Jul 92 12:24:55 EDT
  6. From: fgreco@fis1026.shearson.com (Frank Greco)
  7. Sender: news@Unify.Com
  8. Subject: Re: In Search of a Better Scrolling List
  9. Lines: 38
  10.  
  11. > Does anybody out the know of any Openlook widgets (in XView or OLit,
  12. > preferably XView) that can handle scrolling columns of data.  What I'm
  13. > looking for is sort of like a scrolling list but more sophisticated.
  14. > I want to be able to easily set up columns with centered titles, make
  15. > the columns and/or rows different colors or fonts, select a row or a
  16. > column, etc.  It would also be nice if it could handle large numbers
  17. > (1000+) of rows without blowing up.  For my current application it
  18. > only needs to be read-only (ie. it doesn't need to take keyboard
  19. > input) but a read-write widget would be nice as well.
  20.  
  21.     All of the Xview pgmrs on Wall St want this kind of object too!
  22.  
  23.     The only thing that comes close is the Slingshots pkg.
  24.     Slingshots has an Array_Tile xview object which you can put
  25.     text/image items in each cell.  But it does not (implicitly)
  26.     have the row/column selection that you mention.  Also, it might
  27.     be very expensive to create 1000+ rows using slingshots.  You
  28.     may have to simulate the scrolling by replacing the text in the
  29.     array_tile from your own data structures when you pan around.
  30.  
  31.     Be forewarned that Xview scrollbars are very problematic when
  32.     the thing that you're scrolling is not pixel-based.  You may
  33.     have to use another mechanism to scroll the object (slider or
  34.     some button images).
  35.  
  36.     Basically you have to build something on top of slingshots'
  37.     array_tile.
  38.  
  39.     Frank G.
  40.  
  41.     It's ironic that there's a table object in the OPEN LOOK specs
  42.     (addison-wesley), but no implementation in XVIEW, OLIT or TNT!
  43.  
  44.     There's a decent Xt-based matrix object floating around, it'd be
  45.     nice if there was a similar Xview object.  Even Neuron Data's OIT 
  46.     has a multi-column list object!
  47. =-=-=-=-=-=-=-=-=-=
  48.  
  49.