Curtis L. Olson wrote:
> 
> This isn't exactly a vtcl issue, but I'm wondering if anyone knows of
> a scrolling listbox type widget that is optimized for large amounts of
> data.
> 
> The problem with the standard widgets is you have to load the entire
> listbox with all the data in advance.  This can be pitifully slow for
> large amounts of data.
> 
> I'd like to find something that can act as a viewer into a data
> structure that loads the data as you scroll.  So, from the user
> perspective, scrolling might be a bit slower, but the initial startup
> would be nearly instantaneous.
> 
> Is anything like this available for Tcl/Tk?  How about for perl-tk?
> 
> Thanks,
> 
> Curt.
> --
> Curtis Olson                        Systems Administrator
> [EMAIL PROTECTED]                     University of MN, ME Dept.
> http://www.menet.umn.edu/~curt      Try Linux!

-- 
Hello,

have you tried tkTable from ftp://ftp.cs.uoregon.edu/pub/tcl/tkTable ?

Regards

Rasmus Debitsch

-----------------------------------------------------------
    This mail came from :

     Rasmus Debitsch                Tel: +49 7364 203966
     c/o Carl Zeiss, Div. Phm-A     Fax: +49 7364 202829
     73446 Oberkochen            e-mail: [EMAIL PROTECTED]
     Germany
-----------------------------------------------------------

Reply via email to