home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / programm / 5664 < prev    next >
Encoding:
Text File  |  1992-08-17  |  2.5 KB  |  66 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!homer.cs.mcgill.ca!news
  3. From: samurai@homer.cs.mcgill.ca (Darcy Brockbank)
  4. Subject: Re: matrix class question (*ANSWER*)
  5. Message-ID: <1992Aug17.135250.349@cs.mcgill.ca>
  6. Sender: news@cs.mcgill.ca (Netnews Administrator)
  7. Reply-To: samurai@uriel.cs.mgill.ca
  8. Organization: SOCS, McGill University, Montreal, Canada
  9. References: <988m58_.yikes@netcom.com>
  10. Date: Mon, 17 Aug 1992 13:52:50 GMT
  11. Lines: 53
  12.  
  13. In article <988m58_.yikes@netcom.com> yikes@netcom.com (Jenny Doll) writes:
  14. > Nader Sahyouni writes:
  15. > >I vaguely remember seeing a posting about someone developing a 
  16. > >matrix that could have different size text fields in it. That
  17. > >would be enormously beneficial to me. If anyone remembers this
  18. > >or can tell me where to get it, I'd appreciate it.
  19. > I too am quite interested in such a thing.  I have a matrix that contains a
  20. > matrix of cells which are names of tasks.  I would like to have the height of
  21. > each cell correspond to the duration of each task (short task->short cell, 
  22. > long task->tall cell).  I'd be happy to try the thing myself if someone could
  23. > point me in the right direction.
  24. > Michael Brill
  25. > yikes@netcom.com
  26.  
  27. The object in question is SUMatrix and allows for full Matrix functionality
  28. combined with variable size row heights, or column widths.
  29.  
  30. Note that the whole thing must still fit into a rectangle, so you
  31. can get something like this:
  32.  
  33. +---+----------+---+----------+
  34. |   |          |   |          |
  35. |   |          |   |          |
  36. +---+----------+---+----------+
  37. |   |          |   |          |
  38. +---+----------+---+----------+
  39. |   |          |   |          |
  40. |   |          |   |          |
  41. |   |          |   |          |
  42. +---+----------+---+----------+
  43.  
  44. The object is really cool (if I do say so myself) and has great
  45. potential for reusability (shameless plug).
  46.  
  47. We offer binary and source code distribution, example code, and
  48. full 2.0 style and 3.0 style documentation. I can't post pricing
  49. as that's not allowed, but if you want to see the examples and/or
  50. get a copy of the documentation, then let me know.
  51.  
  52. The company is Solutions Unlimited, and you can either send me
  53. e-mail at samurai@uriel.cs.mcgill.ca, or to darcy@solutions.ca,
  54. and ask for info.
  55.  
  56. - db
  57.  
  58. --
  59. -------
  60. I always thought that NeXTSTEP was very good in its approach to color since
  61. the tasteless are protected from their own stupidity. -- Jason Breckenridge
  62. (I know Jason, Jason is a close personal friend of mine, and I am not Jason!)
  63.