Re: Does Win32Lib/IDE

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

Hi ck,

> ...have an onDoubleClick event?
>
yes, sort of.

You need to handle the onMouse event and then examine the parameters.

procedure mousing(atom iMsg, atom mx, atom my, atom mshift)
  if iMsg = WM_LBUTTONDBLCLK then
     -- Left Double-click
  elsif iMsg = WM_RBUTTONDBLCLK then
     -- Right Double-click
  end if
end procedure
onMouse[theControl] = routine_id("mousing")

------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)

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

Search



Quick Links

User menu

Not signed in.

Misc Menu