win32lib setLVItemlParam

new topic     » topic index » view thread      » older message » newer message

Derek,
setLVItemlParam() is global, it should't be
because isnt lParam already taken for win32lib internal stuff?

Also, I modified fDoLVN_ITEMCHANGED so that params [1] has row of changed
item
because when you click on checkbox of listview there is no easy way to tell
which item's check box was clicked.

----------------------------------------------------
function fDoLVN_ITEMCHANGED(integer id, atom hWnd, atom wParam, atom lParam)
----------------------------------------------------
   id = getId( fetch( lParam, NMHDR_hwndFrom ))

--// Start Tone Skoda
   --// VOID = invokeHandler(id, w32HChange, {} )
   VOID = invokeHandler(id, w32HChange, {fetch( lParam, NMLISTVIEW_iItem)} +
1 )
--// End Tone Skoda

   return {kReturnNow}
end function

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu