Custom Query (3910 matches)
Results (340 - 342 of 3910)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1164 | Fixed | FileGetPos() after FileReadLine() | ||
| Description |
FileGetPos() after FileReadLine() returns increment of 64, or EOF position. |
|||
| #1165 | Fixed | _GUICtrlComboBoxEx_AddString as 64bit Script | ||
| Description |
This piece of Code crashes when compiled as x64 script, on x86 everythiung works fine: #include <GuiComboBoxEx.au3>
#include <GuiConstantsEx.au3>
$Debug_CB = True ; Check ClassName being passed to ComboBox/ComboBoxEx functions, set to True and use a handle to another control to see it work
$hGUI = GUICreate("ComboBoxEx Add String", 400, 300)
$hCombo = _GUICtrlComboBoxEx_Create($hGUI, "", 2, 2, 394, 100)
GUISetState()
_GUICtrlComboBoxEx_BeginUpdate($hCombo)
_GUICtrlComboBoxEx_AddString($hCombo, "Work")
_GUICtrlComboBoxEx_AddString($hCombo, "Game")
_GUICtrlComboBoxEx_AddString($hCombo, "Crash")
_GUICtrlComboBoxEx_EndUpdate($hCombo)
Do
Sleep(50)
Until GUIGetMsg() = $GUI_EVENT_CLOSE
Scite ouput gives this: >Running:(3.3.1.1):C:\Program Files\System und Tools\AutoIt\beta\autoit3_x64.exe "C:\Program Files\System und Tools\Shell Extension\SysControl\64bit\Problem.au3" !=========================================================== +====================================================== -->Line(0182): This is for debugging only, set the debug variable to false before submitting +====================================================== !=========================================================== +====================================================== -->Line(0182): This is for debugging only, set the debug variable to false before submitting +====================================================== !=========================================================== +====================================================== -->Line(0182): This is for debugging only, set the debug variable to false before submitting +====================================================== !=========================================================== +====================================================== -->Line(0182): This is for debugging only, set the debug variable to false before submitting +====================================================== !>10:46:04 AutoIT3.exe ended.rc:-1073740771 +>10:46:06 AutoIt3Wrapper Finished >Exit code: -1073740771 Time: 1.799 |
|||
| #1167 | Fixed | _FTP_ProgressDownload crashes | ||
| Description |
|
|||
Note:
See TracQuery
for help on using queries.
