Custom Query (3921 matches)
Results (349 - 351 of 3921)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1264 | No Bug | WARNING: $Label10 possibly not declared/created yet | ||
| Description |
How to do that right $Label10 possibly not declared/created yet how to declared/created yet can i do that in design windows or virtual. help me in lable input position setting reply me |
|||
| #1268 | No Bug | AutoIt3 and _ExcelBookClose($oExcel) | ||
| Description |
When closing an Excel workbook with the _ExcelBookClose function, the workbook stays open in the background when the AutoIt3 script is still running. You can only solve this by Ctrl-Alt-Del and closing EXCEL.EXE. Downside during script operation is that the Excel file cannot be opened. Tested on .xls files. Try opening the file during the last sleep function, it will not work, only when AutoIt3 is terminated: #include <Excel.au3> Local $oExcel = _ExcelBookOpen(test.xls", 1) Sleep(5000) _ExcelBookClose($oExcel,0,0) Sleep(10000) |
|||
| #1281 | No Bug | ControlClick() | ||
| Description |
Controlclick does not accept ID number for controlID. Exemple: ControlClick("Untitled -", "", 123) All other functions accept number for ID number Thanks |
|||
