Modify

Opened 18 years ago

Closed 18 years ago

#105 closed Bug (Duplicate)

_IEAttach does not work with embedded mode

Reported by: melik@… Owned by:
Milestone: Component: AutoIt
Version: 3.2.10.0 Severity:
Keywords: Cc:

Description

When trying to attach to an IE control that is embedded in another window, you get an "Subscript used with non-Array variable.: " error that points to IE.au3.

example:
#include <IE.au3>
$oIE = _IEAttach ("AutoIt Help", "embedded")
MsgBox(0,"",$oIE)

C:\Program Files\AutoIt3\Include\IE.au3 (4088) : ==> Subscript used with non-Array variable.:
If IsObj($aRet[4]) Then
If IsObj($aRet ERROR

Exit code: 1 Time: 3.574

Attachments (0)

Change History (1)

comment:1 by Valik, 18 years ago

Resolution: duplicate
Status: newclosed

This is already fixed in beta 3.2.11.0.

Remember, always test with the latest version of AutoIt before reporting a bug.

Resolving as duplicate since it's already fixed.

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.