Re: Derek: ListView bug

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

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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu