Derek/Matt
- Posted by Jonas Temple <jktemple at yhti.net> Aug 15, 2001
- 398 views
Hey guys, I'm working on something where the user can update information contained in a list view entry. Instead of re-loading the list view to show the change I tried setLVItemText to just update that entry. It doesn't seem to work. I did notice by looking at the routine in Win32lib that setLVItemText does not update Win32lib's internal item data sequences and since Win32lib uses text call back for the list view's item data, would this be the cause? Thanks, Jonas