Custom Query
Results (13 - 15 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2121 | No Bug | Au3Record creates incorrect function of WinWaitActivate | guinness | |
Description |
Au3Record creates the function_WinWaitActivate instead of WinWaitActivate. To reproduce the problem Start Au3Record >> Select 'Click To Record' (with default selected check-boxes >> Select a window >> Select 'Click To Stop' and you'll see the erroneous function. |
|||
#2185 | Fixed | 32-bit scripts in system32 on 64-bit Windows probably fail when using FileInstall() | Valik | |
Description |
Check that FileInstall() works when a 32-bit script is stored in system32 on 64-bit Windows. If it does fail - like I expect - then fix it. Reminder to self. |
|||
#2280 | Rejected | Logical operator precedences | Mat | |
Description |
In most programming languages, AND has a greater precedence than OR. It would appear that in AutoIt they are both the same. For example: True Or False And False Current behaviour would return False, most programming languages would return true. |