Re: Win32Lib: making a "List Table"? insertItem not work right?
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Feb 04, 2000
- 446 views
Dan wrote: > setIndex(listname,-1) to unselect... A number of problems: 1. You should use zero, not -1, to unselect. The documentation is wrong. 2. The lists in Win32Lib start at one, not at zero. The documentation didn't make this clear. 3. The documentation claimed that setIndex is a function; it's not. 4. Unselecting a list item can cause Win32Lib to report this as an error. All these have been corrected in the 0.45m bleeding edge version (still unreleased). It should be out fairly soon. Thanks, and sorry for the inconvenience. -- David Cuny