[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spreadsheet-like editor?



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