Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 3866)

Ticket Resolution Summary Owner Reporter
#77 Rejected ConsoleWriteLine to write to the console with @CRLF at the end of line MsCreatoR
Description

This request based on this forum thread: http://www.autoitscript.com/forum/index.php?showtopic=62853

I think that this feature will be very helpfull when we need to debug our code quickly (without including any libraries to use just this function, wich i supose many of as do).

#78 Completed Regex in CLASS for window titles Jpm Valik
Description

Need to add REGEXPCLASS to window title support.

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

Note: See TracQuery for help on using queries.