Looking at all the functionality of tcl, I figure I can write the whole
application in tcl. There is one problem I have with canvases. I would like
to write a pixel without having the overhead of Tcl building a data structure
for the canvas with a record of each of its pixels. It is ok with a couple
of tens of thousands of pixels but anything beyond that (i.e. 500k pixels)
gets a little obscene. This implies writing a pixel on a canvas with color
at a location without this overhead. I am currently writing a pixel with the
create line x y x y+1 canvas command. I am amazed that it works as well as it
does. Any ideas?
--
Glen Fullmer, glen_f...@pts.mot.com, (407)364-3296
*******************************************************************************
* "For a successful technology, reality must take precedence *
* over public relations, for Nature cannot be fooled." - Richard P. Feynman *
*******************************************************************************