Modify

Opened 16 years ago

Closed 16 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 Changed 16 years ago by Valik

  • Resolution set to duplicate
  • Status changed from new to closed

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.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.