Custom Query (3926 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (331 - 333 of 3926)

Ticket Resolution Summary Owner Reporter
#1967 Rejected Infinite loop roi2860@…
Description

During infinite loop I suggest acting static (obviously only when is requested). Afterall, it is prolly the goal of the writer. Lets take a look at this case for example: While 1

MouseMove(@DesktopWidth - MouseGetPos()[0], @DesktopHeight - MouseGetPos()[1], 0)

WEnd

It is obvious the purpose is to make the mouse move reversed. Yet the mouse, if you run it, will go back and forth from normal to reversed.

#514 No Bug StdoutRead seems broken on latest public & beta robinacjohnston@…
Description

Updated to the latest Public (3.2.12.1) today so as to gain support for Windows 2008 OS Type and found my script no longer worked. On debuging found that StdoutRead no longer appears to work. Command I'm using follows the example code exactly as indicated below...

$return = Run("c:\tester.bat", "c:\", @SW_HIDE, $STDOUT_CHILD) $line = StdoutRead($return) MsgBox(0, "STDOUT read:", $line)

Should also mention that I tried using @Comspec too, but made no difference. Also, developed on XP for use on Windows 2008 -32bit, but also would not work on XP -32bit.

Final point, re-installed previous autoit version and all work fine

#1207 Fixed _GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24 Jpm robinacjohnston
Description

The _GUICtrlIpAddress_Set function when run on the 3.3.1.1 beta gets the octets muddled up. 1.2.3.4 would display as 3.4.1.2.

If you want to see this in action run the example code in the help file and it displays 2.128.24.168 instead of 24.168.2.128

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