Changes between Initial Version and Version 1 of Ticket #536


Ignore:
Timestamp:
09/04/08 06:50:34 (16 years ago)
Author:
Jpm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #536 – Description

    initial v1  
    22
    33Here is a code sample showing this:
    4 {{{While 1
     4
     5{{{
     6While 1
    57$CurrentWin = WinGetHandle("[Active]")
    68$CurrentControl = ControlGetFocus ($CurrentWin)
    79Sleep(50)
    8 Wend}}}
     10Wend
     11}}}
     12
    913
    1014Double-clicks are not detected anymore when this code is running.