[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Spreadsheet-like editor?
- To: psz@mit.edu
- Subject: Re: Spreadsheet-like editor?
- From: "Mark A. Tapia" <markt@dgp.toronto.edu>
- Date: Mon, 6 Dec 1993 10:54:20 -0500
- Cc: info-mcl@cambridge.apple.com
On Friday 03 DEC, Peter Szolovits writes:
Someone somewhere must surely have written some code they would like to share
that displays a table of values and allows the user to select individual table
entries and edit them in-place. I looked on the CD-ROM but could not find one.
The file array-dialog-item.lisp in the Examples folder contains code that is an
"Example of making a special purpose table-dialog-item".
This supports table arrays (array dialog items) that are specializations
of table-dialog-item. The package defines the cells as read-only.
Presumably it would be easy to make the cells editable by defining a
key-click-event-handler. At least the code provides a start.
mark