home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!psinntp!relief!jjfeiler
- From: jjfeiler@relief.com (John Jay Feiler)
- Subject: Updating a browser with multiple selected cells
- Message-ID: <1992Jul28.080349.4045@relief.com>
- Sender: jjfeiler@relief.com
- Reply-To: jjfeiler@relief.com
- Organization: relief consulting
- Date: Tue, 28 Jul 1992 08:03:49 GMT
- Lines: 10
-
- I've got a browser that I need to update programmatically. Ordinarily I
- would use - selectCellAt:: (Matrix), but I need to select multiple cells in
- the matrix. I'm currently using [cell setState:1], followed by [matrix
- highlightCell::lit:YES], but it doesn't seem to be working correctly. (Of
- course, the bug may be somewhere else entirely) Does anyone have any example
- code where they did such a thing?
-
- Thanks
-
- John
-