Changes between Version 1 and Version 3 of Ticket #3738
- Timestamp:
- 11/08/19 04:52:30 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3738
- Property Component changed from AutoIt to Standard UDFs
-
Ticket #3738 – Description
v1 v3 23 23 24 24 Ends up with a COM error : 25 {{{ 26 "C:\Program Files (x86)\AutoIt3\Include\IE.au3" (3066) : ==> The requested action with this object has failed.: 27 Return $oIE.Document.parentwindow 28 Return $oIE.Document^ ERROR 29 }}} 25 >"C:\Program Files (x86)\AutoIt3\Include\IE.au3" (3066) : ==> The requested action with this object has failed.: 26 >Return $oIE.Document.parentwindow 27 >Return $oIE.Document^ ERROR 30 28 31 29 But if you remove .Document.parentwindow from the Func __IEControlGetObjFromHWND () it works fine...