http://qs1969.pair.com?node_id=318260


in reply to Re: Tk::Table too slow. Alternatives ?
in thread Tk::Table too slow. Alternatives ?

It's not terribly slow, but it's slow. I use Labels as the widgets, so it should be faster, in theory... The most annoying part is turning it off - it takes 5 seconds to close the application (hmm... sending kill messages to 200+ windows).

Anyway, I implemented a table with a Canvas, it works nicely and is faster. I needed another Canvas for the headings though, as I wanted them to be un-scrollable.