Timeline
May 14, 2016:
- 5:51 PM Ticket #3234 (Missing Online Documentation for Opt function.) created by
- I get a 404 when I visit the …
- 10:20 AM Ticket #3233 (_GUICtrlListBox_GetSelCount returns 0 also if $hwnd isn't a handle) created by
- _GUICtrlListBox_GetSelCount returns 0 if no items selected. Helpfile …
May 13, 2016:
- 4:05 PM Ticket #3232 (Issue when parsing scientific notation literals) created by
- The runtime parser sometimes fails on reals in scientific notation …
May 11, 2016:
- 11:03 AM Ticket #3231 (second in Date.au3) closed by
- Fixed: Fixed by revision [11699] in version: 3.3.15.1
- 9:04 AM Ticket #3231 (second in Date.au3) created by
- File: Include\Date.au3 Line: 1043 If $iSecond > 0 Then …
- 1:07 AM Ticket #2356 (ControlGetText return blank string, but Window Info tool work without fail) updated by
- Helpful writing , With reference to which , if anybody requires to rearrange PDF or PNG files , I saw notice here http://goo.gl/LnvmUF
May 10, 2016:
- 9:12 AM Ticket #3226 (StringRegExp : "complete description of PCRE patterns link" not found) updated by
- The page must be related with the PCRE version included The link inside AutoiT Web has disapear so I will correct the fix to refer a page included in the .chm
- 8:12 AM Ticket #3230 (_WideCharToMultiByte fails with double-byte codepages) updated by
- So this line: […] should read: […] M23
- 7:52 AM Ticket #3230 (_WideCharToMultiByte fails with double-byte codepages) updated by
-
Description changed
- 7:50 AM Ticket #3230 (_WideCharToMultiByte fails with double-byte codepages) created by
- The structure in _WideCharToMultiByte (WinAPI.AU3) needs to use the …
May 7, 2016:
- 12:26 PM Ticket #1573 (TCPConnect TCPTimeout) updated by
- Replying to anonymous: > did they fix that ? "#1573 closed Bug (Fixed)"
May 6, 2016:
- 1:01 AM Ticket #1573 (TCPConnect TCPTimeout) updated by
- did they fix that ?
May 5, 2016:
- 4:08 PM Ticket #3229 (Aut2Exe - Shows popup dialoags from AutoIt3Wrapper when running silent) created by
- When calling the AutoIt3Wrapper silently (/NoStatus), any FileInstall …
- 3:09 PM Ticket #3221 (AutoItWrapper not stopping if #AutoIt3Wrapper_Run_Before fails) updated by
- Ideally, I'd like to see the compile stop if any of the before or after directives have a non-zero return code (rc:1). Perhaps, the default behavior could remain as is, but something like #AutoIt3Wrapper_Run_StopOnError=Y could be used to ensure any failures stop the execution.
May 4, 2016:
- 12:45 PM Ticket #3227 (DirRemove - If directory does not exist: Return value 1 instead of 0) updated by
- Replying to Melba23: > "Maybe Information in form of @extended has more sense in this case" > > Certainly better than altering the normal return. > > M23 Ok yes, your right. The function is not not needed, but not successful in that way, too. The best is to set @extended if the directory does not exists and keep the current return values.
May 2, 2016:
- 6:49 PM Ticket #2949 (ControlTreeView) closed by
- No Bug: As the ticket submiter never answer to @Jpm question, there is no way to check it.
- 9:42 AM Ticket #3226 (StringRegExp : "complete description of PCRE patterns link" not found) updated by
- New link is: http://www.pcre.org/original/doc/html/pcrepattern.html
- 9:41 AM Ticket #3226 (StringRegExp : "complete description of PCRE patterns link" not found) closed by
- Fixed: Fixed by revision [11692] in version: 3.3.15.1
May 1, 2016:
- 10:47 PM Ticket #3097 (AutoIt crash with Objects) updated by
- When it be fixed, it will be notified here. You should wait for fixing.
- 4:19 PM Ticket #3227 (DirRemove - If directory does not exist: Return value 1 instead of 0) updated by
- "Maybe Information in form of @extended has more sense in this case" Certainly better than altering the normal return. M23
- 9:18 AM Ticket #3228 (Return empty string on failure for _ArrayToString) closed by
- Rejected: No the doc is correct as a array is not return is this case so the error checking must be done by checking @error. It is as the return of UDF function handle such error. You may find discrepency in other UDF but not in this one
Apr 30, 2016:
- 11:00 PM Ticket #3228 (Return empty string on failure for _ArrayToString) updated by
-
Version changed
Automatic ticket cleanup. - 10:34 PM Ticket #3228 (Return empty string on failure for _ArrayToString) created by
- There are mixed returns for the _ArrayToString function, the proper …
- 10:21 PM Ticket #3227 (DirRemove - If directory does not exist: Return value 1 instead of 0) created by
- Because the function DirRemove reached the target (even if the …
Apr 29, 2016:
- 1:36 PM Ticket #3226 (StringRegExp : "complete description of PCRE patterns link" not found) created by
- In StringRegExp help page, there is a link for the "complete …
- 11:39 AM Ticket #3225 (Interrupt function not work when working with GUICtrlRichEdit) updated by
- Or you can activate the main GUI each time you write to the RichEdit: […] And, as mLipok mentioned, in future please us the forum for support questions. M23
- 11:37 AM Ticket #3225 (Interrupt function not work when working with GUICtrlRichEdit) closed by
- No Bug
Apr 28, 2016:
- 8:59 PM Ticket #3225 (Interrupt function not work when working with GUICtrlRichEdit) updated by
- _GUICtrlRichEdit_AppendText uses _GUICtrlRichEdit_SetSel which uses _WinAPI_SetFocus this _WinAPI_SetFocus setting focus on GUI and fires WM_COMMAND _WinAPI_SetFocus is called many times in single seconds so your CLICKING in $iStop = GUICtrlCreateButton("Stop", 70, 10, 50, 20) is to sloow for AutoIt speed. You can make a work around by adding Sleep() Sleep(100) _GUICtrlRichEdit_AppendText($LogWindowR, $logtext) or by removing _WinAPI_SetFocus from _GUICtrlRichEdit_SetSel ---- This is not support forum, next time please first ask on the forum: https://www.autoitscript.com/forum/forum/2-autoit-general-help-and-support/ ---- Sumarizing: It seams to be normal behavior in this case.
- 10:45 AM Ticket #3225 (Interrupt function not work when working with GUICtrlRichEdit) created by
- Hello AutoIt Team, I created a program where RichEdit Box where …
Apr 22, 2016:
- 5:17 PM Ticket #2865 (Autoit crash with NodeList on For In loop) closed by
- No Bug: This is related to IE object. This was discussed and solved here: https://www.autoitscript.com/forum/topic/181376-_iequeryselectorall/?do=findComment&comment=1303644
Apr 20, 2016:
- 8:22 AM Ticket #2503 (Reference Definition Keyword) updated by
- Why do you need the exactly the same content in variable in the same scope but with different variable name ? To me this seems ridiculous, or at least unnecessary.
Apr 19, 2016:
- 6:58 PM Ticket #3206 (New remark for the "root dir" parameter for FileSelectFolder) closed by
- Completed: Changed by revision [11689] in version: 3.3.15.1
- 6:24 PM Ticket #3213 (_Arraydisplay() (from Array.au3) may truncate headers since their max ...) closed by
- Rejected: The header lengths are determined by the user so it is up to the user to choose suitable header lengths. The UDF is primarily designed to display the array and it would be ridiculous to reduce the visible content just to display a header in full. Rejected. M23
Apr 18, 2016:
- 9:59 AM Ticket #3224 (_ArrayConcatenate wrong parameters in description) closed by
- Completed: Already fixed in Rev 11633. M23
Apr 16, 2016:
- 9:56 AM Ticket #2871 (#AutoIt3Wrapper_OutPath) closed by
- Rejected
- 9:52 AM Ticket #3222 (FileInstall) updated by
- #3185 for Jon to check whether this is a simple fix or not, so lets wait for that before making a remark in the documentation. Jos
- 9:50 AM Ticket #3221 (AutoItWrapper not stopping if #AutoIt3Wrapper_Run_Before fails) updated by
- How would you see this implemented as the returncode could be different for each process? Not sure how this could work considering you can have multiple Run_Before or Run_After statements. Thoughts? Jos
- 5:19 AM Ticket #3224 (_ArrayConcatenate wrong parameters in description) created by
- Help File: _ArrayConcatenate ( Const ByRef $aArrayTarget, ByRef …
Apr 15, 2016:
- 7:22 PM Ticket #3223 (_IEPropertySet - On Success returns 0 instead 1) updated by
-
Component, Summary changed
- 7:20 PM Ticket #3223 (_IEPropertySet - On Success returns 0 instead 1) closed by
- Fixed: Fixed by revision [11686] in version: 3.3.15.1
- 7:18 PM Ticket #3223 (_IEPropertySet - On Success returns 0 instead 1) updated by
- There is no problem with _IEPropertyGet as On Succes it returns: the selected property. So I change the ticket title.
- 7:17 PM Ticket #3223 (_IEPropertySet - On Success returns 0 instead 1) updated by
-
Version, Summary changed
- 7:04 PM Ticket #3223 (_IEPropertySet - On Success returns 0 instead 1) updated by
- Replying to anonymous: > Both functions return 0 by success and not 1. > Excuse me, ist only the _IEPropertySet function that always return Zero. Change line 2490 in IE.au3 to Return SetError($_IESTATUS_Success, 0, 1)
- 7:02 PM Ticket #3223 (_IEPropertySet - On Success returns 0 instead 1) created by
- Both functions return 0 by success and not 1.
- 1:00 PM Ticket #3221 (AutoItWrapper not stopping if #AutoIt3Wrapper_Run_Before fails) updated by
-
Version changed
Automatic ticket cleanup. - 12:56 PM Ticket #3221 (AutoItWrapper not stopping if #AutoIt3Wrapper_Run_Before fails) updated by
-
Type changed
- 12:03 PM Ticket #3220 (_ArrayBinarySearch Help text incomplete/misleading) closed by
- Completed: Changed by revision [11685] in version: 3.3.15.1
Apr 14, 2016:
- 9:02 PM Ticket #3222 (FileInstall) created by
- Two functions of FileInstall in the same line wont work. Maybe there …
Note:
See TracTimeline
for information about the timeline view.
