Jump to content

AdlibEnable Function Error


sahra

Recommended Posts


In your AutoIt3 help file, you should have a page for History and another link from that page for Script Breaking Changes in Recent Versions.

As of 15th January, 2010 - AutoIt3 v3.3.4.0:

AdlibEnable() is now AdlibRegister().

AdlibDisable() is now AdlibUnRegister().

AdlibEnable() and AdlibDisable() allowed for only one function to be registered and unregistered at a time. AdlibRegister() and AdlibUnRegister() can allow multiple functions to be registered and unregistered at the same time. The Adlib* function rename was to suit the change in behavior.

Use search and replace in your editor to change the following:

AdlibEnable to AdlibRegister.

AdlibDisable to AdlibUnRegister.

Please read the History page in the AutoIt3 help file to keep up to date with any changes.

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...