Jump to content

Recommended Posts

Posted (edited)

I have this UDF in this version:

Version:  T3.0-1
Last Update: 13/06/02
 
from AutoIt 3.3.9.20
 
 
I've noticed that there are still used these variables:
Global $o__IEErrorHandler, $s__IEUserErrorHandler
Global _; Com Error Handler Status Strings
        $IEComErrorNumber, _
        $IEComErrorNumberHex, _
        $IEComErrorDescription, _
        $IEComErrorScriptline, _
        $IEComErrorWinDescription, _
        $IEComErrorSource, _
        $IEComErrorHelpFile, _
        $IEComErrorHelpContext, _
        $IEComErrorLastDllError, _
        $IEComErrorComObj, _
        $IEComErrorOutput
 
In connection with the removal of the function: _IEErrorHandlerRegister ()
They are still needed?
Edited by mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

_IEErrorHandlerRegister () needs to be added back in.  It was removed in error.  It is intended to remain as a convenience function and to avoid a script-breaking change.  So, we need to leave them there - they will be used.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Posted

thanks

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

I check help for _IEErrorNotify()

and want to check how exactly works _IEErrorNotify(False)

I'm not sure do I well understand how this feature should work in individual cases.
Therefore developed its own instance of an example of HelpFile.
Unfortunately, I did not see the difference before and after use _IEErrorNotify (False)
 
So I asked a question on GHaS
 
 
Unfortunately, after five days of attendance was low, and the statements was not there.
 
That is why I am writing here because I hope someone will answer my question.
 
I see two possible causes or function _IEErrorNotify (false) does not work well, or am I doing something wrong.
 
Best regards.
mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 1 year later...
Posted (edited)

I think you can unpin .
After all, it's almost two years without new post in this thread and two official releases that contain this library.

  On 3/27/2013 at 9:53 PM, DaleHohm said:

This version is checked into the development stream for the next AutoIt beta release, but will work with the most recently released V3.3.9.x beta.
I am releasing it here so that it can get some testing now and help some people with some of the issues it fixes in the realm of COM error handling (and "the WEND error").
This file will be removed when it is included in a public beta release.

Dale

 
Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Melba23 unpinned this topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...