CLIM mail archive

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

Spreadsheet style input method (or AVV)



   Date: Tue, 25 Jan 94 17:00:10 EST
   From: Mike Harper <mlh@BBN.COM>

   Has anyone built some type of spreadsheet like data input system in
   CLIM (1 or 2)? Is this even a reasonable style of input to use CLIM for?

Sure.  A small "hardwired spreadsheet" (that is, where the computation
pattern of cells is fixed at compile time) is quite easy to implement
with a table inside an accepting-values.  Large arrays of cells will
probably overwhelm the default redisplay methods, though.

A serious spreadsheet - one that scales to large numbers of cells, or
that is programmable - is a heavier-weight programming project.  But I
still think CLIM offers some useful technology for implementing it.

References:

Main Index | Thread Index