Timeline


and

11/03/09:

22:22 Ticket #1270 (GUISetIcon (@ScriptName) sets the 48x48 icon to the GUI) created by Emiel Wieldraaijer <emielwieldraaijer@…>
Look at the icons used for displaying the program when pressing …
19:51 Ticket #1269 (One some laptops OnEvent mode misses some events.) created by anonymous
http://www.autoitscript.com/forum/index.php?showtopic=104891 The link …
16:21 Ticket #1268 (AutoIt3 and _ExcelBookClose($oExcel)) closed by Valik
No Bug: How many times must I tell you people to read WikiStart and to always test with the latest beta? This does not occur in 3.3.1.4.
14:17 Ticket #1268 (AutoIt3 and _ExcelBookClose($oExcel)) created by rvdkonijnenburg@…
When closing an Excel workbook with the _ExcelBookClose function, the …
04:47 Ticket #1267 (Regular expression - Specify line endings default code to CRLF instead ...) closed by Valik
Rejected: Uh, you're missing something rather obvious here. A CRLF still contains a LF so lines still break in the correct place as far as the regex engine is concerned. They just have an extra CR in there as far as you are concerned. You also have the option of using StringStripCR() to remove the CR characters.
04:02 Ticket #1267 (Regular expression - Specify line endings default code to CRLF instead ...) created by Mison
Multiline syntax(?m) is pretty useless when used with string entered …
02:38 Ticket #1229 (Integrate Tweaky's script into the build process.) closed by Valik
Completed: Added by revision [5356] in version: 3.3.1.5

11/02/09:

22:00 Ticket #1266 (Compile not found in context menu of 64bit windows) created by BrammerTheHammer@…
There is no compile found in the context menu of 64 bit Windows. I …
21:07 Ticket #1265 (Au3Check support for Static) created by Valik
This is a reminder to myself to test the work on Au3Check supporting …
20:45 Ticket #1260 (Buffer overflow in _WinAPI_GetLastErrorMessage()) closed by Valik
Fixed: Fixed by revision [5355] in version: 3.3.1.5
20:05 Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) closed by Valik
Fixed: Fixed by revision [5354] in version: 3.3.1.5
15:52 Ticket #1264 (WARNING: $Label10 possibly not declared/created yet) closed by Valik
No Bug: Read WikiStart or better yet don't ever post on the issue tracker again. It's not for general help and support.
15:52 Ticket #1263 (Request: Delete a Line from a File (FileDeleteLine)) closed by Valik
Rejected: You're using FileReadLine() wrong. Otherwise, there's no point in this feature because it will be implemented exactly how you describe. To use FileReadLine() correctly do not pass a line number. This reads the "next" line instead of calculating the correct line to read.
12:44 Ticket #1264 (WARNING: $Label10 possibly not declared/created yet) created by abccoolx@…
How to do that right $Label10 possibly not declared/created yet how …
08:04 Ticket #1263 (Request: Delete a Line from a File (FileDeleteLine)) created by eru
At the moment, there is no way to delete a specific line from a file, …

11/01/09:

22:50 Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) closed by Valik
Completed: Added by revision [5347] in version: 3.3.1.5
17:39 Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) closed by Valik
No Bug: This is not a bug, just incomplete code. The ListView requires $WS_CLIPSIBLINGS so the image can be drawn over it. This example should work on all versions of Windows: […]
13:52 Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) closed by Gary
Fixed: Fixed by revision [5340] in version: 3.3.1.5
08:59 Ticket #1262 (Add SMTP AUTH to _INetSmtpMail() in inet.au3) created by univeda
The SMTP authentication is missing in _InetSmtpMail(). But todays …
00:38 Ticket #1261 (IsHWnd() returns TRUE for some values) closed by Valik
Duplicate: Closing as duplicate of #1248.

10/31/09:

22:17 Ticket #1261 (IsHWnd() returns TRUE for some values) created by Yashied
IsHWnd() returns TRUE for some integer values (20, 22, 24, 26 for …
21:37 Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) reopened by Valik
Now that I can reproduce.
20:31 Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) closed by Valik
Works For Me: Everything works for me. I do not see what you claim happens.
16:49 Ticket #1260 (Buffer overflow in _WinAPI_GetLastErrorMessage()) created by danielkza
[…] The 'nSize' parameter passed is not accounting for the …
16:22 BadContent edited by Valik
Removed word "MESSAGE" as that will block legitimate users. (diff)
15:39 Ticket #1255 (127 characters limitation with AutoItX v3.3.0.0 (with titles and controls)) closed by Jon
Fixed: Fixed by revision [5324] in version: 3.3.1.5
13:08 Ticket #1259 (scite config, AU3 font settings.) closed by Jos
Fixed: Fixed in v 1.6.7.1 currently available in Beta directory. Thanks, jos
12:37 Ticket #1259 (scite config, AU3 font settings.) created by anonymous2
scite config, AU3 font settings. setting: "Monospacec Font" versus …
11:22 Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) created by anonymous
left mouse click on window titlebar, directly after opening a treeView …
04:41 Ticket #1250 (Fix bugs in Static documentation) closed by Nutster
Fixed: Fixed by revision [5320] in version: 3.3.1.5
04:24 Ticket #1257 (Fix bugs in Static array handling) created by Nutster
Encountering a Static array for the second time should cause a redim. …
03:15 Ticket #1240 (FileInstall() Help file clarification.) closed by Nutster
Fixed: Fixed by revision [5319] in version: 3.3.1.5

10/30/09:

23:52 Ticket #1009 (Remove hard-coded calls to ConsoleWrite() in SQLite.au3) closed by Jpm
Completed: Added by revision [5317] in version: 3.3.1.5
20:58 Ticket #1256 (Scite Config for AutoIt3 Link Issue) closed by Jos
Fixed: Will be changed to downloads.shtml in the next release of the installer.
18:44 Ticket #1256 (Scite Config for AutoIt3 Link Issue) created by exodius
Using SciTE Config for AutoIt3. ver:1.6.6, if I click "Check for …
16:14 Ticket #1249 (Beta documentation errors) closed by Valik
Fixed: Tweaky, please don't create any more tickets for output from your script. Over the next day or two I'm going to integrate your script into our build process as something we will be able to run periodically. I imagine I'll be in touch here with questions, commments or changes to your script. Closing this as it seems done or close enough.
16:11 Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) closed by Valik
No Bug
15:36 Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) closed by Valik
Fixed: Fixed by revision [5311] in version: 3.3.1.5
05:10 Ticket #1255 (127 characters limitation with AutoItX v3.3.0.0 (with titles and controls)) created by marc0v
127 characters limitation with AutoItX ActiveX ver 3.3.0.0 tested with …
01:38 Ticket #1234 (Scripting.Dictionary call converting referenced AutoIt booleans to numbers) closed by Valik
Fixed: Fixed by revision [5303] in version: 3.3.1.5

10/28/09:

22:07 Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) closed by Valik
Fixed: Fixed by revision [5289] in version: 3.3.1.5
16:13 Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) created by Jimblack@…
I suspect _WeekNumberISO function is 'off by 1' since it returns a …
15:40 Ticket #1252 (Issue in help file example code for "_MouseTrap()") closed by Valik
No Bug: No it shouldn't.
15:39 Ticket #1253 (command run("c:\windows\system\soundrecorder.exe) can't launch ...) closed by Valik
No Bug: Terrible bug report. Read WikiStart. Next time ask your questions on the forum where they belong.
11:51 Ticket #1253 (command run("c:\windows\system\soundrecorder.exe) can't launch ...) created by anonymous
as title.Is this normal?autoit version 3.3.1.4
07:26 Ticket #1252 (Issue in help file example code for "_MouseTrap()") created by naikma@…
Help file shows example code as: […] Here […] should be …

10/27/09:

21:21 Ticket #1230 (Changes to the build process.) closed by Valik
Completed
17:41 Ticket #1251 (Random Generator Returns 0) closed by Valik
No Bug: You fail. Twice. 1. Not searching the issue tracker and finding #1170. 2. Not trying the latest beta where it returns 1.
17:29 Ticket #1251 (Random Generator Returns 0) created by horrsky@…
$X = Random(1,1,1) This will always return 0; it should equal 1 …
15:26 Ticket #1250 (Fix bugs in Static documentation) created by Nutster
A bold is not turned off. Add to index and table of contents - keyword …
08:50 Ticket #1227 (Beta documentation errors) closed by Jpm
Duplicate: Closed as supersed by ticket #1249
06:57 Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) closed by Jpm
Completed: Added in version: 3.3.1.5
06:50 Ticket #1246 (Broken links in Helpfile) closed by Jpm
Fixed: Fixed in version: 3.3.1.5

10/26/09:

19:25 Ticket #1249 (Beta documentation errors) created by Tweaky
Errors in the help file for 3.3.1.4 beta
17:05 Milestone 3.3.1.4 completed
09:45 Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) created by Rob Saunders <therks@…>
Long story short: I have a GUI with several controls on it, one of …

10/25/09:

18:42 Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) closed by Jos
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 Valik
Re-opening, not fixed.
11:41 Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) created by christophamort
The function _GUICtrlComboBoxEx_GetEditText does not give the inputs …
09:56 Ticket #1246 (Broken links in Helpfile) created by Rob Saunders <therks@…>
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 Valik
Fixed
05:32 Ticket #1245 (Last version supporting winnt 4.0) closed by Valik
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 hunt
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 danielkza
I'm trying to use the currently available directive …
01:30 Ticket #1243 (Request @FuncName) closed by Valik
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 Jayowee
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 Valik
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 Valik
Fixed: Fixed in 3.3.1.4 by JP.
15:01 Ticket #1231 (strange wildcards behaviour with filecopy) closed by Jpm
Fixed: Fixed in version: 3.3.1.4
03:16 Ticket #1242 (GDIPlus Encoder stuff doesn't work.) created by Valik
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 scriptonize
Hi, I recently discovered this strange behavior of the MsgBox() …

10/22/09:

10:49 Ticket #1240 (FileInstall() Help file clarification.) created by Bowmore
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 Valik
Fixed: Fixed in version: 3.3.1.4
01:24 Ticket #376 (GUICtrlSetBkColor() causes button to catch enter key) closed by Valik
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 Valik
Fixed: Fixed in version: 3.3.1.4
07:27 Ticket #1167 (_FTP_ProgressDownload crashes) closed by Jpm
Fixed: Fixed in version: 3.3.1.4
07:24 Ticket #1238 (_FTP_FilePut broken) closed by Jpm
Fixed: Fixed in version: 3.3.1.4
06:26 Ticket #1239 (AU3Check, #include "..", library scan order.) created by anonymous
AU3Check library scan order for "includeMe.au3" files seems to be: …
03:31 Ticket #1167 (_FTP_ProgressDownload crashes) reopened by Valik
03:21 Ticket #1238 (_FTP_FilePut broken) created by partypooper@…
_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 Valik
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 anonymous
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 Jon
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 Jon
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 Jos
Fixed: Fixed in version: 3.3.1.4
18:39 Ticket #1222 (Porperties) closed by Jos
Works For Me
18:35 Ticket #1232 (AU3Check, false error, For $i[array] = ..) closed by Jos
Fixed: Fixed in version: 3.3.1.4
17:46 Ticket #1235 (Tidy does not format negative cases properly) closed by Jos
Fixed
04:40 Ticket #508 (Static variables) closed by Nutster
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 Valik
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 Jpm
Works For Me
18:23 Ticket #1236 (error/extended pass on in "Return function()" case.) created by anonymous
[…] I know, just a other stupid idea. Rant away …
15:22 Ticket #1235 (Tidy does not format negative cases properly) created by Nutster
In a Switch statement, a Case with a negative number gets separated …
11:38 Ticket #1212 (AutoIt v2 - web page - typo) closed by Jon
Fixed
00:59 Ticket #1233 ("Deep" global variables not treated as global) closed by Valik
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 Gabriel13
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 Jon
Fixed: Fixed in version: 3.3.1.4
16:45 Ticket #1060 (Run return 0, but failed) closed by Jon
Fixed: Fixed in version: 3.3.1.4
15:10 Ticket #1233 ("Deep" global variables not treated as global) created by jchd
The following produces 1 warning and 1 error, both unexpected. […] …
12:53 Ticket #1232 (AU3Check, false error, For $i[array] = ..) created by anonymous
[…]
08:47 Ticket #1231 (strange wildcards behaviour with filecopy) created by xelotiac@…
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 Valik
Fixed: Fixed in version: 3.3.1.4
00:57 Ticket #1230 (Changes to the build process.) created by Valik
Reminder to myself to make the changes mentioned …
00:42 Ticket #1229 (Integrate Tweaky's script into the build process.) created by Valik
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 Beege
Each one of these functions use another function that allows a …
21:42 Ticket #1227 (Beta documentation errors) created by Tweaky
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 Valik
Fixed: Fixed in version: 3.3.1.4
15:48 Ticket #1226 (DateDayofWeek function returns wrong day name) created by jimblack
The _DateDayOfWeek($iDayNum) is returning the Dayname + 1, i.e. …
14:03 Ticket #1206 (UDPRecv Only sees RAW packets with UDPBind) closed by Nutster
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 Jpm
Wont Fix
08:19 Ticket #1224 (Type In DLLCall Documentation) closed by Jpm
Fixed: Fixed in version: 3.3.1.4
08:17 Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) closed by Jpm
Fixed: Fixed in version: 3.3.1.4
06:55 Ticket #1225 (OperationalError: database is locked) closed by Valik
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 anonymous
==== How to Reproduce ==== While doing a POST operation on …
05:06 Ticket #1224 (Type In DLLCall Documentation) created by anonymous
In the help file is says […] I believe it should be "set"
03:58 Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) created by Beege
The example given in the documentation will produce the error I keep …
00:45 Ticket #1222 (Porperties) created by Hypercam J
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 Valik
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 Valik
Fixed: Fixed in version: 3.3.1.3
21:16 Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) reopened by Valik
18:18 Ticket #1220 (Sqrt does not return 0 on negative parameter, documentation says otherwise) closed by Jpm
Fixed: Fixed in version: 3.3.1.3
17:45 Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) closed by Jpm
Fixed: Fixed in version: 3.3.1.3
16:52 Ticket #1221 (SciTE has a limitation on properties files) created by Valik
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 Manadar
A fault in the documentation, or in the implementation of the Sqrt …
06:58 Ticket #1219 (Fix TracTicketDelete) created by Valik
Fix the ticket delete plugin so that it doesn't throw an error when …
06:42 Ticket #1218 (Buttons appear flat) created by P5ych0Gigabyte
{{{AutoIt:3.3.1.2/X64 (Os:WIN_7/X64 Language:0409 …
06:40 Ticket #1217 (InetGet resume ability) closed by Valik
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 downloadresumer
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 Valik
Completed: Added in version: 3.3.1.2
22:52 Ticket #1216 (Adding arrays working suspiciously) created by monoceres
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 Valik
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 anonymous
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 Jpm
Completed: Added in version: 3.3.1.2
18:29 Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) reopened by Valik
Err, please actually read why I reopened this ticket.
18:18 Ticket #1118 (Change to _ArrayConcatenate) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
18:05 Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by Jpm
Fixed
18:03 Ticket #236 (Neutral language in helpfile) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
17:27 Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) reopened by Valik
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 Jpm
Completed: Added in version: 3.3.1.2
01:08 Ticket #1214 (InputBox() vs. date macros) closed by Valik
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 admin@…
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 Jpm
Fixed: Fixed in version: 3.3.1.2
14:48 Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) created by SilentButeo2@…
When using the _GUICtrlListView_AddArray function, the first array is …
12:45 Ticket #1004 (_PathFull bug in beta autoit 3.3.1) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
10:24 Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
09:46 Ticket #1093 (StringFormat not work with non-latin symbols in format string) closed by Jpm
Fixed: Fixed in version: 3.3.1.2

10/11/09:

22:46 Ticket #1184 (Remove all fatal errors from functions.) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
19:51 Ticket #1051 (Au3Check does not detect invalid statement) reopened by Jpm
I reopen I misunderstood the script output
19:49 Ticket #1051 (Au3Check does not detect invalid statement) closed by Jpm
Fixed: At least this check is working with the latest AU3Check
08:59 Ticket #1058 (Eventlog.au3 in Beta) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
00:00 Ticket #1212 (AutoIt v2 - web page - typo) created by Zedna
http://www.autoitscript.com/autoit3/autoit_v2.shtml A […] There …

10/10/09:

14:02 Ticket #1145 (GUICtrlCreateTreeView() steals application focus) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
08:54 Ticket #1165 (_GUICtrlComboBoxEx_AddString as 64bit Script) closed by Jpm
Fixed
08:52 Ticket #1190 (Clarify case sensivity of some operators) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
07:53 Ticket #1162 (Run ( "wrong file" )) closed by Jpm
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 Valik
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 Jpm
No Bug: No bug just se the rigth Opt('TrayMenuMode', ...)
18:26 Ticket #1196 (_GDIPlus_BitmapUnlockBits - Memory is not released) closed by Jpm
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 Jpm
Fixed: Fixed in version: 3.3.1.2
18:09 Ticket #1164 (FileGetPos() after FileReadLine()) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
17:12 Ticket #1211 (Support for Mouse drag operation) closed by Valik
Rejected: Moron.
13:35 Ticket #1211 (Support for Mouse drag operation) created by anonymous
please provide support for mouse dragging operation.
10:25 Ticket #1187 (Fix implementation of FileSetTime()) closed by Jpm
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 Jpm
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 Jpm
Fixed: Fixed in version: 3.3.1.2
16:44 Ticket #1124 (_Date_Time_SystemTimeTo*Str() Errors with bFmt = 1) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
16:39 Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) closed by Jpm
Fixed: It is fixed as well ;)
16:38 Ticket #1200 (_IEFormElementGetCollection example in helpfile) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
16:31 Ticket #1180 (_Date_Time_GetTimeZoneInformation Returned Values) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
16:29 Ticket #1177 (Wrong Return values _GUICtrlComboBoxEx_GetCurSel) closed by Jpm
Fixed: Fixed in version: 3.3.1.2
00:43 Ticket #1210 ('trac authentication not installed, refer to documentation') closed by Valik
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 Valik
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 Jim Michaels <jmichae3@…>
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 anonymous
I could like FileOpenDialog to have the capability of selecting an …
20:56 Ticket #1208 (No colored flat Button possible) closed by Valik
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 funkey
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 robinacjohnston
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 MrBeatnik <palebluecreations@…>
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 Valik
Completed: Added in version: 3.3.1.2
20:10 Ticket #1205 (Dim / ReDim / Static optimization) created by Nutster
Optimize how Dim, ReDim and Static are implemented.
19:19 Ticket #1192 (Tidy.exe crashes - when long strings are assinged again?) closed by Jos
Works For Me
17:12 Ticket #1033 (UDF's missing @error checks after DLLCalls()) closed by Valik
Fixed: Fixed in version: 3.3.1.2

10/04/09:

17:57 Ticket #1157 (Add Crypt.au3) closed by Valik
Completed: Added in version: 3.3.1.2
Note: See TracTimeline for information about the timeline view.