Custom Query
Results (64 - 66 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3923 | Fixed | Typo in help file | Jpm | pferrucci@… |
Description |
In page "Send Key list" look for string "If you with", => should be "wish". |
|||
#3921 | Fixed | Help file - missing examples | Jpm | Tweaky |
Description |
The following 3 examples are missing in the help file since version 3.3.16.0: _GUICtrlStatusBar_SetParts[2].au3 _GUICtrlStatusBar_SetParts[3].au3 _GUICtrlStatusBar_SetParts[4].au3 I think the problem is related to the fact that the example of _GUICtrlStatusBar_GetParts is also used for _GUICtrlStatusBar_SetParts. |
|||
#3920 | Fixed | SciTE Jump: undeclared variable error in SciTE Jump.au3 | Jos | TimRude |
Description |
With AutoIt 3.3.16.1 installed, attempting to use the SciTE Jump tool triggers an error message that the $__WINVER global variable is undeclared in the SciTE Jump.au3 script. This variable reference is in the _IsWindowsVersion() function. With AutoIt 3.3.14.5 installed, (and the exact same SciTE4AutoIt add-on package installed), there is no error message and SciTE Jump works properly. Comparing the WinAPIInternals.au3 include file from AutoIt 3.3.14.5 with the one from 3.3.16.1, the __WINVER() function and $__WINVER global constant are no longer in 3.3.16.1. |