Changes between Version 1 and Version 3 of Ticket #3738


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3738

    • Property Component changed from AutoIt to Standard UDFs
  • Ticket #3738 – Description

    v1 v3  
    2323
    2424Ends 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
    3028
    3129But if you remove .Document.parentwindow from the Func __IEControlGetObjFromHWND () it works fine...