Changes between Initial Version and Version 1 of Ticket #3738


Ignore:
Timestamp:
11/08/19 04:48:39 (5 years ago)
Author:
mLipok
Comment:

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{{{
    12#include <GUIConstantsEx.au3>
    23#include <WindowsConstants.au3>
     
    1920        EndSwitch
    2021WEnd
     22}}}
    2123
    2224Ends up with a COM error :
     25{{{
    2326"C:\Program Files (x86)\AutoIt3\Include\IE.au3" (3066) : ==> The requested action with this object has failed.:
    2427Return $oIE.Document.parentwindow
    2528Return $oIE.Document^ ERROR
     29}}}
    2630
    2731But if you remove .Document.parentwindow from the Func __IEControlGetObjFromHWND () it works fine...