Hi.
When a item on my list is doubleclicked it shall send a file, but to send a file U need to know which window I'm using right now, but it isn't possible with the function - or is it?
Here is my code:
code:
function OnBibliotekEvent_LstViewDblClicked(Wnd, Id, Handling)
{
ChatWindowInUse.SendFile(Wnd.LstView_GetItemText("liste",Handling,1));
}
Thanks in advance.