Custom Query
Results (55 - 57 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#624 | Rejected | FileCopy() - need better error return, and maybe protect existing dest file | Arbie | |
Description |
After a bit of research on using FileCopy(), here are two suggestions: 1) Make FileCopy() return "@error" so that elaborate means are not required to determine the success of the operation. 2) Don't delete an existing destination file before making the copy, if you can avoid it. Thanks for a great program -
|
|||
#1983 | No Bug | _IECreateEmbedded doesn't work anymore | Arcker | |
Description |
in beta from 3.3.7.8, when running the example :
+>17:37:12 Starting AutoIt3Wrapper v.2.0.3.0 Environment(Language:040C Keyboard:0000040C OS:WIN_7/ CPU:X64 OS:X64)
+>17:37:13 AU3Check ended.rc:0
--> IE.au3 V2.4-0 Error from function _IENavigate, $_IEStatus_InvalidObjectType +>17:37:15 AutoIT3.exe ended.rc:0
Seems to be an error with objcreate that didn't exists before 3.3.7.8 |
|||
#623 | Works For Me | _GUICtrlListBox_FindString - returns 0 on error, and doesn't set @error! + CRUSH | Armand | |
Description |
as i was saying, it returns 0 when search isn't found / when search is done on an empty list. and in latest beta it crushes the script. |