Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 3866)

Ticket Resolution Summary Owner Reporter
#3146 Works For Me RegRead documentation incorrect or deprecated victhetraitor@…
Description

The helpfile states

When reading a REG_MULTI_SZ key the multiple entries are separated by @LF - use with StringSplit(..., @LF) to get each entry.

The entries are, however, separated by spaces. (Chr(32))

#2214 No Bug Help file description for ProcessExists vga1232@…
Description

Help file description for ProcessExists mentions :

"The process is polled approximately every 250 milliseconds."

Isn't the function performed instantly when called ?

#2491 No Bug AutoIt doesn't functions properly venugopal.vysakh@…
Description

I have tried AutoIt for a firefox based login pop-up. While running the script, I could see it works randomly. For this I used the code shown below:

WinWaitActive("Authentication Required") If WinExists("Authentication Required") Then Send("admin{TAB}") Send("admin123{ENTER}") EndIf

Could anyone please fix this issue, since working randomly can make people think AutoIt as a less-reliable source code.

Note: See TracQuery for help on using queries.