Custom Query (3933 matches)
Results (235 - 237 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #877 | Fixed | errors in der helpfile for AutoIt 3.3.0.0 Part 1 | ||
| Description |
Hi, we have translate the english helpfile into german. So we see that some errors are in der the english helpfile. Here are the errors: 1 ControlCommand Related function twice 2 DirGetSize Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2 3 DriveMapDel Number of variables wrong / variables differently / variables in different order (is | should) 0 | 1 4 FileRead Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2 5 FileReadLine Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2 6 FileRecycleEmpty Number of variables wrong / variables differently / variables in different order (is | should) 0 | 1 7 FileWrite Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2 8 FileWriteLine Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2 9 GUICtrlRecvMsg Missing header for related function (###Related###) 10 Hex Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2 11 IsBinary Number of variables wrong / variables differently / variables in different order (is | should) 0 | 1 12 Ping Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2 13 PixelSearch Number of variables wrong / variables differently / variables in different order (is | should) 4 | 8 14 StringReplace Number of variables wrong / variables differently / variables in different order (is | should) 1 | 5 15 TraySetIcon Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2 16 TraySetPauseIcon Number of variables wrong / variables differently / variables in different order (is | should) 0 | 2 17 $tagCOMBOBOXEXITEM Number of variables wrong / variables differently / variables in different order (is | should) 2 | 9 18 $tagDTPRANGE Number of variables wrong / variables differently / variables in different order (is | should) 13 | 18 19 $tagMCMONTHRANGE Number of variables wrong / variables differently / variables in different order (is | should) 8 | 17 20 $tagMCRANGE Number of variables wrong / variables differently / variables in different order (is | should) 8 | 18 I hope everything is understandable ((is | should) 0 | 2 should help you were the error at the variables is) Tweaky |
|||
| #879 | Fixed | AutoIT installation fails to use 64-bit versions on 64-bit OS Win 2008 | ||
| Description |
When I've installed AUTOIT on either real or virtualized version of Windows 2008, the 64-bit versions of the following components are not used. The 64-bit versions are present, but are not run by the AutoIT interface. C:\Program Files (x86)\AutoIt3\Aut2Exe directory
C:\Program Files (x86)\AutoIt3\Aut2Exe directory
There may be others as I have not tried using AutoITx. A simple rename using the _64x version of these files in these directories fixes the issue. That is
Side effects Programs look like they are run and compiled correctly, but bugs appear in APIs involving use of text. RegRead and ControlTreeView are two examples. Following code in any script will show this problem. ConsoleWrite("OS Version is " & @OSARCH & @CRLF) ConsoleWrite("AutoIT 64bit Version Running? 1 if so -->" & @AutoItX64 & @CRLF) ; if you add the key first, will fail on 64 bit OS but succeed on 32 bit. Works fine once exx rename is done.
Run("c:\windows\system32\compmgmt.msc") $WindowUp = WinWaitActive("Computer Management","", 10) If NOT $WindowUp Then $WindowHandle = WinGetHandle("Computer Management") $treeviewRolesHandle = ControlGetHandle ( "Computer Management", "", "[ID:12785]") ConsoleWrite('Window Handle ' & $WindowHandle & ' Tree view role handle' & $treeviewRolesHandle & @crlf) $answer = ControlFocus("Computer Management", "", 12785) Sleep(1000) ;Works regardless ControlTreeView ("Computer Management", "", $treeviewRolesHandle, "Expand", "#0") ControlTreeView ("Computer Management", "", $treeviewRolesHandle, "Expand", "#0|#0") ControlTreeView ("Computer Management", "", $treeviewRolesHandle, "Expand", "#0|#0|#1") ; Does not work due to use of 32-bit exes. once exe's replaced with 64-bit versions, code works ControlTreeView ("Computer Management", "", $treeviewRolesHandle, "Select", "Computer Management (Local)|System Tools|Device Manager")
|
|||
| #881 | Fixed | Au3Check Yacc stack overflow | ||
| Description |
My code is wrong but I think it is Au3Check erroring. Previous case: http://www.autoitscript.com/forum/index.php?showtopic=28303 I do go over the character limit in AutoIt, but it is at another point than the yacc stack overflow. Beside that, "yacc stack overflow" does not give a programmer insights how to fix his code so I thought it would be a bug or could be changed. |
|||
