Modify

Opened 16 years ago

Closed 16 years ago

#1261 closed Bug (Duplicate)

IsHWnd() returns TRUE for some values

Reported by: Yashied Owned by:
Milestone: Component: AutoIt
Version: 3.3.1.4 Severity: None
Keywords: IsHWnd Cc:

Description

IsHWnd() returns TRUE for some integer values (20, 22, 24, 26 for me) that may conflict with IDs in many native AutoIt UDF.

For $i = 1 To 50
    ConsoleWrite(IsHWnd($i))
Next
ConsoleWrite(@CR)

Attachments (0)

Change History (1)

comment:1 by Valik, 16 years ago

Resolution: Duplicate
Status: newclosed

Closing as duplicate of #1248.

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.