any help is appreciated
I don't have any experience with this widget, but it sounds like
"a(Huge)ListBox" might be just what you're after. Check it out here:
http://perso.wanadoo.fr/maurice.ulis/tcl/tclcode-en.html
Jeff
The Hugelist needs all the items to be loaded. And then can handle G
of them.
The virtualization is on the display, not the loading.
I think that Mel is looking after a virtualization of the loading (the
items are loaded when needed).
To do the virtualization of the loading, the huge file needs to be
indexed (can be done during creation of the file).
Then the Hugelist code could be easily improved to handle this
virtualization.
It's matter of a -partialloadcommand option, similar to a -fillcommand
option for a tree widget.
ulis
Thansk for your observation
Yours, Mel
"ulis" <mauric...@wanadoo.fr> wrote in message
news:29de415e.03041...@posting.google.com...