Timeline
07/04/09:
- 23:55 Ticket #966 (_FileListToArray - new flag (4)) closed by
- Completed: Added in version: 3.3.1.2
- 22:32 Ticket #1005 (TraySetClick bug) closed by
- Fixed: Fixed in version: 3.3.1.2
- 20:07 Ticket #1053 (The computer hangs for a while when used DllCallbackRegister()) closed by
- No Bug: Multiple event sources are put into a queue. You're creating a conflict here. This is not a bug, it's a design limitation.
- 20:05 Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) closed by
- Fixed: Fixed in version: 3.3.1.2
- 18:24 Ticket #1053 (The computer hangs for a while when used DllCallbackRegister()) created by
- The computer hangs for a while (from several seconds or more), if any …
- 08:11 Ticket #1052 (GUICtrlCreateIcon() returns 0 if the file does not exist) closed by
- No Bug
07/03/09:
- 22:37 Ticket #1040 (_ScreenCapture_Capture(): GDI object leak with cursor capture) closed by
- Fixed: Fixed in version: 3.3.1.2
- 21:38 Ticket #1052 (GUICtrlCreateIcon() returns 0 if the file does not exist) created by
- GUICtrlCreateIcon() returns 0 if the file does not exist, but …
- 11:59 Ticket #1013 (MDI childs doesn't adjust to parent windows client rect) closed by
- Fixed: Fixed in version: 3.3.1.2
- 11:45 Ticket #1051 (Au3Check does not detect invalid statement) created by
- […] is not detected
07/02/09:
- 14:37 Ticket #1037 (tagNMHDR not working on x64) closed by
- Fixed: Fixed in version: 3.3.1.2
- 14:16 Ticket #1048 (_WinAPI_EnumDisplayDevices() Example in Help-File wrong) closed by
- Fixed: Fixed in version: 3.3.1.2
07/01/09:
- 07:36 Ticket #1050 (TextPad v5 syntax files) closed by
- Completed: Added in version: 3.3.1.2
- 03:50 Ticket #1050 (TextPad v5 syntax files) created by
- Add an auto install script for TextPad v5 syntax files (attached) …
06/29/09:
- 16:26 Ticket #1049 (InetRead() inserts arbitrary \0 characters.) created by
- I'm classing this as a bug but it may be more of a feature request. …
- 09:18 Ticket #1048 (_WinAPI_EnumDisplayDevices() Example in Help-File wrong) created by
- ; HiHo Devs, ; the example for _WinAPI_EnumDisplayDevices() in the …
06/27/09:
- 04:59 Ticket #1047 (/in is dir, it's crash) closed by
- Works For Me: Always test with the latest beta before filing a bug report. It does not crash with the current beta.
- 04:26 Ticket #1047 (/in is dir, it's crash) created by
- just i try : X:\X-USB\App\Development\AutoIt\Program …
06/26/09:
- 20:40 Ticket #1046 (Hard crash when parsing larger strings using StringSplit()) closed by
- No Bug: The practical limits to the amount of characters is much less than the theoretical limit. Right off the bat concatenation means you only get 230 characters instead of the listed 231 characters since there must be room for both the old string and the new string (with data concatenated) to exist. Then you need to understand that every character is actually 2 bytes because AutoIt uses UNICODE. So now you're down to 229. Then you factor in some memory is reserved and some is used for the program itself. So the total number of character available is less than 229. Now, as for the error message: It's working as designed. Running out of memory is not an easy error to recover from. For one thing, AutoIt itself doesn't know why it ran out of memory. It would be a tremendous amount of effort, bloat the code and slow the language down if we tried to handle memory exhaustion in a recoverable manner. And even then, how would AutoIt even know if it could recover from the error? What would you expect to happen in your example? How would you even test for out-of-memory in AutoIt? So there's no bug to see here. Everything is working as expected and designed.
- 20:16 Ticket #1046 (Hard crash when parsing larger strings using StringSplit()) created by
- Environment = 3.3.1.1 under WIN_XP/Service Pack 3 X86 Environment = …
- 17:05 Ticket #1045 (ConstantsAll.au3 or GUIConstantsAll.au3 - new include file/files) closed by
- Rejected: Absolutely not. You should be shot on the spot for even suggesting this. I did a tremendous amount of work to remove this stupid bloated cock-up from our library and now you want it back? No way in hell. Rejected with extreme prejudice.
- 14:21 Ticket #1045 (ConstantsAll.au3 or GUIConstantsAll.au3 - new include file/files) created by
- ConstantsAll.au3 or GUIConstantsAll.au3 - new include file/files …
06/24/09:
- 20:10 Ticket #1044 (StdErr constants for Run()) closed by
- No Bug: It is a completely separate flag. It merges the stdout and stderr stream into a single stream. This is not the same thing as stdout having its own stream and stderr having it's own stream.
- 19:34 Ticket #1044 (StdErr constants for Run()) created by
- I'm not sure if the docs are wrong here or not […] however …
- 16:53 Ticket #1041 (WinExists Error) closed by
- No Bug: I suggest you re-read the documentation to learn what the syntax you are using really means. Second, even if it behaved how you wish, it would always return true because there are always hidden windows with no title in existence. In fact, most of the windows in the system do not have a title.
- 16:49 Ticket #1043 (ClipPut Function bug or limitation) created by
- If you put more than 127 characters into clipboard, this function fail …
- 11:57 Ticket #1042 (AURecord has problems with save/save as) created by
- AutoIt3.exe 3.3.0.0 AU3Record.exe 3.1.1.0 Windows 2008 english 64-Bit …
- 10:11 Ticket #1041 (WinExists Error) created by
- The script below returns any window that exists, I have a problem: we …
06/23/09:
- 20:46 Ticket #1040 (_ScreenCapture_Capture(): GDI object leak with cursor capture) created by
- The returned bitmap handles from _WinAPI_GetIconInfo() are not …
- 09:11 Ticket #990 (Wiki thumbnail creator broken) closed by
- Fixed
06/21/09:
- 09:21 Ticket #1039 (DocStrings?) closed by
- Rejected: There is no need to build anything directly into AutoIt. Docstring-esque functionality can be obtained by specially formatted comments or pre-processor statements. A UDF can be written to parse the document and transform the output to whatever.
- 08:59 Ticket #1039 (DocStrings?) created by
- Could AutoIT feature DocStrings similar to Python? It could feature a …
06/20/09:
- 17:33 Ticket #1038 (Add icon to menu item) closed by
- Rejected: I suggest looking around on the forum. It took me less than 30 seconds to find a thread on how to do custom menus.
- 13:35 Ticket #1038 (Add icon to menu item) created by
- I want to add icon to the menu items, like this in ahk: …
- 11:56 Ticket #1037 (tagNMHDR not working on x64) created by
- The definition of tagNMHDR in StructureConstants.au3 is wrong. It is …
- 03:25 Ticket #1036 (InetClose and InetGetInfo error in compiled script (not in uncompiled ...) closed by
- Fixed: Fixed in version: 3.3.1.2
- 02:23 Ticket #1036 (InetClose and InetGetInfo error in compiled script (not in uncompiled ...) created by
- InetClose throws the error "Unknown function name" when a beta …
- 00:59 Ticket #1035 (Different SendModes) created by
- Since there is more than one keyboard out there, having more than one …
- 00:23 Ticket #1034 (SetLocale()?) created by
- Sorry if this isn't possible and it's wasting your time to read this. …
06/19/09:
- 22:41 Ticket #1031 (_ClipBoard_SetData inconsistency with new _ClipBoard_GetData) closed by
- Fixed: Fixed in version: 3.3.1.2
- 19:34 Ticket #1033 (UDF's missing @error checks after DLLCalls()) created by
- I've gone through and compiled a list of all standard include UDF's …
- 18:00 Ticket #1032 (_winapi_getlasterror and _winapi_getlasterrormessage do not work as ...) closed by
- No Bug: You should not be mixing native AutoIt functions and the Windows API. This is not supported. This is not a bug.
- 17:10 Ticket #1032 (_winapi_getlasterror and _winapi_getlasterrormessage do not work as ...) created by
- I am testing this as follows: I have a drive (X:) mapped to …
- 14:59 Ticket #1031 (_ClipBoard_SetData inconsistency with new _ClipBoard_GetData) created by
- Not sure if this is the place to put this, but this isn't really a …
06/18/09:
- 14:18 Ticket #996 (Beta documentation errors (Tweaky)) closed by
- Fixed: 7/8/9 should be fixed
- 14:15 Ticket #1028 (_ClipBoard_GetData does not work properly) closed by
- Fixed: Fixed in version: 3.3.1.2
- 14:09 Ticket #1030 (Check spelling) closed by
- Fixed
- 11:21 Ticket #1030 (Check spelling) created by
- Check spelling of minimum in _GUICtrlEdit_ShowBalloonTip() & …
- 03:58 Ticket #1029 (New Feature: Restrict users from changing windows) closed by
- Rejected: AutoIt is a scripting language, not a does everything Hilmy wants in a built-in way language. The point of letting you write your own code is so you can implement features like you describe which are not generally useful.
- 02:35 Ticket #1029 (New Feature: Restrict users from changing windows) created by
- Hi, I don't believe there is a function in AutoIT yet where you can …
06/17/09:
- 22:14 Ticket #1028 (_ClipBoard_GetData does not work properly) created by
- In working with _ClipBoard_GetData() and looking at the code (in …
- 21:40 Ticket #1016 (_WordDocSaveAs - if path exist) closed by
- Fixed: Fixed in version: 3.3.1.2
- 18:52 Ticket #1027 (SS_BITMAP Constant Value is Wrong) closed by
- Fixed: Fixed in version: 3.3.1.2
- 17:16 Ticket #1027 (SS_BITMAP Constant Value is Wrong) created by
- The value of $SS_BITMAP in StaticConstants.au3 is wrong. Currently it …
- 16:02 Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) created by
- With the exception of _GDIPlus_BitmapCreateHBITMAPFromBitmap(), all …
06/16/09:
- 14:17 Ticket #1025 (Box-comment in SciTe) created by
- In SciTe, the use of Ctrl+Shift+B (aswell as the call via the menu in …
- 07:55 Ticket #1024 (GUICtrlSetTip for tabitems sets incorrectly in certain situations) created by
- For example, we have a tab with three tabitems. Setting single tips to …
06/15/09:
- 10:32 Ticket #1023 (Error in document _FileListToArray) closed by
- Fixed: Fixed in version: 3.3.1.2
- 09:39 Ticket #1023 (Error in document _FileListToArray) created by
- There's an error in the example of _FileListToArray […] The @error …
06/14/09:
- 23:39 Ticket #999 (_GUICtrlTreeView_SetFocused) closed by
- Fixed
- 20:38 Ticket #1022 (Different between " and ' like PHP) closed by
- Rejected: You expect us to fundamentally break the language 5 years in?
- 20:31 Ticket #1022 (Different between " and ' like PHP) created by
- make ' and " react differently. For \r\n and be use for new lines if " …
- 11:15 Milestone 3.3.1.1 completed
- 09:41 Ticket #529 (Identifying .NET controls using WM_GETCONTROLNAME) closed by
- Completed: Added in version: 3.3.1.1
- 09:32 Ticket #529 (Identifying .NET controls using WM_GETCONTROLNAME) reopened by
- Reopened
- 06:14 Ticket #1021 (AutoIt Installer broken) closed by
- Works For Me: It's probably your anti-virus or some network issue on your end. It works fine for 99.9% of people.
- 06:10 Ticket #1021 (AutoIt Installer broken) created by
- Download link …
- 05:54 Ticket #1019 (_GUICtrlListView_SetItemCut and other UDF's not working correctly) closed by
- Fixed: Fixed in version: 3.3.1.1
06/13/09:
- 16:37 Ticket #1020 (FileCreate or FileSave) closed by
- Rejected
- 11:28 Ticket #1020 (FileCreate or FileSave) created by
- I'd like to have these files so i can finish my notepad replacer.[i …
06/12/09:
- 10:53 Ticket #1008 (Math function mod( ) result display bug) closed by
- No Bug: as this function can work on floating number the computation is done in float so the result is in float too. The mod function always return a nulber with the same sign as the divisor. That the reason you get a -0 due to the precision display. I understand that can be a little confusing when using integers just use int(mod(x,y)) if you use only integers
- 09:59 Ticket #1018 (SplashImageOn example not correct for Vista) closed by
- Rejected: already fixed under 3.3.1.0
- 07:13 Ticket #1019 (_GUICtrlListView_SetItemCut and other UDF's not working correctly) created by
- With these functions you can set an items state but can not reset the …
06/11/09:
- 12:54 Ticket #1018 (SplashImageOn example not correct for Vista) created by
- The file @Systemdir & "\oobe\images\mslogo.jpg" does not exist in …
- 07:20 Ticket #1017 (StringRegExpReplace - back-references --> add this as example in Helpfile) closed by
- Completed: Added in version: 3.3.1.1
06/10/09:
- 15:26 Ticket #1017 (StringRegExpReplace - back-references --> add this as example in Helpfile) created by
- According to this my post: …
- 02:59 Ticket #1016 (_WordDocSaveAs - if path exist) created by
- When using _WordDocSaveAs and the path does not exist, one does not …
06/09/09:
- 06:57 Ticket #1015 (_SQLite_SaveMode() --> _SQLite_SafeMode()) closed by
- Fixed: Fixed in version: 3.3.1.1
- 01:15 Ticket #1015 (_SQLite_SaveMode() --> _SQLite_SafeMode()) created by
- _SQLite_SaveMode() --> _SQLite_SafeMode() SafeMode is correct and has …
06/08/09:
- 21:19 Ticket #1014 (ColorMode option) closed by
- Fixed: Fixed in version: 3.3.1.1
- 18:21 Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) closed by
- Completed: Added in version: 3.3.1.1
- 18:01 Ticket #1010 (FileRead UTF-8 auto-detection prevents reading of further files) closed by
- Fixed: Fixed in version: 3.3.1.1
- 17:27 Ticket #1014 (ColorMode option) created by
- Even though the option no longer exists there is still an entry for it …
06/07/09:
- 13:54 Ticket #1013 (MDI childs doesn't adjust to parent windows client rect) created by
- When using the $WS_EX_MDICHILD style the MDI child doesn't adjust …
06/06/09:
- 00:40 Ticket #1012 (checkboxes) closed by
- No Bug: In no way is this an acceptable bug report. Read WikiStart or don't post.
- 00:31 Ticket #1011 (GUICtrlSetOnEvent registeres also on Listviewitems created with ...) closed by
- No Bug: Not a bug, Application defined data is just that, you need to make sure that if you use lparam to start at a number higher than any control already created to not have the same application defined data value.
- 00:29 Ticket #1012 (checkboxes) created by
- checkboxes on the tab are drawn in black.
- 00:04 Ticket #1011 (GUICtrlSetOnEvent registeres also on Listviewitems created with ...) created by
- When using OnEventMode, GUICtrlSetOnEvent seems to also fire when you …
06/05/09:
- 14:12 Ticket #1010 (FileRead UTF-8 auto-detection prevents reading of further files) created by
- If a series of UTF-8 BOM-equipped files is read and their contents are …
- 06:14 Ticket #1009 (Remove hard-coded calls to ConsoleWrite() in SQLite.au3) created by
- Calls to ConsoleWrite() or any other output method need removed from …
- 04:49 Ticket #1008 (Math function mod( ) result display bug) created by
- code like this […] display is -0 , it is incorrect, it must be …
06/04/09:
- 17:15 Ticket #1002 (GUICtrlSetData: Edit: default: Improved documentation) closed by
- Fixed: Fixed in version: 3.3.1.1
- 17:08 Ticket #1006 (@MSEC should return time from 000 to 999) closed by
- Fixed: Fixed in version: 3.3.1.1
- 17:00 Ticket #1004 (_PathFull bug in beta autoit 3.3.1) closed by
- Fixed: Fixed in version: 3.3.1.1
- 16:56 Ticket #1007 (Help File: Un-needed include) closed by
- Fixed: Fixed in version: 3.3.1.1
- 16:13 Ticket #1007 (Help File: Un-needed include) created by
- In the help file, TCPSend has an un-needed include, GuiConstantsEx. …
- 09:23 Ticket #1006 (@MSEC should return time from 000 to 999) created by
- @MSEC should return time from 000 to 999, today it return values from …
- 09:08 Ticket #1005 (TraySetClick bug) created by
- Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86 Setting …
- 08:40 Ticket #1004 (_PathFull bug in beta autoit 3.3.1) created by
- I tried the example in the help file for the function _PathFull but I …
Note: See TracTimeline
for information about the timeline view.