Win32lib again, onMouse over a list-control ?

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

Is there a way to simulate this with win32lib ? :

constant List1=create( List, ...

procedure onMouseList1(integer event, integer x, integer y, integer shift )
  if event=LeftDoubleClick then
    ...
  elsif event=RightUp then
    ...
  end if
end procedure
onMouse[List1] = routine_id("onMouseList1")

because the onMouse[] event don't seem to work with a list-control.

Gwen

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

Search



Quick Links

User menu

Not signed in.

Misc Menu