Modify

Opened 5 years ago

Closed 4 years ago

#3694 closed Bug (No Bug)

WinGetSize function missing from AutoItX3_64

Reported by: dennis@… Owned by: Jon
Milestone: Component: AutoItX
Version: 3.3.14.0 Severity: None
Keywords: AutoItX3_x64, WinGetSize function Cc:

Description

I am using AutoItX3_x64.dll (AutoItX3.dll does not load). I tried the WinGetSize function but it raises an Attribute Not Found error. I scanned the dll with DLL Export Viewer and the x_64 does not have the WinGetSize function. (AutoItX3.dll DOES include the function.) It seems as if it was left out of the dll by mistake, I'm assuming.
can you please add it back in? Thanks.

import win32com.client
ai = win32com.client.Dispatch("AutoItX3.Control")

ai.WinGetSize("DLL Export Viewer")


Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "C:\Users\dave\workspace\client\venv\lib\site-packages\win32com\client\dynamic.py", line 527, in __getattr__
    raise AttributeError("%s.%s" % (self._username_, attr))
AttributeError: AutoItX3.Control.WinGetSize

Attachments (0)

Change History (1)

comment:1 Changed 4 years ago by Jpm

  • Resolution set to No Bug
  • Status changed from new to closed

In fact AutoItX does not implement such function
you must use WinGetPos*() functions

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jon.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.