win32lib virt_lv.exw bug
- Posted by Tone =8Akoda <tskoda at hotmail.com> Jan 15, 2004
- 446 views
this line in DoLVN_GETDISPINFO(): store(lParam, LVDISPINFO_LVITEMpszText, lText) should be changed to this: poke (pText, lText & 0) store(lParam, LVDISPINFO_LVITEMpszText, pText) and at start and end of program this: pText =3D allocate (256) free (pText) else after scroling for a while virtual listview it becomes slower and=20 slower scroling it.