Timeline
05/23/12:
- 14:41 Ticket #2189 (white space after if statement is removed) closed by
- Rejected: Tidy is not official AutoIt tool. Contact the author (Jos) by other means.
- 11:17 Ticket #1526 (Display FileName into Aut2Exe Error) closed by
- Completed: Added by revision [7046] in version: 3.3.9.5
- 10:31 Ticket #1914 (Error Codes for File operations) closed by
- Rejected: Internal implementation of these functions may or may not use APIs you suspect. Also implementation may change depending on whatever reason. What I'm saying is that last error of GetLastError is not certain to be generated.
- 10:22 Ticket #2194 (_IECreate() Hidden Flag Not working IE8+) closed by
- Works For Me
- 10:09 Ticket #2127 (Obfuscator /striponlyincludes does not process block comments correctly) closed by
- Rejected: Obfuscator is not official AutoIt tool. It only happens that the creator of that tool is AutoIt dev. Obfuscator has its own thread in examples script forum, try posting there.
- 10:05 Ticket #1964 (can't make zero-length array, array functions messed up) closed by
- Completed: I didn't saw this ticket earlier. Anyway, zero size arrays are added in the meantime. Next version of AutoIt has them. If _Array functions wouldn't be able to support them then make new report.
- 09:14 Ticket #1989 (#include fails badly if the included file has BOM) closed by
- Works For Me
05/21/12:
- 20:49 Ticket #383 (Include A3X file as a script) closed by
- Completed: Added by revision [7035] in version: 3.3.9.5
05/20/12:
- 08:35 Ticket #1818 ((UDF) _INetSmtpMail Importance parameter) closed by
- Rejected: There are much more important features that function misses.
- 08:26 Ticket #2180 (Aut2Exe won't create .exe when using icon) closed by
- Fixed: This was addressed by revisions [7010], [7011] and finalized by rev [7018].
- 00:41 Ticket #2202 (Add $TRAYTIP_EVENT_* to TrayGetMsg/TraySetOnEvent) closed by
- Rejected: Nothing is stopping you from implementing this yourself with a hidden (or even visible depending on the application). It shouldn't be much work at all.
05/19/12:
- 18:45 Ticket #2202 (Add $TRAYTIP_EVENT_* to TrayGetMsg/TraySetOnEvent) created by
- I think we should have an ability to get notifications from TrayTip, …
- 15:06 Ticket #2011 (Sorting the list by clicking the column name) closed by
- Rejected
- 14:23 Ticket #2199 (_ExcelSheetAddNew() abends if specified sheet already exists) closed by
- Rejected: That function doesn't follow its specification regarding return values. If you want to submit some code then either do it correctly or don't do it at all. I understand the desire to be useful but please don't do it by adding new bugs. I'll close this as "Rejected", and I'm hoping you will report it again, only correctly next time. By correctly I mean with explanation of the bug, reproducer (where is it now?), and suggestions if you have any.
- 14:07 Ticket #2200 (_IETagNameGetCollection return nothing) closed by
- Works For Me: That code is invalid.
05/17/12:
- 23:29 Ticket #2201 (Executing ControlCommand - SendCommandID to a toolbar, new window ...) closed by
- Works For Me: Based on your reproduction script... I'm closing this ticket as it is pointless for me to waste my time hunting down a program to reproduce the issue. Before you post again I suggest you read the ticket guidelines.
- 11:21 Ticket #2201 (Executing ControlCommand - SendCommandID to a toolbar, new window ...) created by
- Executing ControlClick using the option to SendCommandID in a toolbar …
05/14/12:
- 20:27 Ticket #2200 (_IETagNameGetCollection return nothing) created by
- The _IETagNameGetCollection function doesn't return elements on x64 …
- 18:11 Ticket #2199 (_ExcelSheetAddNew() abends if specified sheet already exists) created by
- The _ExcelSheetAddNew() function abnormally terminates script …
05/10/12:
- 20:51 Ticket #2198 (DllStructGetData causes crash) closed by
- No Bug: Your code is garbage. We cannot protect you from writing shitty code.
- 15:25 Ticket #2198 (DllStructGetData causes crash) created by
- DllStructGetData sometimes crashes on a wchar Structure. Only happens …
05/09/12:
05/06/12:
- 20:04 Ticket #2196 (Documentation - FTPEx.au3 - Syntax Highlighting) created by
- For these two functions _FTP_ProgressDownload _FTP_ProgressUpload from …
05/02/12:
- 14:50 Ticket #2195 (AutoIT crashes when return variable has the same name as array) closed by
- Duplicate: See #1551.
- 13:26 Ticket #2195 (AutoIT crashes when return variable has the same name as array) created by
- Example Code crashes AutoIT: […]
05/01/12:
- 14:48 Ticket #2194 (_IECreate() Hidden Flag Not working IE8+) created by
- $oIE = _IECreate("http://google.com",0 ,0) The code above will open …
04/29/12:
- 20:34 Ticket #2193 (Addition to the String UDF) created by
- As previously requested in ticket 2173 this is a modified …
04/27/12:
- 16:41 Ticket #2173 (_StringProper doesn't capitalize correctly) closed by
- Rejected: Make up your mind next time. Before making a request.
- 15:20 Ticket #2192 (New API...au3 include files conflict) created by
- If all Include files are included see attached file conflicts occur …
- 05:12 Ticket #2191 (#Include not work from file saved in some UTF format) closed by
- Duplicate: Closing as a duplicate of #1989. Fail ticket in multiple ways: * Duplicate * Wrong component * No actual reproduction script I suggest reading the guidelines first next time instead of ignoring the big red box.
04/26/12:
- 22:01 Ticket #2191 (#Include not work from file saved in some UTF format) created by
- Create a file with Encoding one of the following :- 0- Create a file …
- 14:49 Ticket #2190 (DirMove. (false success)) created by
- Looks like a bug to me. (if not ... ?) […]
- 13:38 Ticket #2189 (white space after if statement is removed) created by
- Hi, not sure if you handle this as a bug, but in current version of …
04/25/12:
- 03:04 Ticket #2157 (ProcessList() crashes on Windows Terminal Server Win2k8-R2) closed by
- Fixed: Fixed by revision [6974] in version: 3.3.9.5
04/24/12:
- 02:08 Ticket #2185 (32-bit scripts in system32 on 64-bit Windows probably fail when using ...) closed by
- Fixed: Sweet. This was also a problem for FileInstall() but fixed automatically by what I did revision [6961] for #1901. I love it when code is re-used like that.
04/23/12:
- 02:57 Ticket #2188 (UDPRecv delay able to be set with the TCPTimeout AutoIt Option) created by
- As of right now, UDPRecv has a non-changeable 100ms delay if no data …
Note: See TracTimeline
for information about the timeline view.