listview bug in win32lib

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

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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu