Timeline
Jul 10, 2014:
- 9:02 PM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) closed by
- Fixed: Fixed by revision [10303] in version: 3.3.13.2
- 8:53 PM Ticket #1573 (TCPConnect TCPTimeout) closed by
- Fixed: Fixed by revision [10302] in version: 3.3.13.2
- 8:49 PM Ticket #2287 (GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set on top) updated by
-
Owner, Resolution, Milestone changed
Fixed by revision [10301] in version: 3.3.13.2 - 8:46 PM Ticket #2471 (Bad restore for script using $WS_EX_LAYOUTRTL) closed by
- Fixed: Fixed by revision [10299] in version: 3.3.13.2
- 8:39 PM Ticket #2588 (Menu/Statusbar location problem) closed by
- Fixed: Fixed by revision [10298] in version: 3.3.13.2
- 8:28 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) closed by
- Fixed: Fixed by revision [10297] in version: 3.3.13.2
- 8:22 PM Ticket #2743 (Hex($n, -1.#INF) crashes AutoIt) closed by
- Fixed: Fixed by revision [10296] in version: 3.3.13.2
- 7:42 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- I myself have advised this problem by removing such names from my systems. Alternatively, could add (to HelpFile) relevant information as to how this works or about directory naming standards.
- 7:21 PM Ticket #2788 (fuzzy string searching) updated by
- See http://www.autoitscript.com/forum/topic/113591-compare-strings/#entry794763.
- 6:49 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- I ran the test script, and noticed that the array holds the correct information. So, you could just use the array instead of the common variables. That would satisfy both the Windows standard naming process, and the pathnames you're using.
- 6:16 PM Ticket #2788 (fuzzy string searching) created by
- Since 3.3.10.2 we have fast regexp, but what about fuzzy string …
Jul 9, 2014:
- 4:46 PM Ticket #2665 (Support for EFS (Encrypting File System)) closed by
- Completed: Added by revision [10277] in version: 3.3.13.2
- 4:13 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- I did the tests. Windows automatically removes the first spaces, when trying to create. I create this folders in Total Commander. When you create a Windows allows normally open and save in these folders.
- 3:53 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- That path name is invalid in Windows, trying to create a path with spaces before the name causes Windows to strip the spaces. It may be a valid path in another OS, but Windows won't allow you to create one.
- 3:22 PM Milestone 3.3.13.1 completed
- 2:35 PM Ticket #2647 (Add line count of FileReadToArray to @extended) closed by
- Completed: Added by revision [10272] in version: 3.3.13.1
- 2:06 PM Ticket #2365 (FileFindNextFile - information in @extended) closed by
- Completed: Added by revision [10271] in version: 3.3.13.1
- 12:00 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- it change from: […] to: […]
- 11:42 AM Ticket #2787 (_PathSplit - remove space from parameter $sDir) created by
- REPRO: […] there is a problem in _PathSplit exactly here: […]
Jul 8, 2014:
- 7:45 PM Ticket #2786 (MDI childs don't adjust to parent windows client rect #2) updated by
- I forgot to mention: This issue is still present in v3.3.12.0
- 7:42 PM Ticket #2786 (MDI childs don't adjust to parent windows client rect #2) created by
- #1013 was about child windows of parent GUIs with $WS_CAPTION style. …
Jul 7, 2014:
- 4:26 PM Ticket #2785 (WinTextMatchMode - Window Titles and Text (Advanced)) created by
- Please add possibility of REGEXPTEXT - as analogue of REGEXPTITLE, but …
- 4:07 PM Milestone 3.3.13.0 completed
- 8:20 AM Ticket #2784 (WinAPI.au3 - not stripped comment header at internal functions) closed by
- No Bug: The headers were stripped due to already being present in the help file, but the internal functions aren't, therefore they should still be present.
Jul 6, 2014:
- 2:50 AM Ticket #2784 (WinAPI.au3 - not stripped comment header at internal functions) updated by
- note: all underscore chars was automatically removed from my previous ticket
- 2:48 AM Ticket #2784 (WinAPI.au3 - not stripped comment header at internal functions) created by
- Func WinAPI_EnumWindowsAdd() Func WinAPI_EnumWindowsChild() This …
Jul 5, 2014:
- 8:18 PM Ticket #2783 (FileGetVersion default value for optional parameter is missing in help file) updated by
- According to MSDN the FileVersion is stored as 2 x 64bit integers - the 4 parts are stored as follows: 3.3.12.0 -> 0x00030003 0x000C0000 My testing shows that FileGetVersion behaves as follows: - When no "stringname" is defined, the function extracts these values and returns them with "." delimiters. - If a specific "stringname" is defined, then the relevant string is returned - those in the current AutoIt3.exe are as follows: […] This explains the differences you highlight between having no "stringname" and using "FileVersion". I have amended the Help file to reflect this. M23
- 8:15 PM Ticket #2783 (FileGetVersion default value for optional parameter is missing in help file) closed by
- Completed: Added by revision [10263] in version: 3.3.13.0
Jul 4, 2014:
Jul 3, 2014:
- 5:54 AM Ticket #2783 (FileGetVersion default value for optional parameter is missing in help file) created by
- from the FileGetVersion help: FileGetVersion ( "filename" [, …
Jul 2, 2014:
- 11:05 PM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) closed by
- No Bug
- 11:03 PM Ticket #2780 (Object Check Error) closed by
- Fixed
- 9:15 PM Ticket #2780 (Object Check Error) updated by
- read this: http://www.autoitscript.com/trac/autoit/ticket/2768 http://www.autoitscript.com/trac/autoit/ticket/2731 for the future, check carefully before you report http://www.autoitscript.com/trac/autoit/wiki […]
- 7:43 PM Ticket #2780 (Object Check Error) updated by
- well. I mean, that, AuCheck stops on dot '.' before To $objEmail.To = $s_ToAddress it makes ------| to the dot; and boom: error: missing separator character before keyword. aka '$', but it is a dot '.' must be there, because of ObjCreate() method requires creating methods of acess, i mean.
- 3:25 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) updated by
- but did you check also this: $*_PRIORITY_CLASS constants require #include <APIProcConstants.au3> instead $*_PRIORITY_CLASS constants require #include <APIShellExConstants.au3>
- 3:14 PM Ticket #2782 ($CONST_Constants_require_Part_4.zip) created by
- look in atachment.
- 11:16 AM Ticket #2781 (_GUICtrlRichEdit_IsTextSelected - always False never True) closed by
- No Bug: You are not testing after selecting the text - when you do you will see that it works as advertised: […] M23
- 10:49 AM Ticket #2781 (_GUICtrlRichEdit_IsTextSelected - always False never True) created by
- REPRO: […]
- 9:26 AM Ticket #2770 (Proposal - _FTP_Connect.txt) closed by
- Completed
- 9:21 AM Ticket #2769 (Example proposal- _GUICtrlRichEdit_Create[2].au3) closed by
- Rejected: Thanks, though this goes beyond the scope of demonstrating _GUICtrlRichEdit_Create().
- 9:14 AM Ticket #2773 (_FTP_ProgressUpload - examples) closed by
- Fixed: Fixed by revision [10258] in version: 3.3.13.0
- 8:23 AM Ticket #2777 (Found error in IE.au3) closed by
- Fixed: Already fixed by Rev 10214. M23
- 8:19 AM Ticket #2779 (Typo on RichEdit_StreamToVar parameters) closed by
- Fixed: Fixed by revision [10257] in version: 3.3.13.0
- 8:11 AM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) updated by
- its written in ControlFocus Documentation... Parameters ||= title =|| The title/hWnd/class of the window to access || I think, there is a misunderstanding on my side, because I coded in Delphi and my function returning an integer handle, instead of hex string 0x00000000 this sourcecode works... […] this ticket can be closed now
- 8:04 AM Ticket #2780 (Object Check Error) updated by
- Use the AU3Check in Scite beta area to verify that the next AU3Check is OK Thanks
- 7:18 AM Ticket #2780 (Object Check Error) created by
- By using ObjCreate there is an error when checking script: Local …
- 2:35 AM Ticket #2779 (Typo on RichEdit_StreamToVar parameters) created by
- _GUICtrlRichEdit_StreamToVar $iOpts [optional] additional options: …
Jul 1, 2014:
- 7:47 PM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) updated by
- Where does it state in the helpfile that this is supported? The format is: ControlFocus ( "title", "text", controlID ) -and- ControlFocus "title", "text", "controlID" Jos
- 7:22 PM Ticket #2778 (include REGEXP function in to SQLite) updated by
- Regexp operator isn't very useful because it is so slow and contrary to LIKE and GLOB, can't benefit from any index. That's why no regexp function comes as standard. However a simple (non-PCRE) implementation is available in the source tarball of the official website, under directory .\ext\misc\regexp.c which is ready to be compiled into an SQLite extension DLL.
- 5:00 PM Ticket #2778 (include REGEXP function in to SQLite) updated by
-
Version changed
Automatic ticket cleanup. - 4:59 PM Ticket #2778 (include REGEXP function in to SQLite) created by
- documentation on sqlite site said: The REGEXP operator is a special …
- 4:54 PM Ticket #2777 (Found error in IE.au3) created by
- in Func IEControlGetObjFromHWND(ByRef $hWin) at line 2971 Local …
- 4:06 PM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) created by
- Calling ControlFocus in AutoItX3.Control and control handle as first …
- 1:21 PM Ticket #2775 (GUICtrlRead - Return Value <> state of the button) updated by
- gosh, you're right, I was wrong, I have today, the day of the Freak sorry, for confusion.
- 1:11 PM Ticket #2775 (GUICtrlRead - Return Value <> state of the button) closed by
- No Bug: Small spherical objects! […] Both return the state ($GUI_UNCHECKED (4) or $GUI_CHECKED (1)) of the control. M23
- 12:51 PM Ticket #2775 (GUICtrlRead - Return Value <> state of the button) created by
- in Return Value there is sucha a description: […] But this is not …
- 11:34 AM Ticket #2774 (UDF standards >> #Region) created by
- UDF standards do not talk anything about using #Region #EndRegion …
Jun 30, 2014:
- 8:36 PM Ticket #2772 (GuiComboBox.au3 - (gafro_GUICtrlComboBox_GetDroppedState) closed by
- Fixed
- 11:15 AM Ticket #2773 (_FTP_ProgressUpload - examples) created by
- […] please change to: […] s$erver >> $sServer
- 10:42 AM Ticket #2772 (GuiComboBox.au3 - (gafro_GUICtrlComboBox_GetDroppedState) created by
- there is: […] but it should be: […]
- 10:32 AM Ticket #2771 (FTPEx.au3 - proposal) created by
- changes $sFileIndex >> $iFileIndex $iContext >> $pContext …
- 8:55 AM Ticket #2770 (Proposal - _FTP_Connect.txt) created by
- I attach _FTP_Connect.txt in Parameters added flags and in remarks …
Jun 29, 2014:
- 9:40 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- Assume this is not a bug any more in the latest version. Will reopen in case I get a report it is still there. Jos
- 9:39 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) closed by
- No Bug
Jun 28, 2014:
- 1:48 AM Ticket #2769 (Example proposal- _GUICtrlRichEdit_Create[2].au3) updated by
- there is small wording issue […] please change to: […]
- 1:42 AM Ticket #2769 (Example proposal- _GUICtrlRichEdit_Create[2].au3) created by
- Example for multi RichEdit control […]
Jun 27, 2014:
- 10:15 PM Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) closed by
- No Bug: You're welcome. Jos
- 2:54 PM Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) updated by
- Hi Jos, AutoIt3Wrapper version is 2.2.0.3 But since you stated you are not sure if this is an AutoIt3 issue I did some additional tests. When starting other program's (auto it installer, java installer) from that network drive with UAC enabled I get the same error. So you are correct that this is not a specific autoit bug. It seems like a windows/UAC bug. Not sure though where to report this one... Anyway, thanks for taking the time to look into it! Kind regards Remco
- 1:31 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
- That function doesn't use GetFinalPathNameByHandle so I'm not sure why it's called that, so it doesn't really matter that there's no parameter for those constants. It uses ZwQueryInformationFile to return the path.
- 1:21 AM Ticket #2768 (Error: missing separator character before keyword.) closed by
- Duplicate
- 1:20 AM Ticket #2768 (Error: missing separator character before keyword.) updated by
- Duplicate ticket 2731
Jun 26, 2014:
- 10:33 PM Ticket #2768 (Error: missing separator character before keyword.) updated by
- Please check forum and other track ticket. You will find an answer here: http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/
- 10:13 PM Ticket #2768 (Error: missing separator character before keyword.) created by
- Local $objEmail = ObjCreate("CDO.Message") $objEmail.From = …
- 10:01 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) updated by
- Don't worry I removed it when I submitted it.
- 9:55 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) updated by
- there is small bug in _WinAPI_GetPriorityClass.txt […] please remove the first opening bracket.
- 6:15 PM Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) updated by
-
Owner, Version, Component changed
Hi Remco, AutoIt3Wrapper will only update the Program's PE header manifest with the requested level, so am not sure how this could be an bug with AutoiT3 or AutoIt3Wrapper. What version of AutoIt3Wrapper are you using? (is displayed in the SciTE console when you do a compile) Thoughts? Jos - 5:02 PM Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) updated by
- Please review what has been said in the past for submitting examples to the help file. Thanks.
- 5:01 PM Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) created by
- Hi, Under some circumstances you get the error message 'Attempt to …
- 2:52 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) closed by
- Completed: Added by revision [10248] in version: 3.3.13.0
- 2:50 PM Ticket #2766 (AUTOIT forum confirmation not send.) closed by
- No Bug: According to the forum admin software we never received a registration request for "TYO1", so it is hardly surprising that no validation email was sent. I presume you have now registered as "TYO2" - feel free to change your display name if you so wish. M23
- 2:43 PM Ticket #2766 (AUTOIT forum confirmation not send.) updated by
-
Summary changed
- 11:04 AM Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) updated by
- May I know why ?
- 10:45 AM Ticket #2729 (32-bit integers converted to doubles after division) updated by
- Thank you for looking into this.
- 10:18 AM Ticket #2766 (AUTOIT forum confirmation not send.) created by
- Well i registered with the user TYO1 Whatever I try i cannot validate …
Jun 25, 2014:
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:12 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:12 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:12 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:12 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:12 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:12 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:12 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:12 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:11 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:11 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:11 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:11 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:11 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:11 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:11 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:11 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:11 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:11 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:11 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:11 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:11 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:11 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:11 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:11 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:11 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:11 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:11 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:11 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:11 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:11 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 10:11 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:10 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:10 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:10 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:10 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:10 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 10:10 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:10 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:09 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:09 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:09 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:09 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 10:09 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:09 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:09 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:08 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:08 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:08 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:08 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:08 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:08 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 9:59 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) closed by
- Completed
- 9:57 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 9:57 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 9:57 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 9:57 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 9:57 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 9:57 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 9:57 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 9:57 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 9:57 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 9:57 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 9:57 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:57 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:57 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:57 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:57 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 9:57 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 9:57 PM Ticket #2746 (IE6Example.htm - Refreshing) updated by
- 1
- 9:57 PM Ticket #2746 (IE6Example.htm - Refreshing) updated by
- 1
- 9:57 PM Ticket #2746 (IE6Example.htm - Refreshing) updated by
- 1
- 9:55 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 9:54 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 9:54 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 9:54 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 9:54 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 9:54 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 9:54 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 9:54 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:53 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 9:53 PM Ticket #2746 (IE6Example.htm - Refreshing) updated by
- 1
- 9:53 PM Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) closed by
- Rejected
- 9:53 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 9:23 PM Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) created by
- Based on: …
- 9:09 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) created by
- look in attachment
- 3:52 PM Ticket #2692 (Clear up the AutoIt3Wrapper Directives's documentation) updated by
- AutoIt3Wrapper is a 3rd party tool by Jos, this has nothing to do with AutoIt. Please use the Forum for more discussion i.e. in Dev Chat.
- 3:03 PM Ticket #2692 (Clear up the AutoIt3Wrapper Directives's documentation) updated by
- I'm not sure what you mean. http://www.autoitscript.com/wiki/AutoIt3Wrapper_Directives#Run_Before_And_After_Directives is still identical to what's in this ticket. Moreover, the actual help file doesn't even have a section for AutoIt3Wrapper Directives.
- 11:13 AM Ticket #2763 (IsDeclared - Return Value BUG) updated by
- the bug was in reading HelpFile :(
- 10:40 AM Ticket #2763 (IsDeclared - Return Value BUG) closed by
- No Bug: As jchd rightly said this isn't a bug, as a IsDeclared() requires a "string representation" of the variable name. […]
- 9:38 AM Ticket #2763 (IsDeclared - Return Value BUG) updated by
- BTW the latest release (v3.3.12.0) actually returns 0 twice. I'd to classify as "No bug" if I could login here.
- 9:28 AM Ticket #2763 (IsDeclared - Return Value BUG) updated by
- The bug is not where you think it is. Check IsDeclared help page: […] The actual bug is that both calls should return 0 in your posted code. IsDeclared($_i) --> IsDeclared(1) --> IsDeclared("1") cast since IsDeclared expects a string argument --> 0 since no variable $1 exist.
- 8:25 AM Ticket #2763 (IsDeclared - Return Value BUG) updated by
- I mean Expected.
- 8:24 AM Ticket #2763 (IsDeclared - Return Value BUG) created by
- […] Expeced 1 and -1
Jun 24, 2014:
- 9:21 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- ConsoleWrite() shouldn't be used in the examples as not everyone is using SciTE or something that captures the standard input output stream. You also have a message box to display an error but then proceed to display the consolewrite lines regardless.
- 9:04 PM Ticket #2761 (HelpFile Title) updated by
- For now the version number has been appeneded to the title of the help file. This seems adequate for now.
- 8:03 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) created by
- Source: …
- 1:01 PM Ticket #2761 (HelpFile Title) updated by
- So another question whether now added a mechanism to take into account in Title It showed the word BETA, or is it just added the version number? By adding the word "BETA" would be a good solution.
- 12:16 PM Ticket #2761 (HelpFile Title) updated by
- Replying to jchd: > The idea is of course welcome. Only one thing: having the actual version in the window title is good but I think it would be more obvious to the eye to change the beta style sheet as well to use a different background color (e.g. more orange-ish) so that accessing the beta help and not the release help is more eye-catchy. > > Of course I've no idea how easy it would be to make that into the beta build machinery. It wouldn't be too difficult. Though I prefer not to touch the current state of the build scripts.
- 8:54 AM Ticket #2761 (HelpFile Title) updated by
- ... mLipok
- 8:52 AM Ticket #2761 (HelpFile Title) updated by
- I support.
- 7:51 AM Ticket #2576 (Scripts not working anymore on Athlon XP 2600+ and Windows XP) updated by
- Replying to anonymous: > Run ("E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe") > WinActivate ("[class:#32770]") > ProcessWait ("ZingSpeedLoader.exe") > Sleep (100) > WinActivate ("Zing Speed") > Sleep (100) > ControlSend ("Zing Speed","","Edit1","{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}taikhoan") > ControlSend ("Zing Speed","","Edit2","maukhau") > Send ("{enter}") > ;~ thay "E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe" bang link open zing speed cua ban > ;~ thay taikhoan = thuonglong2003, maukhau = long2003
- 7:51 AM Ticket #2576 (Scripts not working anymore on Athlon XP 2600+ and Windows XP) updated by
- Run ("E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe") WinActivate ("[class:#32770]") ProcessWait ("ZingSpeedLoader.exe") Sleep (100) WinActivate ("Zing Speed") Sleep (100) ControlSend ("Zing Speed","","Edit1","{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}taikhoan") ControlSend ("Zing Speed","","Edit2","maukhau") Send ("{enter}") ;~ thay "E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe" bang link open zing speed cua ban ;~ thay taikhoan = thuonglong2003, maukhau = long2003
Jun 23, 2014:
- 9:53 PM Ticket #2761 (HelpFile Title) updated by
- The idea is of course welcome. Only one thing: having the actual version in the window title is good but I think it would be more obvious to the eye to change the beta style sheet as well to use a different background color (e.g. more orange-ish) so that accessing the beta help and not the release help is more eye-catchy. Of course I've no idea how easy it would be to make that into the beta build machinery.
- 8:01 PM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- What is the exact version of SciTEConfig you are using? Jos
- 5:36 PM Ticket #2761 (HelpFile Title) closed by
- Completed: Added by revision [10242] in version: 3.3.13.0
- 2:12 PM Ticket #2761 (HelpFile Title) updated by
- Supported most heartily! M23
- 2:02 PM Ticket #2761 (HelpFile Title) created by
- Can you change the title of the Help window itself to include the …
- 10:27 AM Ticket #2760 ($CONST_* constants require #include <......au3> ---- part 2) closed by
- Completed: Added by revision [10240] in version: 3.3.13.0
- 8:00 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
-
Milestone changed
Automatic ticket cleanup. - 7:05 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
-
Milestone changed
- 6:05 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- Thank you very much for your fast replies. I will give the ...setup.exe a try.
- 1:00 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
-
Version changed
Automatic ticket cleanup. - 12:51 AM Ticket #2760 ($CONST_* constants require #include <......au3> ---- part 2) created by
- new proposals.
- 12:33 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
- Gee again forgot to change the version. Is the track, you can change to a new report, as the default version 3.3.12.0, instead of the currently used (in Track) 3.3.8.1
- 12:29 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) created by
- from APIFilesConstants.au3: […] but this function …
Jun 22, 2014:
- 1:04 AM Ticket #2729 (32-bit integers converted to doubles after division) updated by
- Note to czardas: […] both return Int32, as expected. Else it would be an actual bug, contrary to integer division always returning a double: a (questionable) design decision against which we can't do much.
Jun 21, 2014:
- 4:16 PM Ticket #2758 (_ArrayPermute cannot handle multi-symbol delimiters) closed by
- Fixed: Fixed by revision [10234] in version: 3.3.13.0
- 4:01 PM Ticket #2729 (32-bit integers converted to doubles after division) closed by
- No Bug: AutoIt has no Integer only math. addition, multiplication keep integer type is both are integers but for division as the result is mostly a float number the return is always a float number
- 4:00 PM Ticket #2758 (_ArrayPermute cannot handle multi-symbol delimiters) updated by
-
Version changed
Automatic ticket cleanup. - 3:03 PM Ticket #2758 (_ArrayPermute cannot handle multi-symbol delimiters) created by
- but actual culprit is internal Array_ExeterInternal() from Example: …
- 5:45 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- I understand you want to use a portable version but ...setup.exe is doing a properinstallation in accordance with the registry setting . Not sure how the can be done with the use of only extracted files Perhaps you can use the forum to get help
Jun 20, 2014:
- 12:22 PM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- Hi Jpm, what does the ...setup.exe file add to the system that is not available or different when using the zipped files? I'm a fan of portable programs, as I can be (nearly 100%) sure that nothing is written into the registry of my system. Thank you for your reply Joerg
- 7:18 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- perhaps it is better to use the ....setup.exe file. Not sure what can be done if you use only the extracted files without what is done in the .exe version
- 7:15 AM Ticket #2756 (FileCreateShortcut function is not working properly in Windows 2008 R2) updated by
- please follow guideline for ticket creation. no script to reproduce …
- 6:27 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) created by
- Hello, I downloaded the zipped version of SciTE and wanted to run the …
Jun 19, 2014:
- 7:07 PM Ticket #2756 (FileCreateShortcut function is not working properly in Windows 2008 R2) created by
- FileCreateShortcut function is not working properly in Windows 2008 …
- 2:27 PM Ticket #2755 (SetError - Description) closed by
- Fixed: Fixed by revision [10231] in version: 3.3.13.0
Jun 17, 2014:
- 11:21 AM Ticket #2755 (SetError - Description) created by
- in description there is: […] It is not complementary. Please …
Jun 13, 2014:
- 5:04 PM Ticket #2733 (WM_SETCURSOR doesn't pass $wParam as handle after using GUICtrlSetCursor) updated by
- I think the point being made was that when you don't use GUICtrlSetCursor in the exact same script, $wParam will return the label's handle when the cursor is over it. When you use GUICtrlSetCursor you never see that information.
- 1:41 PM Ticket #2754 (Bug in guiSetState( @SW_RESTORE, $gui ) ....) closed by
- No Bug: No bug - just use […] to prevent the default Windows code running as well as your own. M23
- 1:16 PM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by
- sorry all is fine in this script i was used: […]
- 10:31 AM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by
- cramp see what the problem why if I use CTRL+F5 in SciTE4AutoIt then Beta version of Au3Check is running ? […]
- 10:27 AM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by
- no I download it today (again to be sure) […]
- 6:51 AM Ticket #2754 (Bug in guiSetState( @SW_RESTORE, $gui ) ....) created by
- I basicly just redefine Minize, Maximize, Restore and Close ... …
Jun 11, 2014:
- 8:38 AM Ticket #2752 (AutoIt Help omits the precedence of the ternary operator) updated by
- Want it or not the OP is right and ?: is indeed an operator which currently has a too high precedence. It is also not listed in precedence.
- 6:01 AM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by
- I hope the beta .exe is OK for everybody. Cheers
- 6:00 AM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) closed by
- Fixed
- 4:33 AM Ticket #2752 (AutoIt Help omits the precedence of the ternary operator) updated by
- Replying to lcofresi: > It is listed as a "Conditional Operator" in the help page mentioned. As for the tickets, check recent tickets in bugs refused and features requested. Out of 4 tickets regarding the ternary operator, 3 of them were from you. I still don't see anyone but yourself being confused.
- 1:51 AM Ticket #1946 (_WordCreate Error?) updated by
- This information save me a lot. But it's very hard find out the latest version of word.au3. I had download the latest version of AutoIt, after install, there is no word.au3 module at all. I got one from an old version of AutoIt install, and modify it based on this information. It works on my Win7 now. Thanks!
- 1:51 AM Ticket #1946 (_WordCreate Error?) updated by
- This information save me a lot. But it's very hard find out the latest version of word.au3. I had download the latest version of AutoIt, after install, there is no word.au3 module at all. I got one from an old version of AutoIt install, and modify it based on this information. It works on my Win7 now. Thanks!
- 12:37 AM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- Replying to Melba23: > Furthermore, I fail to see why not having parentheses would produce "less confusion" - to my mind it is very likely to create more as the various elements of the ternary syntax become less distinct. Less confusion though less unexpected results. The documentation right now doesn't help. Most programmers will think, if they went as far as reading the page about the conditional operator: "Why should I use parentheses? I never did, and I can still understand it. There is no reason for me to respect that remark: It doesn't illustrate the necessarity (Who dares to criticize my programming style?), and I know the operator precedence of C and so many other languages, I won't even think about the possibility that somebody might risk changing it." Is it a good idea to irritate them with something so simple?
Jun 10, 2014:
- 7:23 PM Ticket #2731 (AU3Check error on objects that contain properties with name (.To)) updated by
- Beta available that fixes this issue: http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/Au3Check.exe
- 7:21 PM Ticket #2753 ("To" keyword incorrectly parsed in COM object) closed by
- Duplicate: Duplicate of #2731
- 6:14 PM Ticket #2729 (32-bit integers converted to doubles after division) updated by
- Perhaps someone should close this. I'm not always able to test stuff (temporary situation) and I keep misinterpreting what people say to me. Some things seem not to be working the way I expect and I'm not sure exactly what the problem is. Floor() was not the causing the problem I encountered.
- 1:45 PM Ticket #2752 (AutoIt Help omits the precedence of the ternary operator) closed by
- Rejected: Rejected - for explanation see http://www.autoitscript.com/trac/autoit/ticket/2750#comment:4
- 1:44 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) closed by
- Rejected: Much clearer thanks. Personally I do not regard the ternary operator as a true operator, more as a condensed If (in fact it replaced the _IIf UDF). So I not believe that it has a precedence as such and the use of parentheses to make sure that the various expressions within the ternary operator are correctly parsed is entirely proper and necessary. I would consider it a parallel with the requirement to use parentheses with Not on occasion to ensure that only the correct element is affected. We clearly say in the Help file: […] This remark was added to cater for cases where operator precedence needed to be specified - such as the one you have mentioned above. Furthermore, I fail to see why not having parentheses would produce "less confusion" - to my mind it is very likely to create more as the various elements of the ternary syntax become less distinct. So I am rejecting this request. M23
- 12:30 PM Ticket #2753 ("To" keyword incorrectly parsed in COM object) updated by
- Before post track ticket read forum and ask on forum for support http://www.autoitscript.com/forum/topic/161795-maybe-an-issue-on-au3check-with-autoit-v33120/
- 10:52 AM Ticket #2753 ("To" keyword incorrectly parsed in COM object) created by
- The "To" keyword is incorrectly parsed when used as a COM object …
- 9:18 AM Ticket #2729 (32-bit integers converted to doubles after division) updated by
- I have discovered Floor() is also returning doubles when it used to return 32-bit integers. I imagine Ceiling() will do the same. People seem to have either overlooked these apparently language-breaking alterations, or don't consider them a problem. I personally consider these changes to be major. Although I haven't upgraded, because it seems it will take me several months I tend to follow discussions. I never saw discussions about changes to the behavior of these functions.
- 6:08 AM Ticket #2752 (AutoIt Help omits the precedence of the ternary operator) updated by
- It is listed as a "Conditional Operator" in the help page mentioned. As for the tickets, check recent tickets in bugs refused and features requested.
- 1:59 AM Ticket #2752 (AutoIt Help omits the precedence of the ternary operator) updated by
- It's not really an operator though is it? It's more of a compact IF statement. BTW, how is it causing confusion and where are the tickets you mention?
- 1:26 AM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- The following function was updated as requested.
- 1:00 AM Ticket #2752 (AutoIt Help omits the precedence of the ternary operator) updated by
-
Version changed
Automatic ticket cleanup. - 12:17 AM Ticket #2752 (AutoIt Help omits the precedence of the ternary operator) created by
- The page "Language Reference - Operators" in the AutoIt Help fails to …
Note:
See TracTimeline
for information about the timeline view.
