Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (451 - 453 of 3933)

Ticket Resolution Summary Owner Reporter
#3694 No Bug WinGetSize function missing from AutoItX3_64 Jon dennis@…
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

#3701 Fixed Hard crash on declaring an array with more than 2^24 cells Jon jchd18
Description

All is told. The following hard crashes AutoIt:

Local $a[9000000][2]

AutoIt should instead exit with an error.

#3710 Fixed Server 2019 @OSVersion not correct Jon anonymous
Description

Hi,

I tried to use @OSVersion var with Server 2019, but it reports "WIN_2016" and not "WIN_2019".

Same problem with AutoIt 3.3.14.5 and beta 3.3.15.1

Thank you ;)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.