Modify ↓
#1726 closed Bug (No Bug)
BlockInput(1) does not work on win7
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | Cc: |
Description
code
{{
WinWaitActive("Mozilla Firefox")
BlockInput(1)
MouseClick("left", 656, 148, 1)
BlockInput(0)
}}
blockinput has no effect mouse and keyboard still work
Attachments (0)
Change History (1)
comment:1 by , on Jul 27, 2010 at 10:55:41 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Reading all the documentation for a function is helpful to prevent creating bug reports for expected behavior.