Re: Derek: ListView bug
- Posted by Derek Parnell <ddparnell at bigpond.com> Sep 24, 2004
- 533 views
Derek Parnell wrote: [snip] > > In createEx() replace the line ... > > insertLVColumn( id, 0, 0, lvcol[i][3],lvcol[i][2], lvcol[i][1], i) > > with ... > > insertLVColumn( id, 0, 0, 0, 0, {lvcol[i][1],lvcol[i][2], lvcol[i][3]}, i) Which of course could also be written as ... insertLVColumn( id, 0, 0, 0, 0, lvcol[i][1..3], i) > -- > Derek Parnell > Melbourne, Australia > -- Derek Parnell Melbourne, Australia