Modify ↓
Opened 10 years ago
Closed 10 years ago
#3216 closed Bug (Duplicate)
WinGetState, none of the states are declared.
| Reported by: | InunoTaishou | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.0 | Severity: | None |
| Keywords: | Cc: |
Description
From the help file for WinGetState:
Success: a value indicating the state of the window. Multiple values are added together so use BitAND() to examine the part you are interested in: $WIN_STATE_EXISTS (1) = Window exists $WIN_STATE_VISIBLE (2) = Window is visible $WIN_STATE_ENABLED (4) = Window is enabled $WIN_STATE_ACTIVE (8) = Window is active $WIN_STATE_MINIMIZED (16) = Window is minimized $WIN_STATE_MAXIMIZED (32) = Window is maximized Failure: 0 and sets the @error flag to non-zero if the window is not found. Constants are defined in "AutoItConstants.au3".
None of the these variables are declared in any of the files in the include folder.
Attachments (1)
Change History (2)
by , 10 years ago
| Attachment: | WinGetState Example.au3 added |
|---|
comment:1 by , 10 years ago
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Thanks
Already fix for next beta