home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5294 < prev    next >
Encoding:
Text File  |  1992-07-28  |  800 b   |  22 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!psinntp!relief!jjfeiler
  3. From: jjfeiler@relief.com (John Jay Feiler)
  4. Subject: Updating a browser with multiple selected cells
  5. Message-ID: <1992Jul28.080349.4045@relief.com>
  6. Sender: jjfeiler@relief.com
  7. Reply-To: jjfeiler@relief.com
  8. Organization: relief consulting
  9. Date: Tue, 28 Jul 1992 08:03:49 GMT
  10. Lines: 10
  11.  
  12. I've got a browser that I need to update programmatically.  Ordinarily I  
  13. would use - selectCellAt:: (Matrix), but I need to select multiple cells in  
  14. the matrix.  I'm currently using [cell setState:1], followed by [matrix  
  15. highlightCell::lit:YES], but it doesn't seem to be working correctly.  (Of  
  16. course, the bug may be somewhere else entirely)  Does anyone have any example  
  17. code where they did such a thing?
  18.  
  19.     Thanks
  20.  
  21.         John
  22.