Custom Query
Results (37 - 39 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#91 | No Bug | "_ScreenCapture_CaptureWnd" does not work on Win2k | Gary | Moto |
Description |
When I try to use "_ScreenCapture_CaptureWnd" function defined in "ScreenCapture.au3" on Windows 2000 OS, it produces following error --------------------------- Fatal Error --------------------------- AVector: []: Out of bounds. --------------------------- OK --------------------------- However if I try the same thing on Windows XP, it takes screenshot properly. Following is the script which I run. #include<ScreenCapture.au3> _ScreenCapture_CaptureWnd("test.bmp", WinGetHandle("")) I faced this problem in AutoIt version "3.2.10.0" |
|||
#94 | Fixed | _ClipPutFile drops drive letters | Gary | MISIIM |
Description |
_ClipPutFile seems to drop the drive letter. However I can paste to explorer. #include <Misc.au3> FileChangeDir("E:\") FileWriteLine(@MyDocumentsDir & "\test.txt", "Bla"); _ClipPutFile(@MyDocumentsDir & "\test.txt"); MsgBox(0, "", ClipGet()); FileDelete(@MyDocumentsDir & "\test.txt"); |
|||
#99 | No Bug | _GUICtrlListView_RegisterSortCallBack, Sort arrow not visible | Gary | Wooltown <sven.ullstad@…> |
Description |
Tried the _GUICtrlListView_RegisterSortCallBack function, as in the example in the help file, but the sort order arrows is not visible, running 3.2.11.0 on Windows 2000 SP4. The problem occurs for me in the example in the help file, therefore no attached code. |