Custom Query (3922 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (376 - 378 of 3922)

Ticket Resolution Summary Owner Reporter
#2337 Fixed Au3Record: Unicode and endianness Jpm jbaron@…
Description

Hi,

When recording a script with Au3Record on a French keyboard, the saved file starts with the BOM 0xFFFE indicating a "Little Endian Unicode" sequence. Thus, most of the regular characters are actually in Little Endian order (eg "AU3" -> 41 00 55 00 33 00) but not all them; for example, the "equal" (=) character is encoded 3D 00 and when I open the file with an editor such as notepad I get the Chinese symbol 㴀 corresponding to the unicode character U+3D00. And it's the same with comma, colon, exclamation mark, accented characters and more. Have you ever encountered such a problem? A big Congratulations anyway for your work, Jacques

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

#1663 Fixed Au3Recorder x64 does not work on x64 machines. Jpm anonymous
Description

Going into AU3Recorder, either using the executive or from SCITE failed with the message "DLL failed to load", on all x64 machines, i.e., Windows 7 and Windows XP x64. I tried this on both real world machines as well as VMWare virtual machines, with and without any anti-virus programs. On Windows XP x86 machines, the function work fine.

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