Timeline
11/30/11:
- 18:10 Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) closed by
- Wont Fix: Regardless of what the root cause of this issue is, this is a SciTE bug. SciTE is not our project.
11/29/11:
- 07:28 Ticket #2060 (UDFs Documentation issues) closed by
- Fixed: Fixed by revision [6462] in version: 3.3.7.22
- 00:28 Ticket #2060 (UDFs Documentation issues) created by
- While translating AutoIt help file by the Russian community, we found …
11/28/11:
- 21:18 Ticket #2059 (Open include (Alt+i) runs scripts, sometimes.) created by
- Not much to say, sometimes, like 40% of times when i use ALT+I on a …
11/27/11:
- 23:34 Ticket #1973 (_IEAttach failes and crashes on some special window constellations) closed by
- No Bug: This is not bug and that's not solution. Create and use COM error handler to avoid situations like that.
- 23:25 Ticket #2034 (_GUICtrlMenu_AppendMenu - bug when BitOr($MF_BYPOSITION, $MF_STRING) ...) closed by
- Fixed: Fixed by revision [6454] in version: 3.3.7.22
- 17:30 Ticket #1802 (_WinAPI_CallWindowProc() and _WinAPI_DefWindowProc() are not Unicode ...) closed by
- No Bug: Yashied you have registered a window class using Unicode version of that function. In that case the system passes text parameters of messages as Unicode, meaning your _MyWndProc() must use Unicode version functions you use. If you have done opposite of that _MyWndProc() would be correct. This proves that functions inside WinApi.au3 are not wrong. What's true is that WinApi.au3 misses Unicode versions of those functions as DllCall function calls ANSI versions of functions by default when there are any doubts. This is not a bug.
11/26/11:
- 08:56 Ticket #1900 (Improvements for StringRegExpGUI) closed by
- Rejected: The need for this script is questionable. Apparently community doesn't appreciate it enough.
11/25/11:
- 17:53 Ticket #2055 (Convert UDF's to struct* type) closed by
- Fixed: Fixed by revision [6445] in version: 3.3.7.22
- 16:29 Ticket #1770 (Script getting pause when popup appears in IE) closed by
- No Bug
- 16:29 Ticket #1770 (Script getting pause when popup appears in IE) reopened by
11/24/11:
11/23/11:
- 09:50 Ticket #2041 (_FTP_ListToArrayEx Datetime Format) closed by
- Duplicate: Replying to anonymous: > A few additional inforamtion: > > In the help file it says that with $b_Fmt=1 the format will be YYYY/MM/DD and with $b_Fmt=0 it will be MM/DD/YYYY. > > But as seen on the picture the output with $b_Fmt=1 is YYYY/DD/MM, so defnetly a bug. check with beta as it as been solved by #1509
11/22/11:
- 12:54 Ticket #2058 (WinWait, WinWaitActive and WinActive calls are waiting indefinitely ...) created by
- Few AutoItX functions are hanging when using in VS 2008(vb.net) IDE. …
- 12:41 Ticket #2057 (Advanced Window Descriptions - Add "PID" Property) created by
- Would be be possible to add "PID" as a property recognised in the …
11/21/11:
- 11:16 Ticket #2056 (Excel.au3 - 5 Broken Functions) created by
- 3.3.7.21(beta) 3.3.6.1 Any reference to …
- 03:43 Ticket #2055 (Convert UDF's to struct* type) created by
- Just a reminder for myself.
- 02:51 Ticket #2054 (DirCreate incorrectly reports success when path is longer than 255 chars) created by
- DirCreate returns 1 (success) when the path is longer than 255 …
11/20/11:
- 09:28 Ticket #262 (Plugins - array parameters) closed by
- Rejected: Current implementation of "Plugin" feature and internal handling of array data type makes the request not worthy of the complexity that would be the result of having this feature. However plugins would be handled eventually one way or the other. When that happens this ticket would be rendered invalid simply because plugins require thorough evaluation that should address every aspect of the implementation including array support.
11/18/11:
- 14:43 Ticket #269 (ImageSearch()) closed by
- Rejected: After weighting gains and losses this ends up rejected.
11/15/11:
- 19:08 Ticket #2053 (HotKeySet in AutoItX) closed by
- Rejected: Your host language should provide hotkey support, not AutoItX.
- 13:38 Ticket #2053 (HotKeySet in AutoItX) created by
- HotKeySet doesn't seem to be implemented in AutoItX. would it be …
11/11/11:
11/10/11:
- 21:53 Ticket #2052 (When using MSTSC Remote Desktop Connection, AutoIt and AU3Info only ...) created by
- Great program! However, under Remote Desktop commands such as WinWait …
- 16:49 Ticket #1668 (Directory Macros for Default User Account) closed by
- Rejected
- 14:32 Ticket #1629 (Ability to destroy embedded IE objects to rehash browser settings) closed by
- Works For Me: You not knowing how to do it doesn't mean it can't be done.
- 14:26 Ticket #1648 (UDF community) closed by
- Works For Me: Send mail to the administrator.
- 14:20 Ticket #1158 (Global update the WinAPI.au3 library) closed by
- Wont Fix: Anyone with access can add what ever they feel necessary. Ticket in this form doesn't make sense. Closing as "wont fix" because... because.
11/08/11:
- 22:25 Ticket #2051 (Error at online documentation) closed by
- Completed: Changed by revision [6390] in version: 3.3.7.22
- 21:48 Ticket #2051 (Error at online documentation) created by
- Hi, at the following functions you should change "<a …
- 20:09 Ticket #2050 (Handle should bei called filehandle) closed by
- Completed: Changed by revision [6389] in version: 3.3.7.22
- 19:31 Ticket #2050 (Handle should bei called filehandle) created by
- Hi, in the functions FileFlush FileGetPos FileSetPos the parameter …
11/07/11:
- 22:08 Ticket #2049 (Missing WM_MESSAGES in WindowsConstants.au3) closed by
- Completed: Added by revision [6385] in version: 3.3.7.22
- 22:04 Ticket #2049 (Missing WM_MESSAGES in WindowsConstants.au3) created by
- The following list is missing from WindowsConstants.au3. Global Const …
- 21:12 Ticket #2048 (WindowsConstants containing invalid variables) closed by
- Fixed: Fixed by revision [6384] in version: 3.3.7.22
- 21:11 Ticket #2048 (WindowsConstants containing invalid variables) created by
- $WM_RBUTTONDBLCK & $WM_MBUTTONDBLCK in WindowsConstants.au3 should be …
- 21:09 Ticket #1862 (GUISetOnEvent should behave more like HotKeySet()) closed by
- Rejected: Receiving a second GUI message before handling of the first message is complete can be disastrous. You should never execute long-running tasks in a GUI callback function no matter what language. It's poor application design. Closing as rejected.
- 20:55 Ticket #1885 (CreateGUID and CreateGUIDSequential missing, but $tagGUID there) closed by
- Rejected: If someone wants to write and test a library that's fine but we are not going to do it. Closing as rejected.
- 20:52 Ticket #1903 (Au3Check, Globals, #OnAutoItStartRegister) closed by
- Rejected: Too complex to implement for very little gain. Rejected.
- 20:51 Ticket #1906 (reparse point) closed by
- Rejected: This seems like something that should be done via UDFs. Closing as rejected.
- 20:49 Ticket #1939 (Be able to put some text in a Progress control) closed by
- Rejected: This can already be done by overlapping controls. Rejected.
- 20:46 Ticket #1940 (GUI*OnEvent default functions) closed by
- Rejected: Trivial to write your own wrapper function to do this.
- 20:40 Ticket #1955 (Unable to select the appropriate option from combo box) closed by
- No Bug: Non-standard control (.NET I think). No bug.
- 20:36 Ticket #1909 (little problem with an updown control) closed by
- No Bug: No script, not wasting my time trying to chase this down. Closing as no bug.
- 20:32 Ticket #1789 (_GUICtrlRichEdit_Create blocking syntax error reporting while in SciTE) closed by
- Duplicate: Closing as a duplicate of #1319.
- 20:19 Ticket #2019 (File functions: Three help file issues and one bug) closed by
- No Bug: Seems we all covered this. Closing as no bug.
- 20:15 Ticket #2040 (_GUICtrlDTP_SetRange; MinYear never goes below 1/1/1752 00:00:00) closed by
- No Bug: Closing as no bug. I don't feel documenting this is all that big of a deal. How often do people really need those dates?
- 15:32 Ticket #1925 ($WS_EX_LAYOUTRTL missing in documentation) closed by
- Completed: Added by revision [6383] in version: 3.3.7.22
- 07:41 Ticket #1719 (Expose the internal function that creates the $CmdLine array?) closed by
- Rejected: Current solution is reckoned to be sufficient. For "function approach" consult different UDFs, as guinness did.
- 07:37 Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) closed by
- Rejected: This is clearly UDF's job. Thank you guinness.
- 07:30 Ticket #1683 (Displaying thumbnails of files in a GUI) closed by
- Rejected: The accent is on using UDFs.
11/06/11:
- 20:23 Milestone 3.3.7.21 completed
- 20:09 Ticket #1945 (UPX is outdated in the latest beta's.) closed by
- Completed: upx was updated in revision [6163].
- 11:44 Ticket #134 (Add support for COM events to take ByRef parameters) closed by
- No Bug: We do support this for some time now. Attached code have logical error. Run method of that object doesn't take parameters byref (in sense that it advertise altering the content).
- 10:19 Ticket #1966 (Transparent Tree View) closed by
- Rejected: Who's nobody? If community is really interested than community would have solutions.
- 09:44 Ticket #1661 (AutoIT support for Stingray controls) closed by
- Rejected
- 09:42 Ticket #1739 (get/set cookie value function) closed by
- Rejected: Manual cookie manipulation isn't something AutoIt should have built-in. UDFs are made for that.
- 09:35 Ticket #1889 (_ArrayDisplay optionaly display columns in hex.) closed by
- Rejected
- 09:31 Ticket #2005 (Active Directory) closed by
- Rejected
- 09:04 Ticket #1442 (_FileWriteLog to allow allow file handle or filename as first parameter) closed by
- Completed: Added by revision [6369] in version: 3.3.7.21
11/05/11:
- 21:15 Ticket #2037 (COM speed deterioration) closed by
- Fixed: Fixed by revision [6367] in version: 3.3.7.21
11/04/11:
- 17:12 Ticket #2047 (ProcessExists bad return) closed by
- No Bug: This is not a bug. The process really doesn't exist. It closes immediately because it does not have a STDIN stream pointing to anything useful. If you want the program to continue to run then you need to provide a STDIN handle.
- 14:11 Ticket #2047 (ProcessExists bad return) created by
- […] The ProcessExists() returns 0 which is wrong. It is OK if the …
11/03/11:
- 17:59 Ticket #2046 (DirGetSize ( '' ) doesn't return error) closed by
- Fixed: Fixed by revision [6363] in version: 3.3.7.21
- 12:29 Ticket #2046 (DirGetSize ( '' ) doesn't return error) created by
- DirGetSize Function ( with or without flag ) should returns -1 and …
11/01/11:
- 00:53 Ticket #2045 (FileFindNextFile advanced parameter) closed by
- Rejected: You demonstrate in your request that you can obtain the data you want. There is no need for the feature to be built-in. "But it's faster" is not a reason.
10/31/11:
- 22:10 Ticket #2045 (FileFindNextFile advanced parameter) created by
- […] The advanced parameter would remove the need to use 6 …
- 20:55 Ticket #1951 (UDF _SQLite_SQLiteExe debug flag is not specified) closed by
- Fixed: Fixed by revision [6355] in version: 3.3.7.21
Note: See TracTimeline
for information about the timeline view.