Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (118 - 120 of 3866)

Ticket Resolution Summary Owner Reporter
#2124 Rejected Au3RecordSetup(): Underscore is missing at the calling to the func, Error displayed. tzvielh6@…
Description

1.Download autoit-v3-setup.exe ver 3.3.8.1 from autoit downloas.

  1. Install it.
  2. Record any thing: Open then close any software, e.g.
  3. Save.
  4. Run the au3 file:

Bug: Error: AU3RecordSetup() "Unknown function name".

  1. Edit the script:

Look at line 16: Underscore is missing at the beginning of AU3RecordSetup() , But dfined with Underscore . - Look at the 4th line.

One of the next -fixed it, and au3 run well: Add the Underscore at the calling or Delete it at the definition.

#1847 No Bug AutoIt cannot control QuoteTracker tyurejchuk@…
Description

QuoteTracker is a free download from http://www.quotetracker.com/download.asp

QuoteTracker does NOT respond to: Send(), WinMenuSelectItem(), SendKeepActive() ...

I have the latest WinBatch (July 2010) and they changed something in the way it delivers keystrokes, because the (July 2010) version works with Quotetracker, whereas, older versions of WinBatch also fail to send keystrokes to QuoteTracker.

In order to better see the operation of QuoteTracker, I have attached a PORT.XML with several different portfolios in it. Simply overwrite the original PORT.XML in the ..\QuoteTracker\ folder with this replacement, just make sure the replacement is also called PORT.XML or QuoteTracker will not see it.

Please help! Critical for me! Thanks, Terry

#801 No Bug Run/RunWait path bug txj2000@…
Description

if path contains ( ), Run/RunWait run error.

example code like this

$nRetCode = Run(@ComSpec & " /k " & @ScriptDir & "\()\MyBatch.bat")
$nRetCode = Run(@ComSpec & " /k " & '"' & @ScriptDir & "\()\MyBatch.bat" & '"')
$nRetCode = RunWait(@ComSpec & " /k " & @ScriptDir & "\(AnyPath)\MyBatch.bat")
$nRetCode = RunWait(@ComSpec & " /k " & '"' & @ScriptDir & "\(AnyPath)\MyBatch.bat" & '"')

the above 4 statements will run error. this bug exists in AutoIT 3.2.12.1, maybe exists in AutoIT 3.3.0.0

Note: See TracQuery for help on using queries.