Timeline
10/25/09:
- 18:42 Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) closed by
- Rejected: Don't think you answered my question about "How do you run/compile your scripts" Anyways: I have no intentions to create anything more complex than what I have today that works for 99.99% of the population. :) Jos
- 16:50 Ticket #1231 (strange wildcards behaviour with filecopy) reopened by
- Re-opening, not fixed.
- 11:41 Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) created by
- The function _GUICtrlComboBoxEx_GetEditText does not give the inputs …
- 09:56 Ticket #1246 (Broken links in Helpfile) created by
- I found the link in the remarks for GUICtrlCreateEdit had an invalid …
- 05:36 Ticket #1241 (Invalid MsgBox flag cause exit without warning) closed by
- Fixed
- 05:32 Ticket #1245 (Last version supporting winnt 4.0) closed by
- Rejected: I guess it was too much to look on the main download page for a non-beta version of AutoIt?
- 05:12 Ticket #1245 (Last version supporting winnt 4.0) created by
- Hello! I had a necessity for run of scripts under winnt 4.0, but i …
- 03:56 Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) created by
- I'm trying to use the currently available directive …
- 01:30 Ticket #1243 (Request @FuncName) closed by
- Rejected: No, the macro causes way too much performance degradation. Also, terrible example. You're requesting the feature to write bad code. Not exactly the best way to get it considered.
- 01:11 Ticket #1243 (Request @FuncName) created by
- A simple request for a @Funcname. It might be usefull for debugging …
10/24/09:
- 22:00 Ticket #1147 (Comparison of numbers against strings gives unexpected results) reopened by
- I'm reverting my change for the time being. The behavior will not be changed in 3.3.1.4.
- 18:01 Ticket #1242 (GDIPlus Encoder stuff doesn't work.) closed by
- Fixed: Fixed in 3.3.1.4 by JP.
- 15:01 Ticket #1231 (strange wildcards behaviour with filecopy) closed by
- Fixed: Fixed in version: 3.3.1.4
- 03:16 Ticket #1242 (GDIPlus Encoder stuff doesn't work.) created by
- The GDIPlus Encoder stuff doesn't work because a pointer is passed to …
10/23/09:
- 09:53 Ticket #1241 (Invalid MsgBox flag cause exit without warning) created by
- Hi, I recently discovered this strange behavior of the MsgBox() …
10/22/09:
- 10:49 Ticket #1240 (FileInstall() Help file clarification.) created by
- The help file does not state that the destination folder must already …
- 01:47 Ticket #1168 (_ExcelBookOpen error on workbooks with hidden sheets) closed by
- Fixed: Fixed in version: 3.3.1.4
- 01:24 Ticket #376 (GUICtrlSetBkColor() causes button to catch enter key) closed by
- Wont Fix: I'm just going to set this as won't fix. I do not agree with any way to fix this short of writing the GUI from scratch and not even including custom colors (it should have never been built-in in the first place).
10/21/09:
- 18:02 Ticket #1147 (Comparison of numbers against strings gives unexpected results) closed by
- Fixed: Fixed in version: 3.3.1.4
- 07:27 Ticket #1167 (_FTP_ProgressDownload crashes) closed by
- Fixed: Fixed in version: 3.3.1.4
- 07:24 Ticket #1238 (_FTP_FilePut broken) closed by
- Fixed: Fixed in version: 3.3.1.4
- 06:26 Ticket #1239 (AU3Check, #include "..", library scan order.) created by
- AU3Check library scan order for "includeMe.au3" files seems to be: …
- 03:31 Ticket #1167 (_FTP_ProgressDownload crashes) reopened by
- 03:21 Ticket #1238 (_FTP_FilePut broken) created by
- _FTP_FilePut works in 3.3.1.1 but not 3.3.1.3. I don't know how it's …
10/20/09:
- 21:46 Ticket #1237 (IniRead always return strings) closed by
- No Bug: There's no bug here and the behavior is not going to be changed.
- 21:39 Ticket #1237 (IniRead always return strings) created by
- Hello, IniRead will always return strings: […] Also it would …
- 17:16 Ticket #1086 (Remove limit on number of files that can be opened.) closed by
- Works For Me: I removed the file limits ages ago, so this might just be a general out of memory/resources situation. In either case there is no repro script so closing.
- 16:26 Ticket #1042 (AURecord has problems with save/save as) closed by
- Wont Fix: Not blocking. Au3record+DLL was never supposed to be released as it was a framework for something I intended to do in the future. JP looks to have reimplemented it to use Larry's old ASWHook.dll file rather than the new dll I was creating. I'm not intending to work on it again for a while, and if I do it will be from scratch most likley.
10/19/09:
- 21:09 Ticket #1221 (SciTE has a limitation on properties files) closed by
- Fixed: Fixed in version: 3.3.1.4
- 18:39 Ticket #1222 (Porperties) closed by
- Works For Me
- 18:35 Ticket #1232 (AU3Check, false error, For $i[array] = ..) closed by
- Fixed: Fixed in version: 3.3.1.4
- 17:46 Ticket #1235 (Tidy does not format negative cases properly) closed by
- Fixed
- 04:40 Ticket #508 (Static variables) closed by
- Completed: Added in version: 3.3.1.4
10/18/09:
- 19:13 Ticket #1236 (error/extended pass on in "Return function()" case.) closed by
- Rejected: General rule of making feature requests: If you think asking for a feature is going to invoke a rant, don't ask for the feature.
- 19:03 Ticket #1199 (GUI is very sluggish with keyboard navigation and screen reader) closed by
- Works For Me
- 18:23 Ticket #1236 (error/extended pass on in "Return function()" case.) created by
- […] I know, just a other stupid idea. Rant away …
- 15:22 Ticket #1235 (Tidy does not format negative cases properly) created by
- In a Switch statement, a Case with a negative number gets separated …
- 11:38 Ticket #1212 (AutoIt v2 - web page - typo) closed by
- Fixed
- 00:59 Ticket #1233 ("Deep" global variables not treated as global) closed by
- Rejected: The script is poorly designed. Remember, AutoIt does not have an entry point which means all code at global scope is executed top-to-bottom as if it were implicitly part of a function. Trying to change the code like you suggest would be a disaster. Imagine code like this: […] In that code FileOpen() would be called with $sFile = "" because initializing $hFile has a non-trivial assignment.
- 00:37 Ticket #1234 (Scripting.Dictionary call converting referenced AutoIt booleans to numbers) created by
- I've run into a situation where a Scripting.Dictionary object method …
10/17/09:
- 17:02 Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) closed by
- Fixed: Fixed in version: 3.3.1.4
- 16:45 Ticket #1060 (Run return 0, but failed) closed by
- Fixed: Fixed in version: 3.3.1.4
- 15:10 Ticket #1233 ("Deep" global variables not treated as global) created by
- The following produces 1 warning and 1 error, both unexpected. […] …
- 12:53 Ticket #1232 (AU3Check, false error, For $i[array] = ..) created by
- […]
- 08:47 Ticket #1231 (strange wildcards behaviour with filecopy) created by
- Hello, If I use this piece of code for a "abcdef.ghi" file: […] …
- 01:30 Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) closed by
- Fixed: Fixed in version: 3.3.1.4
- 00:57 Ticket #1230 (Changes to the build process.) created by
- Reminder to myself to make the changes mentioned …
- 00:42 Ticket #1229 (Integrate Tweaky's script into the build process.) created by
- Just a reminder that I need to integrate …
10/16/09:
- 23:02 Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) created by
- Each one of these functions use another function that allows a …
- 21:42 Ticket #1227 (Beta documentation errors) created by
- Hi, we have translate the english helpfile into german. So we see that …
- 16:54 Ticket #1226 (DateDayofWeek function returns wrong day name) closed by
- Fixed: Fixed in version: 3.3.1.4
- 15:48 Ticket #1226 (DateDayofWeek function returns wrong day name) created by
- The _DateDayOfWeek($iDayNum) is returning the Dayname + 1, i.e. …
- 14:03 Ticket #1206 (UDPRecv Only sees RAW packets with UDPBind) closed by
- Wont Fix: Windows PE has only some drivers, including network drivers, enabled. To prevent Windows PE from being used as a server, most listeners, including UDF, are not enabled under Windows PE. See http://technet.microsoft.com/en-us/library/cc766093(WS.10).aspx for information. So in summary, this is an operating system limitation, not an AutoIt limitation, so we can't change this behaviour.
- 08:36 Ticket #1154 (ControlClick() and VB.NET compatibility) closed by
- Wont Fix
- 08:19 Ticket #1224 (Type In DLLCall Documentation) closed by
- Fixed: Fixed in version: 3.3.1.4
- 08:17 Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) closed by
- Fixed: Fixed in version: 3.3.1.4
- 06:55 Ticket #1225 (OperationalError: database is locked) closed by
- Wont Fix: This happens too infrequently to care about. Also I don't really know why it happens and is probably something I can't fix anyway without spending weeks learning the Trac codebase.
- 05:06 Ticket #1225 (OperationalError: database is locked) created by
- ==== How to Reproduce ==== While doing a POST operation on …
- 05:06 Ticket #1224 (Type In DLLCall Documentation) created by
- In the help file is says […] I believe it should be "set"
- 03:58 Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) created by
- The example given in the documentation will produce the error I keep …
- 00:45 Ticket #1222 (Porperties) created by
- Ok, so I just installed the latest version of AutoIt Beta and SciTE …
10/15/09:
- 23:23 Ticket #1218 (Buttons appear flat) closed by
- Fixed: I do not have an explanation why the manifests went missing. Repeating the build procedure produces binaries with the manifest. At any rate, it's fixed in 3.3.1.3.
- 23:17 Milestone 3.3.1.3 completed
- 21:30 Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) closed by
- Fixed: Fixed in version: 3.3.1.3
- 21:16 Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) reopened by
- 18:18 Ticket #1220 (Sqrt does not return 0 on negative parameter, documentation says otherwise) closed by
- Fixed: Fixed in version: 3.3.1.3
- 17:45 Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) closed by
- Fixed: Fixed in version: 3.3.1.3
- 16:52 Ticket #1221 (SciTE has a limitation on properties files) created by
- There is a limit to the number of characters that can be in a …
- 08:14 Ticket #1220 (Sqrt does not return 0 on negative parameter, documentation says otherwise) created by
- A fault in the documentation, or in the implementation of the Sqrt …
- 06:58 Ticket #1219 (Fix TracTicketDelete) created by
- Fix the ticket delete plugin so that it doesn't throw an error when …
- 06:42 Ticket #1218 (Buttons appear flat) created by
- {{{AutoIt:3.3.1.2/X64 (Os:WIN_7/X64 Language:0409 …
- 06:40 Ticket #1217 (InetGet resume ability) closed by
- Rejected: Resume is a bit too much. I can't really think of a very clean way to expose the functionality. My suggestion is automate a proper download manager or roll your own download function using WinInet.
- 02:18 Ticket #1217 (InetGet resume ability) created by
- Is there any possibility to add the ability to resume a download with …
10/14/09:
- 23:25 Milestone 3.3.1.2 completed
- 23:23 Ticket #351 (Reverse PixelSearch) closed by
- Completed: Added in version: 3.3.1.2
- 22:52 Ticket #1216 (Adding arrays working suspiciously) created by
- This doesn't seem right to me: […] Output is [1,2]. Optional …
- 02:44 Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by
- Completed: Changed in version: 3.3.1.2
10/13/09:
- 20:33 Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) created by
- Environment = 3.3.1.1 under WIN_XP/Service Pack 3 X86 In AutoIt beta …
- 18:55 Ticket #1128 (UDF Addition: _WinAPI_PathFindOnPath) closed by
- Completed: Added in version: 3.3.1.2
- 18:29 Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) reopened by
- Err, please actually read why I reopened this ticket.
- 18:18 Ticket #1118 (Change to _ArrayConcatenate) closed by
- Fixed: Fixed in version: 3.3.1.2
- 18:05 Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by
- Fixed
- 18:03 Ticket #236 (Neutral language in helpfile) closed by
- Fixed: Fixed in version: 3.3.1.2
- 17:27 Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) reopened by
- This is not completed in a satisfactory way. In fact the change completely ignores the problem I have with the function which is that it returns an error string on failure. The changes to @extended are superfluous and unnecessary. In short revision 5141 needs completely reverted.
- 17:17 Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by
- Completed: Added in version: 3.3.1.2
- 01:08 Ticket #1214 (InputBox() vs. date macros) closed by
- No Bug: You're comparing two strings. Cast them with Number(). No bug.
10/12/09:
- 23:59 Ticket #1214 (InputBox() vs. date macros) created by
- I stumbled across an issue while trying to use conditional statements …
- 21:10 Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) closed by
- Fixed: Fixed in version: 3.3.1.2
- 14:48 Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) created by
- When using the _GUICtrlListView_AddArray function, the first array is …
- 12:45 Ticket #1004 (_PathFull bug in beta autoit 3.3.1) closed by
- Fixed: Fixed in version: 3.3.1.2
- 10:24 Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) closed by
- Fixed: Fixed in version: 3.3.1.2
- 09:46 Ticket #1093 (StringFormat not work with non-latin symbols in format string) closed by
- Fixed: Fixed in version: 3.3.1.2
10/11/09:
- 22:46 Ticket #1184 (Remove all fatal errors from functions.) closed by
- Fixed: Fixed in version: 3.3.1.2
- 19:51 Ticket #1051 (Au3Check does not detect invalid statement) reopened by
- I reopen I misunderstood the script output
- 19:49 Ticket #1051 (Au3Check does not detect invalid statement) closed by
- Fixed: At least this check is working with the latest AU3Check
- 08:59 Ticket #1058 (Eventlog.au3 in Beta) closed by
- Fixed: Fixed in version: 3.3.1.2
- 00:00 Ticket #1212 (AutoIt v2 - web page - typo) created by
- http://www.autoitscript.com/autoit3/autoit_v2.shtml A […] There …
10/10/09:
- 14:02 Ticket #1145 (GUICtrlCreateTreeView() steals application focus) closed by
- Fixed: Fixed in version: 3.3.1.2
- 08:54 Ticket #1165 (_GUICtrlComboBoxEx_AddString as 64bit Script) closed by
- Fixed
- 08:52 Ticket #1190 (Clarify case sensivity of some operators) closed by
- Fixed: Fixed in version: 3.3.1.2
- 07:53 Ticket #1162 (Run ( "wrong file" )) closed by
- No Bug: Infact you miss to protect the full path that contains blanks. The length as nothing to do in your case […] I will add some warning in the doc
- 03:41 Ticket #1198 (User tray items auto-checkmarking) reopened by
- The problem is, we have to set the magical combination of correct options. It's poorly designed and is needlessly confusing. Something needs addressed here because two otherwise competent individuals (at least) were puzzled about the behavior.
10/09/09:
- 22:26 Ticket #1198 (User tray items auto-checkmarking) closed by
- No Bug: No bug just se the rigth Opt('TrayMenuMode', ...)
- 18:26 Ticket #1196 (_GDIPlus_BitmapUnlockBits - Memory is not released) closed by
- Fixed: As been fixed with the global verification of MSDN matching type for all Include files
- 18:16 Ticket #1134 (Code cleanup of _FileWriteToLine()) closed by
- Fixed: Fixed in version: 3.3.1.2
- 18:09 Ticket #1164 (FileGetPos() after FileReadLine()) closed by
- Fixed: Fixed in version: 3.3.1.2
- 17:12 Ticket #1211 (Support for Mouse drag operation) closed by
- Rejected: Moron.
- 13:35 Ticket #1211 (Support for Mouse drag operation) created by
- please provide support for mouse dragging operation.
- 10:25 Ticket #1187 (Fix implementation of FileSetTime()) closed by
- Fixed: Fixed in version: 3.3.1.2
10/08/09:
- 19:31 Ticket #1176 (FileSetAttrib with recurse mode 1 not continue when file not found in ...) closed by
- Fixed: Fixed in version: 3.3.1.2
- 17:31 Ticket #1207 (_GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24) closed by
- Fixed: Fixed in version: 3.3.1.2
- 16:44 Ticket #1124 (_Date_Time_SystemTimeTo*Str() Errors with bFmt = 1) closed by
- Fixed: Fixed in version: 3.3.1.2
- 16:39 Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) closed by
- Fixed: It is fixed as well ;)
- 16:38 Ticket #1200 (_IEFormElementGetCollection example in helpfile) closed by
- Fixed: Fixed in version: 3.3.1.2
- 16:31 Ticket #1180 (_Date_Time_GetTimeZoneInformation Returned Values) closed by
- Fixed: Fixed in version: 3.3.1.2
- 16:29 Ticket #1177 (Wrong Return values _GUICtrlComboBoxEx_GetCurSel) closed by
- Fixed: Fixed in version: 3.3.1.2
- 00:43 Ticket #1210 ('trac authentication not installed, refer to documentation') closed by
- No Bug: This wins my award for stupidest ticket ever created. You must have a lot of trouble getting around, what with those massive balls you have. Clearly you must have a rather large set to tell us we don't have our software fully installed. Congratulations, you've made two tickets so far (with #1209) and you've completely missed the obvious both times. I suggest you stick to posting on the forum from now on.
- 00:39 Ticket #1209 (FileOpenDialog will not allow you to specify a folder) closed by
- Rejected: I guess FileSelectFolder() is too easy? But thanks for wasting time asking us for features that have been in the language for years!
10/07/09:
- 23:45 Ticket #1210 ('trac authentication not installed, refer to documentation') created by
- your bug tracking program is not fully installed. I can't login. I …
- 23:21 Ticket #1209 (FileOpenDialog will not allow you to specify a folder) created by
- I could like FileOpenDialog to have the capability of selecting an …
- 20:56 Ticket #1208 (No colored flat Button possible) closed by
- No Bug: No color means invisible. So with that little obvious nugget of information in mind, think about what you are trying to do and then try thinking about a rather obvious solution.
- 19:04 Ticket #1208 (No colored flat Button possible) created by
- Either a flat button or a colored button is possible, not both. […]
10/06/09:
- 15:56 Ticket #1207 (_GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24) created by
- The _GUICtrlIpAddress_Set function when run on the 3.3.1.1 beta gets …
- 10:58 Ticket #1206 (UDPRecv Only sees RAW packets with UDPBind) created by
- Hi, The UDP Functions seem to only look at raw packets. Under certain …
10/05/09:
- 20:55 Ticket #967 (Inet functions need to support FTP through a proxy.) closed by
- Completed: Added in version: 3.3.1.2
- 20:10 Ticket #1205 (Dim / ReDim / Static optimization) created by
- Optimize how Dim, ReDim and Static are implemented.
- 19:19 Ticket #1192 (Tidy.exe crashes - when long strings are assinged again?) closed by
- Works For Me
- 17:12 Ticket #1033 (UDF's missing @error checks after DLLCalls()) closed by
- Fixed: Fixed in version: 3.3.1.2
10/04/09:
- 17:57 Ticket #1157 (Add Crypt.au3) closed by
- Completed: Added in version: 3.3.1.2
10/03/09:
- 22:04 Ticket #1204 (New function - WinWaitLoad) closed by
- Rejected: I suggest you look at the IE library included with AutoIt for... years.
- 21:58 Ticket #1204 (New function - WinWaitLoad) created by
- The function name says it all. I have search for this function, while …
10/02/09:
- 21:36 Ticket #1203 (Windows 7 Ultimate Build 7600 + Tooltip = LAG!) closed by
- No Bug: That's nice.
- 21:18 Ticket #1202 (AdlibEnable) closed by
- Duplicate: You must not need it very bad, otherwise you would have maybe looked at the beta to see if there were any Adlib related changes.
- 19:33 Ticket #1203 (Windows 7 Ultimate Build 7600 + Tooltip = LAG!) created by
- Hi, I have been running Autoit v3.3.0.0 with a script that runs …
- 17:48 Ticket #1201 (Sci-TE editor (i can't send them emails for some reason so I open it here)) closed by
- Works For Me: continue discussion in forum thread.
- 14:30 Ticket #1202 (AdlibEnable) created by
- I need that this function manage many functions (may be 3) at the …
- 09:58 Ticket #1201 (Sci-TE editor (i can't send them emails for some reason so I open it here)) created by
- Toggle all folds doesn't work if #Region is defined within a function.
09/30/09:
- 13:21 Ticket #1200 (_IEFormElementGetCollection example in helpfile) created by
- For the command _IEFormElementGetCollection, the following example is …
09/29/09:
- 15:14 Ticket #1199 (GUI is very sluggish with keyboard navigation and screen reader) created by
- With a screen reader, Autoit GUIs are very sluggish while navigating …
09/27/09:
- 11:25 Ticket #1198 (User tray items auto-checkmarking) created by
- Sorry for the clumsily worded title. Repro. script: […] When you …
09/26/09:
- 16:39 Ticket #1197 (IniReadSection Limitation) closed by
- No Bug: Prove it. Otherwise, you're running into the 32kb per section limit, not some arbitrary key limit that doesn't exist.
- 12:15 Ticket #1197 (IniReadSection Limitation) created by
- Hi, I don't know if its a bug or if it's by design, but …
09/25/09:
- 20:09 Ticket #1196 (_GDIPlus_BitmapUnlockBits - Memory is not released) created by
- _GDIPlus_BitmapUnlockBits dose not release the allocated memory. If …
Note: See TracTimeline
for information about the timeline view.