On Mon, Jul 29, 2002 at 12:24:53PM +0200, Edwin Leuven wrote: > There are still some problems with the code I think. setPos/resetPos gets > called when moving a cursor in a selected cell. And I have the impression > that the whole table gets redrawm when selecting a (range of) cells. > Selecting is much slower in a big table that in a small table.
Most of theese over-drawings come from problems when we weren't doing enough updating in certai circumstances. There are corner cases where figuring out what needs to be repainted is hard. If you can provide more of these examples to Jug perhaps he can do something, but I don't think it's a good idea for 1.2.x (yeT) regards john -- "The simpler it is, the harder it is." - Tim Van Holder