Re: LV header images example

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

Jordah,
there is a bug in the definition of the flags.
Currently in win32lib, it reads...

    LVCF_IMAGE               = 10,
    LVCF_ORDER               = 20,

but should read

    LVCF_IMAGE               = #10,
    LVCF_ORDER               = #20,


Also, I don't see any flickering on my machine.

I set the length field in the routine because I don't know how the structure
will be used after it is allocated. Its a safety thing. It does no harm.

----------------
cheers,
Derek Parnell

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

Search



Quick Links

User menu

Not signed in.

Misc Menu