Changes between Initial Version and Version 1 of Ticket #536
- Timestamp:
- 09/04/08 06:50:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #536 – Description
initial v1 2 2 3 3 Here is a code sample showing this: 4 {{{While 1 4 5 {{{ 6 While 1 5 7 $CurrentWin = WinGetHandle("[Active]") 6 8 $CurrentControl = ControlGetFocus ($CurrentWin) 7 9 Sleep(50) 8 Wend}}} 10 Wend 11 }}} 12 9 13 10 14 Double-clicks are not detected anymore when this code is running.