Jump to content

Recommended Posts

  • Administrators
Posted

AFAIK this is the current list of bugs for AutoItX. I'll be looking at these soon. Post if I've missed any:

AutoItX bugs

---------------------------------------------------------------------

RegDelete not working (or is it RegDeleteKey and RegDeleteVal? Probably)

Confirmed. Documentation is incorrect. There are actually two methods called "RegDeleteKey" and "RegDeleteVal" instead

---------------------------------------------------------------------

Bug in AutoItX : ControlGetHandle returns blank string when AutoItX Dll is used from any other scripting.

ex: au3.ControlGetHandle("Display Properties","","1800")

where as in AutoIt scripting it works fine and returns the handle.

---------------------------------------------------------------------

Ver: AutoItX v3.1.1 from download page. I can not locate a beta if there is one.

script listed fails in Python ver: 2.4.1 & 2.3.2

Problem: when calling PixelSearch Function of AutoItX.dll, an incomprehensible string is returned. I have tested this in VB, C#, Perl, and Python with the same results

---------------------------------------------------------------------

RunAsSet doesn't work in AutoItX starting from KiXtart. Run or RunWait fail with error 1. I already made several tests and the problem seems to be even in AutoItX. Is this a known bug?

---------------------------------------------------------------------


 

Posted (edited)

RegDelete not working (or is it RegDeleteKey and RegDeleteVal? Probably)

Definitely RegDelete is not supported and last 2 are not listed AutoIt methods.

Edit:

As you confirmed in RegDelete topic, RegDeleteKey and RegDeleteVal are unlisted, but work as you explained.

Edited by MHz

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...