Custom Query
Results (61 - 63 of 3833)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3614 | No Bug | $Version previously declared as a Const | Au3Builder | |
Description |
1) It happens,when you try to run the uncompiled script. \AutoIt3\SciTE\findstr.au3 2) Can I get access to the forum, with required post approval and limited posts allowed 1 or 2 per week.I won't ask for more. Please. I will post only if I really need to, to help someone or to ask for help. I believe it's fair. I also reported a few bugs meantime so aggre,please. 1 or 2 moderated posts per week. that is almost nothing... I still regreat my stupid behaviour. |
|||
#3116 | Fixed | $WIN_STATE_* Constants Does Not Exist in AutoItConstants.au3 | Melba23 | TheDcoder |
Description |
$WIN_STATE_* Constants Does Not Exist in AutoItConstants.au3 As Stated in the Help File (Doc For WinGetState) |
|||
#2357 | Completed | $WM_SIZING missing in WindowsConstants.au3 in 3.3.9.7 | guinness | skyteddy <rainer@…> |
Description |
Hello, if I want to compile my script with the latest beta-version 3.3.9.7, I get the following error: #include <WindowsConstants.au3> GUIRegisterMsg($WM_SIZING, 'ru_GuiMoveOrResize') ... => warning: $WM_SIZING: possibly used before declaration. => error: $WM_SIZING: undeclared global variable. I have seen, you have made a lot of changes in the include-files, so I search for $WM_SIZING in all au3-Files in the beta\include-folder, but I can't find it. In 3.3.8.1 it was defined in the WindowsConstants.au3 many thanks in advance R@iner |