Modify ↓
Opened 18 years ago
Closed 18 years ago
#105 closed Bug (Duplicate)
_IEAttach does not work with embedded mode
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.

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.