Hi
I'm using a window which contains a
ListViewControl set in
ReportView mode with
HasCheckboxes set to
true.
I want to get the
ListViewControl first item's checked status,
so I've created the
OnWNDInterfaceEvent_LstViewClicked event listener.
When clicking on the item's
text OnWNDInterfaceEvent_LstViewClicked is called and
code:
PlusWnd.LstView_GetCheckedState(ControlId, ItemIdx);
returns the
real checked status (no problem here)
but
When clicking on the item's
checkbox LstView_GetCheckedState(...) returns the
opposite of the
real status...
It behaves as if the
Event_LstViewClicked was fired
before the checkbox is really checked/unchecked...
[Edit]
Install package and type /lvrb in a chat window to test this.
code:
Versions :
MsgPlus.Version: 4.010000228881836
MsgPlus.VersionBuild: 240
Messenger.Version: 8.0.0792.00
Windows.Version: XP (2002) + SP2