Posted: Wed Sep 27, 2006 12:01 pm
Not much difference there.
Maybe one of the control flags is the problem:
li_users_hnd = ListIconGadget(#users, 493, 28, 140, 325, "Users Online", 136, #PB_ListIcon_FullRowSelect|#PB_ListIcon_AlwaysShowSelection|#LVS_NOSORTHEADER|#PB_ListIcon_CheckBoxes)
#PB_ListIcon_CheckBoxes? (which is an icon itself and can be replaced too)
And there is a state and a stateMask member in the LVITEM structure (used with LVM_SETITEM).
Is the checkbox icon located in the "original" image list?
Maybe one of the control flags is the problem:
li_users_hnd = ListIconGadget(#users, 493, 28, 140, 325, "Users Online", 136, #PB_ListIcon_FullRowSelect|#PB_ListIcon_AlwaysShowSelection|#LVS_NOSORTHEADER|#PB_ListIcon_CheckBoxes)
#PB_ListIcon_CheckBoxes? (which is an icon itself and can be replaced too)
And there is a state and a stateMask member in the LVITEM structure (used with LVM_SETITEM).
Is the checkbox icon located in the "original" image list?