Re: [Win32lib] Listview speed

new topic     » goto parent     » topic index » view thread      » older message » newer message

Looks like Matt already added this to the library.

fDoLVN_COLUMNCLICK( )

Cool, now I can sort my 1500+ items in less than 5 seconds
instead of 20+

Euman
euman at bellsouth.net


----- Original Message ----- 
From: "Euman" <euman at bellsouth.net>
To: <EUforum at topica.com>


> Hey Derek,
> 
> We could extend the routine you fixed up to allow non-sequence material.
> 
>             if sequence(data[j]) then
>             store( LV_ITEM, LVITEM_pszText, data[j] )
>             store( LV_ITEM, LVITEM_cchTextMax, length(data[j]) )
>             else
>             store( LV_ITEM, LVITEM_pszText, {data[j]} )            
>             end if
> 
> Im looking into the LV Header API in hopes that there is an event we can
> trap to allow sorting a specific column from an onClick. 
> Im sure there must be one.
> 
> Euman
> euman at bellsouth.net
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu