listview bug in win32lib
I'm almost on the home stretch making a Windows program for viewing
email text files. Ran into a problem with listview. It is not fixed
in the latest version of win32lib. Or previous versions.
I gotta git this problem solved in order to finish the program.
< BEGIN CODE >
procedure onChange_lsvHeaders()
sequence s
s = getIndex(lsvHeaders)
debug(s[1]) -- shows a msg box
-- The first time I click on the listview, it works correctly.
-- Second time, out of bounds error, s = { }
end procedure
onChange[ lsvHeaders ] = routine_id("onChange_lsvHeaders")
< END CODE >
Jerry Story
|
Not Categorized, Please Help
|
|