Re: [Win32lib] Listview speed

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

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

==================================================================
The information contained in this message may be confidential 
and is intended to be exclusively for the addressee. Should you 
receive this message unintentionally, please do not use the contents 
herein and notify the sender immediately by return e-mail.
==================================================================

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

Search



Quick Links

User menu

Not signed in.

Misc Menu