Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (304 - 306 of 3901)

Ticket Resolution Summary Owner Reporter
#3111 Fixed Allow for parallel compilations Jos adrienc@…
Description

Hello,

In my company we have a lot (around 100-150) of AutoIt programs of various size. So first: thank you for your great language!!!

We have a script to compile all our programs. We run it several times a day. We have tried to speed up the compilation duration by calling AutoItWrapper.exe multiple times (in parallel), in order to benefit from all the CPU cores on our server.

However that caused us big troubles. For example, some executables were mixed or swapped (i.e. programA.exe and programB.exe are both the executable file for programA.au3, and the code in programB.au3 is compiled nowhere).

To reproduce, just try to Run() 3 or 4 AutoItWrapper.exe programs in parallel.

Could you please try to solve this issue, as it would really improve our compilation time ? Thank you!!!!

#79 Completed Allow searching for windows/controls by position. Jon Valik
Description

Expand the advanced window descriptor to use X, Y, W, H for match criteria. Example usage:

ControlClick($hWnd, "", "[CLASS:BUTTON]; X:10; Y:10; W:50; H:25")

Which would search for a button at position 10,10 with a width of 50 and height of 25. Unspecified parameters should be ignored.

#3536 Fixed Almost all version queries with _WinAPI_GetVersion in \Examples\Helpfile\*.au3 is wrong... Jpm Bitnugger
Description

_WinAPI_GetVersion() ................... --> 10.0 If _WinAPI_GetVersion() < '6.0' Then ... --> True If _WinAPI_GetVersion() < 6.0 Then ... --> False

Would be nice if someone corrected that.

Note: See TracQuery for help on using queries.