Modify

Opened 10 years ago

Closed 10 years ago

#3168 closed Bug (Duplicate)

Missing constants from AutoItConstants.au3

Reported by: timrude@… Owned by:
Milestone: Component: Other
Version: 3.3.14.2 Severity: None
Keywords: Cc:

Description

In the help topic for the GetWinState function, it lists the various return values. Immediately below that list it says Constants are defined in "AutoItConstants.au3".

However, the various '$WIN_STATE_...' constants are NOT defined in the AutoItConstants.au3 file, but really should be as follows:

; GetWinState Constants
Global Const $WIN_STATE_EXISTS = 1 ; Window exists
Global Const $WIN_STATE_VISIBLE = 2 ; Window is visible
Global Const $WIN_STATE_ENABLED = 4 ; Window is enabled
Global Const $WIN_STATE_ACTIVE = 8 ; Window is active
Global Const $WIN_STATE_MINIMIZED = 16 ; Window is minimized
Global Const $WIN_STATE_MAXIMIZED = 32 ; Window is maximized

Attachments (0)

Change History (1)

comment:1 by mLipok, 10 years ago

Resolution: Duplicate
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.