windowhandle I extract from ListBox.GetProperties(xx).WindowHandle, I'll test if it fails when
the window isn't on top this afternoon. This is weird behaviour.
There is no ListIcon.Destroy, however, suggestion taken!
I've noticed this once as well, and the window was at a
Riz did a great job on the original plug and it was a joy continuing it!


if(not ListIconEvent)then
ListIconEvent = {}
end
function ListIconEvent.OnHeaderClick(ObjectName, Column)
end
function ListIconEvent.OnChecked(ObjectName, Row, boolChecked)
end
function ListIconEvent.OnRightClick(ObjectName, Row)
end
function ListIconEvent.OnSelect(ObjectName, Row)
end
function ListIconEvent.OnKillFocus(ObjectName)
end
function ListIconEvent.OnDoubleRightClick(ObjectName, Row)
end
function ListIconEvent.OnKey(ObjectName, e_Key)
end
function ListIconEvent.OnDoubleClick(ObjectName, Row)
end
function ListIconEvent.OnSetFocus(ObjectName)
end
function ListIconEvent.OnReturn(ObjectName, Row)
end
function ListIconEvent.OnHeaderRightClick(ObjectName, Column)
end
function ListIconEvent.OnColorRequest(Object, Row, Column)
return {Back = -1, Text = -1};
end

Leave a comment: