How to let the select item all time selected because if i select blank the select item go unselect picture follow.
edit: and the event lstviewclick not detect this need to return -1 if no
select item appear
edit2: the event is not called if i switch the select item with arrow keyboard
edit3: THX patchou for the 4.20 function OnPsdp_MainEvent_LstViewSelStateChanged(w,c,n,s) {
if (s) LstViewClicked(w,c,n);
}