Changes between Initial Version and Version 1 of Ticket #3738
- Timestamp:
- 11/08/19 04:48:39 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3738
- Property Owner set to mLipok
- Property Status changed from new to assigned
-
Ticket #3738 – Description
initial v1 1 {{{ 1 2 #include <GUIConstantsEx.au3> 2 3 #include <WindowsConstants.au3> … … 19 20 EndSwitch 20 21 WEnd 22 }}} 21 23 22 24 Ends up with a COM error : 25 {{{ 23 26 "C:\Program Files (x86)\AutoIt3\Include\IE.au3" (3066) : ==> The requested action with this object has failed.: 24 27 Return $oIE.Document.parentwindow 25 28 Return $oIE.Document^ ERROR 29 }}} 26 30 27 31 But if you remove .Document.parentwindow from the Func __IEControlGetObjFromHWND () it works fine...