Custom Query (3931 matches)
Results (217 - 219 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2558 | No Bug | AdLibRegister and function with default parameter | ||
| Description |
Hello. I've noticed strange thing. After executing the script below on v3.3.8.1 and also v3.3.9.24 I get error: >Running:(3.3.9.24):D:\Program Files (x86)\AutoIt3\Beta\autoit3.exe "C:\Users\Karex\Desktop\test.au3" --> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop "C:\Users\Karex\Desktop\test.au3" (10) : ==> Variable used without being declared.: If $var == "0" Then If ^ ERROR ->22:37:13 AutoIt3.exe ended.rc:1 >Exit code: 1 Time: 1.656 The code is: AdlibRegister("go")
While 1
Sleep(10000)
WEnd
Exit
Func go($var = "1")
If $var == "0" Then
Exit
EndIf
EndFunc
Looks like AdLibRegister calls go function in such a way that $var is not declared. It can be walked around by using isDeclared, however it is not the correct behaviour. |
|||
| #1947 | Completed | Add "Forward" button in the AutoIt HTML help (.chm file) | ||
| Description |
Could you please add a "Forward" button in the HTML help? It is very useful when navigating through the help and AutoIt Help .chm file doesn't have this button. Note: by default, the HTML workshop doesn't add this button (default configuration). You have to configure the project in HTML workshop GUI to add it. It is very simple, you just need a few seconds. If you need help for adding a button in HTML Workshop, look at the HTML Workshop help and search for "Add buttons to help windows". |
|||
| #2938 | Fixed | Add "GetCount" to ControlCommand() | ||
| Description |
Please add command "GetCount" to ControlCommand() function for ListBox and ComboBox items count. Thanks. |
|||
