Timeline



Nov 3, 2009:

10:22 PM globe.ico attached to Ticket #1270 by Emiel Wieldraaijer <emielwieldraaijer@…>
10:22 PM 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 …
8:16 PM Ticket #1269 (One some laptops OnEvent mode misses some events.) updated by Valik
Go read WikiStart. This is not an acceptable way to post a bug report.
7:51 PM Ticket #1269 (One some laptops OnEvent mode misses some events.) created by anonymous
http://www.autoitscript.com/forum/index.php?showtopic=104891 The link …
4:21 PM 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.
4:15 PM Ticket #1267 (Regular expression - Specify line endings default code to CRLF instead ...) updated by Valik
The following pattern works with both CRLF and LF terminated strings: "(?m)\w+\r?$" Your pattern matches word characters immediately followed by a newline. But a CRLF line-ending means between the word and the newline is a CR. Your pattern does not account for this character and so your pattern doesn't match. This is correct. The only reason you get any result at all with your original pattern is $ also matches end-of-string. My pattern allows for an optional CR prior to the LF. You may be better served to ignore all trailing whitespace instead but I don't know your requirements.
2:17 PM Ticket #1268 (AutoIt3 and _ExcelBookClose($oExcel)) created by rvdkonijnenburg@…
When closing an Excel workbook with the _ExcelBookClose function, the …
5:53 AM Ticket #1267 (Regular expression - Specify line endings default code to CRLF instead ...) updated by Mison
Thanks for the prompt reply, Valik. This is my example code, works fine with LF but not with CRLF. […] And I thought it's because of this: […] I'm sorry if this request is not relevant.
4:47 AM 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.
4:02 AM 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 …
2:38 AM Ticket #1229 (Integrate Tweaky's script into the build process.) closed by Valik
Completed: Added by revision [5356] in version: 3.3.1.5
2:37 AM Ticket #1266 (Compile not found in context menu of 64bit windows) updated by Valik
Owner, Status, Severity changed
Jon, please have a look at this when you find time.
12:00 AM Ticket #1266 (Compile not found in context menu of 64bit windows) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Nov 2, 2009:

10:00 PM 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 …
9:07 PM Ticket #1265 (Au3Check support for Static) updated by Valik
Owner, Status, Component changed
9:07 PM Ticket #1265 (Au3Check support for Static) created by Valik
This is a reminder to myself to test the work on Au3Check supporting …
8:45 PM Ticket #1260 (Buffer overflow in _WinAPI_GetLastErrorMessage()) closed by Valik
Fixed: Fixed by revision [5355] in version: 3.3.1.5
8:05 PM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) closed by Valik
Fixed: Fixed by revision [5354] in version: 3.3.1.5
3:52 PM 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.
3:52 PM 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 PM Ticket #1264 (WARNING: $Label10 possibly not declared/created yet) created by abccoolx@…
How to do that right $Label10 possibly not declared/created yet how …
10:00 AM Ticket #1263 (Request: Delete a Line from a File (FileDeleteLine)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:04 AM 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, …

Nov 1, 2009:

11:05 PM Ticket #1260 (Buffer overflow in _WinAPI_GetLastErrorMessage()) updated by Valik
Severity changed
11:04 PM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) updated by Valik
Severity changed
10:51 PM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) updated by Valik
This has been solved in 3.3.1.5 thanks to a new option for InetGet(). See the documentation in 3.3.1.5 for the new flag.
10:50 PM 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
6:52 PM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) updated by Valik
Addendum: I figured this out by modifying the script to run Process Explorer so I could see what process was running when I hit the button and received the error message. From there I found this which didn't work but did give me enough of a hint to know what to test in AutoIt.
6:51 PM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) updated by Valik
Well that's kind of obscure. By default AutoIt sets a flag to force you online before it tries to use your connection. On Vista/Windows 7 the OS apparently tries to force you online even when you are already online. I guess the "force online" stuff is shelled off to rundll32.exe or something which fails. It's a pretty simple fix. I'll add a flag along the lines of "do not force online state" which will by-pass the setting of the flag. This will leave the default behavior as is but provide the option to by-pass the check for people who don't need it or can't use it.
5:39 PM 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: […]
3:24 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by Valik
This ticket is referenced in revision: [5343]
3:22 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by Valik
Just mentioning that this isn't fixed in that it will work. It's only fixed in that it's been documented that it doesn't work. It's a Windows design limitation.
3:19 PM Ticket #1205 (Dim / ReDim / Static optimization) updated by Valik
MvGulik, please actually articulate your ideas.
2:42 PM Ticket #1205 (Dim / ReDim / Static optimization) updated by anonymous
redim <array> = var
1:52 PM 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
10:00 AM Ticket #1262 (Add SMTP AUTH to _INetSmtpMail() in inet.au3) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:59 AM Ticket #1262 (Add SMTP AUTH to _INetSmtpMail() in inet.au3) created by univeda
The SMTP authentication is missing in _InetSmtpMail(). But todays …
12:38 AM Ticket #1261 (IsHWnd() returns TRUE for some values) closed by Valik
Duplicate: Closing as duplicate of #1248.

Oct 31, 2009:

10:17 PM Ticket #1261 (IsHWnd() returns TRUE for some values) created by Yashied
IsHWnd() returns TRUE for some integer values (20, 22, 24, 26 for …
9:37 PM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) reopened by Valik
Now that I can reproduce.
8:54 PM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) updated by Bowmore
I can confirm the behaviour reported by anonymous with AutoIt:3.3.1.4 (Os:WIN_XP/X86/Service Pack 3 Steps: 1 - ACTION: Right click on tree-view item RESULT: Tree-view context menu appears 2 - ACTION: Left click on window title-bar RESULT: Tree-view context menu disappears and the window context menu appears as if you had right clicked
8:34 PM Ticket #1216 (Adding arrays working suspiciously) updated by Valik
Version, Type changed
Since this is not a bug I'm changing it to a feature request.
8:31 PM 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.
4:51 PM WinAPI_GetLastErrorMessageW.au3 attached to Ticket #1260 by danielkza
WinAPI_GetLastErrorMessageW
4:49 PM Ticket #1260 (Buffer overflow in _WinAPI_GetLastErrorMessage()) created by danielkza
[…] The 'nSize' parameter passed is not accounting for the …
4:22 PM BadContent edited by Valik
Removed word "MESSAGE" as that will block legitimate users. (diff)
4:05 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by Valik
Err, there was no attachment from you. There was an attachment from me and an attachment from Tweaky. I looked for your change but could not find it. If you have something to post it needs to go in the forum thread. The script was posted in no less than 3 places and it was terribly confusing to even find the latest version which I ended up finding in the thread.
3:39 PM 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
2:00 PM Ticket #1259 (scite config, AU3 font settings.) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
1:08 PM 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 PM Ticket #1259 (scite config, AU3 font settings.) created by anonymous2
scite config, AU3 font settings. setting: "Monospacec Font" versus …
11:22 AM Ticket #1258 (TreeView + ContextMenu versus Own window Titlebar.) created by anonymous
left mouse click on window titlebar, directly after opening a treeView …
7:01 AM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by J-Paul Mesnage
You remove the fix I propose for solving issue as I describe. I hope you will use it as it is fixing a lot of non related issue
4:41 AM Ticket #1250 (Fix bugs in Static documentation) closed by Nutster
Fixed: Fixed by revision [5320] in version: 3.3.1.5
4:24 AM Ticket #1257 (Fix bugs in Static array handling) created by Nutster
Encountering a Static array for the second time should cause a redim. …
4:22 AM Ticket #1250 (Fix bugs in Static documentation) updated by Nutster
Description, Milestone changed
3:15 AM Ticket #1240 (FileInstall() Help file clarification.) closed by Nutster
Fixed: Fixed by revision [5319] in version: 3.3.1.5

Oct 30, 2009:

11:52 PM Ticket #1009 (Remove hard-coded calls to ConsoleWrite() in SQLite.au3) closed by J-Paul Mesnage
Completed: Added by revision [5317] in version: 3.3.1.5
10:00 PM Ticket #1256 (Scite Config for AutoIt3 Link Issue) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:58 PM 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.
7:53 PM Ticket #1256 (Scite Config for AutoIt3 Link Issue) updated by Valik
Owner, Version, Component changed
7:52 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by Valik
Blocking means a ticket needs closed before the release, not that anything needs to change. If you are 100% sure this is an intentional Windows limitation that cannot be easily worked around then close the ticket.
7:02 PM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by J-Paul Mesnage
This ticket is referenced in revision: [5316]
6:46 PM Ticket #1256 (Scite Config for AutoIt3 Link Issue) updated by exodius
*sigh* I incorrectly set the component to AutoIt, it should be SciTE4AutoIt.
6:44 PM 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 …
6:36 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by Valik
I've removed the out-of-date attachments. See here for the latest version.
6:13 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by J-Paul Mesnage
I was prepare to answer that is the Way windows work. I assume Valik found a solution to fix it as it is now in Blocking state.
5:10 PM Ticket #1249 (Beta documentation errors) updated by Tweaky
I think this is OK. I have answer you in the thread
4:14 PM 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.
4:12 PM Ticket #1250 (Fix bugs in Static documentation) updated by Valik
Severity changed
4:11 PM Ticket #1240 (FileInstall() Help file clarification.) updated by Valik
Severity changed
4:11 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by Valik
Severity changed
4:11 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) closed by Valik
No Bug
4:10 PM Ticket #1255 (127 characters limitation with AutoItX v3.3.0.0 (with titles and controls)) updated by Valik
Severity changed
3:57 PM Ticket #1231 (strange wildcards behaviour with filecopy) updated by Valik
Severity changed
No longer blocking this release. Wild-card code will be rewritten in a future release.
3:36 PM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) closed by Valik
Fixed: Fixed by revision [5311] in version: 3.3.1.5
5:10 AM 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 …
2:07 AM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by Valik
Severity changed
This is no longer blocking the release. To fix the problems requires a rewrite of the File functions which will not be done during this beta period.
1:38 AM 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

Oct 29, 2009:

2:12 AM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) updated by JimBlack
Thanks for your wikipedia link. I understand now. This is not a bug, this is misuse of function. I will write my own UDF to calculate the NON-ISO week number since I could not find one in Autoit. Thanks for your help.

Oct 28, 2009:

10:52 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by Valik
Here is a shorter and less annoying example: […]
10:22 PM Ticket #1216 (Adding arrays working suspiciously) updated by Gabriel13
I don't think you'd want the "+" operator to work either way with arrays. For array concatenation, if anything the "&" operator should be borrowed instead, to be consistent with the string concatenation operator already present in AutoIt. [1,2] & [2,3] == [1,2,2,3] would make a lot more sense than trying to use the "+" operator - though using "&" would introduce concatenation ambiguity. What if a string and array are concatenated? As for non-atomic math operations, that would open the door to all sorts of complex problems. I used to work with a language called Euphoria (http://rapideuphoria.com/), which allows for similar non-atomic math and boolean operations. One casualty of this feature was the inability to consistently implement short-circuit boolean evaluation, since the result could potentially be an array of values. Aside from that, the implementation could easily become quite complex. Would [1,2] + [2,[3,4]] be allowed? If so, how about 3 + [1,[2,3,[4,5]]]? or [4,5] + 6,7],[8,[9,10]? What if COM objects or other non-numeric data types are contained somewhere within the arrays? And what happens when arrays of differing lengths are involved, such as [1,2] + [3,4,5]? It's probably simpler and less confusing to simply throw an error whenever arrays are involved in binary math, boolean or concatenation operations.
10:07 PM 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
9:43 PM Ticket #1216 (Adding arrays working suspiciously) updated by Valik
I could argue that [3,4] should be the output.
9:14 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) updated by Jos
I get for both week 44 and here http://en.wikipedia.org/wiki/ISO_week_date you can find info about the ISO weeknr which can be 52. Jos
8:27 PM Ticket #1216 (Adding arrays working suspiciously) updated by anonymous
I think that [1,2,2,3] would be the most logical output in the example.
8:09 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by Valik
If you have nothing intelligent to impart then don't bother posting, otherwise you may find yourself unable to post any longer. The same applies for posting in languages other than English.
8:00 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by J-Paul Mesnage
This ticket is referenced in revision: [5285]
7:50 PM Ticket #1249 (Beta documentation errors) updated by J-Paul Mesnage
there is no bug in the post from anonymous2 the index really go from 0 to n-1 the "in lieu" came from Valik in 3.1.1.103 back to Tweaky I fix all errors except the attached one with a slight modification of your script to handle the pb I post in the forum I cannot understand why the 3 first are failing
7:49 PM errors 3.3.1.5 beta doc.txt.zip attached to Ticket #1249 by J-Paul Mesnage
7:49 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by christophamort
time is money! c. obnoxious! didn't know that word before, that's worth 100$$. Il pagamento è stato inviato. ID transazione: 2LE2951841735.... Il pagamento del tuo acquisto da ... è stato inviato. Conserva questo ID ricevuta e le informazioni di contatto in caso tu abbia bisogno di contattare il commerciante o PayPal. Una ricevuta di questa transazione è stata inviata al tuo indirizzo email.
7:27 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) updated by J-Paul Mesnage
From ISO standpoint the week 53 exists. I don't know if we are in a year as such. Jos our ISO expert will answer.
5:31 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) updated by blackja@…
I realized I put my name not my email address - sorry
4:14 PM Test_WeekNumber.au3 attached to Ticket #1254 by anonymous
4:13 PM Ticket #1254 (_WeekNumberISO and GUICtrlCreateMonthCal return different weeknumbers ...) created by Jimblack@…
I suspect _WeekNumberISO function is 'off by 1' since it returns a …
3:40 PM Ticket #1252 (Issue in help file example code for "_MouseTrap()") closed by Valik
No Bug: No it shouldn't.
3:39 PM 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 AM 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
7:26 AM Ticket #1252 (Issue in help file example code for "_MouseTrap()") created by naikma@…
Help file shows example code as: […] Here […] should be …

Oct 27, 2009:

9:21 PM Ticket #1230 (Changes to the build process.) closed by Valik
Completed
5:41 PM 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.
5:29 PM Ticket #1251 (Random Generator Returns 0) created by horrsky@…
$X = Random(1,1,1) This will always return 0; it should equal 1 …
3:26 PM Ticket #1250 (Fix bugs in Static documentation) created by Nutster
A bold is not turned off. Add to index and table of contents - keyword …
1:45 PM Ticket #998 (@VirtualDesktopWidth + @VirtualDesktopHeight + @DesktopMonitors) updated by J-Paul Mesnage
Owner, Status changed
1:36 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by J-Paul Mesnage
Owner, Status changed
1:34 PM Ticket #1034 (SetLocale()?) updated by J-Paul Mesnage
Owner, Status changed
1:33 PM Ticket #1035 (Different SendModes) updated by J-Paul Mesnage
Owner, Status changed
1:33 PM Ticket #978 (Au3Info - ToolBar info - add ToolTip Text,Image Index) updated by J-Paul Mesnage
Owner, Status changed
11:47 AM Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) updated by Rob Saunders <therks@…>
Oh, I feel I should mention that the UDFs were all from 3.3.1.3 when I tested. And also, _DebugBugReportEnv() returns the following: >AutoIt:3.3.1.4 (Os:WIN_XP/X86/Service Pack 2 Language:0409 Keyboard:00000409 Cpu:X86) Lastly, I just tested with the new beta (3.3.1.4) and got some new control IDs, so I went back and checked again with the previous versions and got the same, so I'm not sure if I messed up my first test somehow but either way the control IDs that fail for me now are: 20, 22, 24, 26, 46, 56, 60, 62, 66, 68, 80, 84, 96, 98, 100. Hopefully I'm not being too verbose, if I am just let me know and I'll shut up.
11:14 AM Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) updated by J-Paul Mesnage
Owner changed
9:41 AM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by J-Paul Mesnage
Owner changed
9:40 AM Ticket #865 (winhttp.winhttprequest.5.1 ObjEvent unhandled exception.) updated by J-Paul Mesnage
Owner changed
8:53 AM Ticket #1234 (Scripting.Dictionary call converting referenced AutoIt booleans to numbers) updated by J-Paul Mesnage
Owner, Status changed
8:53 AM Ticket #1248 (_GUICtrlEdit_AppendText fails on certain control IDs. Very odd...) updated by J-Paul Mesnage
Owner, Status changed
8:52 AM Ticket #1172 (.NET controls in beta 3.3.1.1) updated by J-Paul Mesnage
Owner, Status changed
8:51 AM Ticket #1172 (.NET controls in beta 3.3.1.1) updated by J-Paul Mesnage
Using NAME and INSTANCE as been added to 3.3.1.5
8:50 AM Ticket #1227 (Beta documentation errors) closed by J-Paul Mesnage
Duplicate: Closed as supersed by ticket #1249
7:28 AM Ticket #1249 (Beta documentation errors) updated by anonymous2
v3.3.1.4 Keyword Reference Dim / Global / Local / Const Parameters subscript: The number of elements to create for the array dimension, indexed 0 to n-1. -> indexed 1 to n Keyword Reference Static Parameters subscript: The number of elements to create for the array dimension, indexed 0 to n-1. -> indexed 1 to n.
6:57 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.5
6:50 AM Ticket #1246 (Broken links in Helpfile) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.5
6:50 AM Ticket #1246 (Broken links in Helpfile) updated by J-Paul Mesnage
I already did it waiting the 3.3.1.4 uploading as Valik want only bolcking ticket to be fixed. So I commmit it now
6:35 AM Ticket #1249 (Beta documentation errors) updated by anonymous
v3.3.1.3+ User Defined Function Reference, _GUICtrlStatusBar_GetBorders, ! text in 'Return Value' section is pressed up against the right side. User Defined Function Reference, _GUICtrlStatusBar_GetText 'Failure: @set @error' ? '@set' v3.3.0.0+ Misc. functions Reference, Call, A special array can be passed in lieu of individual parameters. ? lieu

Oct 26, 2009:

9:52 PM Ticket #1231 (strange wildcards behaviour with filecopy) updated by J-Paul Mesnage
Owner, Status changed
8:35 PM Ticket #1216 (Adding arrays working suspiciously) updated by Jon
It's not working because adding arrays is undefined. It actually does nothing atm. $a1 + a2 just leaves you with $a1. If such a feature were implemented, I'm not even sure what the result should be…
7:39 PM Ticket #1249 (Beta documentation errors) updated by Tweaky
I have improve the script. The newest version is here http://www.autoitscript.com/forum/index.php?showtopic=102380&st=0#entry726941 PS: Now you can check the links in the helpfile (activate $21)
7:38 PM Ticket #1229 (Integrate Tweaky's script into the build process.) updated by Tweaky
I have improve the script. The newest version is here http://www.autoitscript.com/forum/index.php?showtopic=102380&st=0#entry726941 PS: Now you can check the links in the helpfile (activate $21)
7:33 PM 15 errors 3.3.1.4 beta - miscellaneous2.txt attached to Ticket #1249 by Tweaky
7:32 PM 14 errors 3.3.1.4 beta - optional is missing.txt attached to Ticket #1249 by Tweaky
7:30 PM 13 errors 3.3.1.4 Beta - related.txt attached to Ticket #1249 by Tweaky
7:26 PM 15 errors 3.3.1.4 beta - miscellaneous.txt attached to Ticket #1249 by Tweaky
7:25 PM Ticket #1249 (Beta documentation errors) created by Tweaky
Errors in the help file for 3.3.1.4 beta
7:07 PM Ticket #1216 (Adding arrays working suspiciously) updated by Nutster
Owner, Status changed
I will investigate. Did you check @Error after the line that tried to add them? […]
7:01 PM Ticket #1240 (FileInstall() Help file clarification.) updated by Nutster
Owner, Status changed
I will investigate and fix if needed.
6:59 PM Ticket #1246 (Broken links in Helpfile) updated by Nutster
Version changed
6:58 PM Ticket #1246 (Broken links in Helpfile) updated by Nutster
Owner, Status, Version changed
I will investigate and fix if needed.
5:05 PM Milestone 3.3.1.4 completed
9:45 AM 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 …

Oct 25, 2009:

7:08 PM Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) updated by danielkza
I run them with F5, that's my default behavior, because most of my scripts don't need Beta versions. But the problem shows up when you're using/editing other people scripts. If that makes any diff, my implementation added ~35 lines only. Thanks anyway.
6:42 PM 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
5:56 PM Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) updated by danielkza
Not all my scripts require the Beta: I find myself running with the wrong version a lot. It would be much more useful when running scripts from others, since you would not need to guess whether you need the Beta or Prod. The issue I have with it is that what makes a script work or fail are the new features used: they'll be in beta for a while, but not forever, and when that change happens, things will break, and they should not. For instance, if I only install final releases (which is the 'default' behavior for most people), I may have a compatible version, but my script will try to run with a Beta I may or may not have: that doesn't sound right to me.
4:51 PM Ticket #1147 (Comparison of numbers against strings gives unexpected results) updated by Valik
Severity changed
Removing the blocking flag. This will not be fixed until later down the road.
4:50 PM Ticket #1231 (strange wildcards behaviour with filecopy) reopened by Valik
Re-opening, not fixed.
3:25 PM Ticket #1247 (Reading the edit of a comboboxEx with style $CBS_DROPDOWN and $WS_VSCROLL) updated by Valik
That script wins my award for most obnoxious script to reproduce a bug ever invented. I think you could have spent another 30 seconds and added a button and hooked it up to read the text rather than prompting with an obnoxious noise making message box.
11:41 AM 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 …
9:56 AM Ticket #1246 (Broken links in Helpfile) created by Rob Saunders <therks@…>
I found the link in the remarks for GUICtrlCreateEdit had an invalid …
9:22 AM Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) updated by Jos
Replying to danielkza: > Setting it to 'B' is not very helpful, unfortunately: I still have to manually select 'Beta Run' and 'Beta Compile' for it to work, and it will stop making much sense when 3.3.2.0 is released. I don't understand what you mean by manually select? How do you run/compile your scripts? I always do F5 to run Prod and Alt+F5 to run the latest Beta. Jos
6:00 AM Ticket #1245 (Last version supporting winnt 4.0) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:36 AM Ticket #1241 (Invalid MsgBox flag cause exit without warning) closed by Valik
Fixed
5:32 AM 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?
5:12 AM 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 …
3:56 AM Ticket #1244 (New AU3Wrapper directive: #AutoIt3Wrapper_MinVersion) created by danielkza
I'm trying to use the currently available directive …
2:35 AM Ticket #1243 (Request @FuncName) updated by Valik
Replying to Jayowee: > And I'll admit that performance issues are more your area of judgment. It's not judgment, it's fact. It's been in the language before and performance suffered as a result. I can think of ways to improve performance but I can't justify any performance hit at all for something that is fundamentally useless. You know at compile time what function a particular piece of code is in. If you can type "ConsoleWrite(@FuncName & @CRLF)" you can just as easily type "ConsoleWrite("MyFunction" & @CRLF)". In theory it would work right and without typing if it's used as the default argument to an optional parameter for a function: […] However, I still assert that since you know at compile time which function will be called you can still type this with only slightly more effort: […]

Oct 25, 2009:

1:48 AM Ticket #1243 (Request @FuncName) updated by Jayowee
Youre right, the example wasn't clear. It's a part of a function I have created called "HotKeyAllowed", wich basically checks if my primary window is active, which would mean that the sent hotkey was intended for my program and not for NotePad or something... But apart from my "personal scripting issues", the debugging usage was still an idea, right? And I'll admit that performance issues are more your area of judgment.
1:30 AM 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.
1:11 AM Ticket #1243 (Request @FuncName) created by Jayowee
A simple request for a @Funcname. It might be usefull for debugging …

Oct 24, 2009:

10:00 PM 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.
6:01 PM Ticket #1242 (GDIPlus Encoder stuff doesn't work.) closed by Valik
Fixed: Fixed in 3.3.1.4 by JP.
3:01 PM Ticket #1231 (strange wildcards behaviour with filecopy) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.4
3:16 AM Ticket #1242 (GDIPlus Encoder stuff doesn't work.) created by Valik
The GDIPlus Encoder stuff doesn't work because a pointer is passed to …
12:03 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by Beege
I did it again.. Line 99 is suppose to be $_ghCallback_FTP = $CallBack_Register

Oct 23, 2009:

9:55 AM msgFlag.zip attached to Ticket #1241 by scriptonize
MsgFlag.zip with example and info about the bug
9:53 AM Ticket #1241 (Invalid MsgBox flag cause exit without warning) created by scriptonize
Hi, I recently discovered this strange behavior of the MsgBox() …

Oct 22, 2009:

11:18 PM _FTP_SetStatusCallback Example.au3 attached to Ticket #1228 by anonymous
11:16 PM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by Beege
@Jpm Here is a complete working example of _FTP_SetStatusCallback(). I also added more comments for clarity. As always let me know if forgot something or can help with anything for autoit.
10:49 AM Ticket #1240 (FileInstall() Help file clarification.) created by Bowmore
The help file does not state that the destination folder must already …
1:47 AM Ticket #1168 (_ExcelBookOpen error on workbooks with hidden sheets) closed by Valik
Fixed: Fixed in version: 3.3.1.4
1:25 AM Ticket #110 (GUICtrlCreateObj controls do not correctly track focus.) updated by Valik
Summary changed
1:24 AM 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).
1:23 AM Ticket #1051 (Au3Check does not detect invalid statement) updated by Valik
Summary changed
1:22 AM Ticket #1234 (Scripting.Dictionary call converting referenced AutoIt booleans to numbers) updated by Valik
Severity changed
1:22 AM Ticket #1239 (AU3Check, #include "..", library scan order.) updated by Valik
Severity changed
1:21 AM Ticket #1231 (strange wildcards behaviour with filecopy) updated by Valik
Severity changed

Oct 21, 2009:

8:06 PM Ticket #1237 (IniRead always return strings) updated by Valik
Replying to danielkza: > Valik, please correct me if I misunderstood it in any way. You're not quite right. This is about the return value on failure when the 4th parameter is returned. In the example above the 4th parameter is passed in as a number but is converted to a string when returned. That means the data was touched. However, IniRead() always returns a string and the touching of the data is to ensure the function matches the description.
6:58 PM Ticket #1237 (IniRead always return strings) updated by danielkza
It was never supposed to return a number. You get the data untouched and it's your job to convert it to whatever datatype you need/want. Automatic conversions would be unpredictable (you can't know what type to expect), and would lead to redundant code: if you want a string in all cases, you'd end up with two conversions instead of none. Therefore, the more reasonable choice, in my view, is let the programmer take care of it. If you want an int., check the result of StringIsInt(). If you want a float, checking for an empty string and using Number() should suffice. Valik, please correct me if I misunderstood it in any way.
6:02 PM Ticket #1147 (Comparison of numbers against strings gives unexpected results) closed by Valik
Fixed: Fixed in version: 3.3.1.4
9:18 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by J-Paul Mesnage
@Beege Thanks for the changes. But I miss a complete working example using _FTP_SetStatusCallBack() that I can include in the doc.
8:00 AM Ticket #1239 (AU3Check, #include "..", library scan order.) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:27 AM Ticket #1167 (_FTP_ProgressDownload crashes) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.4
7:24 AM Ticket #1238 (_FTP_FilePut broken) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.4
6:32 AM Ticket #1237 (IniRead always return strings) updated by xelotiac@…
At last that IP Block is expired, so I only recently answer now. That with the Failed IniRead was only a Feature Request by me. Unfortunately your code wouldn't solve the problem (special function for automatic IniReading, IniWriting decision). This is another story, we finished I think. Instead, I wanted a explanation, why in your opinion the IniRead Return value type is not a bug? Like I demonstrated in my last post, I can't understand this, because IniRead should return a digit, but IsNumber() etc. doesn't recognize it. Thank you for hurry replying and suffering my crappy English :)
6:26 AM Ticket #1239 (AU3Check, #include "..", library scan order.) created by anonymous
AU3Check library scan order for "includeMe.au3" files seems to be: …
6:21 AM Ticket #1167 (_FTP_ProgressDownload crashes) updated by J-Paul Mesnage
can somebody put a working example of _FTP_ProgressDownload()? Thanks
3:31 AM Ticket #1167 (_FTP_ProgressDownload crashes) reopened by Valik
3:21 AM 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 …
3:12 AM Ticket #1167 (_FTP_ProgressDownload crashes) updated by partypooper@…
This bug has reappeared in 3.3.1.3. Line 975 of FTPEx.au3 has: $glen = _WinAPI_MakeQWord($ai_FTPGetFileSize[2], $ai_FTPGetFileSize[0]) ;FileGetSize($s_RemoteFile) It should be: $glen = _WinAPI_MakeQWord($ai_FTPGetFileSize[0], $ai_FTPGetFileSize[2]) ;FileGetSize($s_RemoteFile)

Oct 20, 2009:

10:20 PM Ticket #1237 (IniRead always return strings) updated by Valik
Explanation of what? Why your code sucks? You want to know if IniRead() is successful? […] Problem solved. Otherwise, I do not have any problems with the way IniRead() is implemented nor with how the default parameter functions. The function works fine and the behavior you claim to want is trivial to implement as I've demonstrated. I don't really see where further discussion or explanation is necessary.
10:08 PM Ticket #1237 (IniRead always return strings) updated by xelotiac@…
Can you give an explanation, please? IniRead returns the digit 1 to the variable. Proofing it with IsNumber / IsInt() etc. says you, that the value of the variable is not a number. But obviously, the 1 without quotation mark is defenitely a number in my point of view.
9:46 PM 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.
9:40 PM Ticket #1237 (IniRead always return strings) updated by xelotiac@…
The bug-report was mine, forgotten to mentioned it.
9:39 PM Ticket #1237 (IniRead always return strings) created by anonymous
Hello, IniRead will always return strings: […] Also it would …
5:20 PM Ticket #384 (More extensive testing of RunAs()) updated by Valik
Nope. I've never tested it and I'm 99% sure something is broken in the "almost never used" code path.
5:16 PM 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.
5:11 PM Ticket #384 (More extensive testing of RunAs()) updated by Jon
Can this be closed now, Valik?
4:47 PM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by Jon
Works on windows 7 when run without visual styles. Almost certainly a Win7 bug/change.
4:26 PM 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.
3:19 PM Ticket #1153 (User-defined libraries support with 'Open Include'.) updated by anonymous
nope. and yes this user specific scite4autoit adjustment is working for me.

Oct 19, 2009:

9:21 PM Ticket #1153 (User-defined libraries support with 'Open Include'.) updated by Jos
Have you tried something like this in your SciTEUser.properties? : […] Jos
9:09 PM Ticket #1221 (SciTE has a limitation on properties files) closed by Jos
Fixed: Fixed in version: 3.3.1.4
6:39 PM Ticket #1222 (Porperties) closed by Jos
Works For Me
6:35 PM Ticket #1232 (AU3Check, false error, For $i[array] = ..) closed by Jos
Fixed: Fixed in version: 3.3.1.4
6:00 PM Ticket #1235 (Tidy does not format negative cases properly) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
5:46 PM Ticket #1235 (Tidy does not format negative cases properly) closed by Jos
Fixed
5:45 PM Ticket #1235 (Tidy does not format negative cases properly) updated by anonymous
Fixed in Tidy v2.0.28.7 currently available in the Beta directory. Thanks Jos
4:40 AM Ticket #508 (Static variables) closed by Nutster
Completed: Added in version: 3.3.1.4

Oct 18, 2009:

7:13 PM 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.
7:03 PM Ticket #1199 (GUI is very sluggish with keyboard navigation and screen reader) closed by J-Paul Mesnage
Works For Me
6:23 PM Ticket #1236 (error/extended pass on in "Return function()" case.) created by anonymous
[…] I know, just a other stupid idea. Rant away …
3:22 PM Ticket #1235 (Tidy does not format negative cases properly) created by Nutster
In a Switch statement, a Case with a negative number gets separated …
2:38 PM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by Beege
I forgot one parameter in _FTP_DirPutContents(). The Section that calls itself if is a recursive upload. If $b_RecursivePut Then _FTP_DirPutContents() <<<<<<<<<<<<<<< This needs to also have $l_Context EndIf
11:54 AM Ticket #1199 (GUI is very sluggish with keyboard navigation and screen reader) updated by Jon
I just downloaded the latest NVDA reader (portable version) and the GUI from the example code posted seems to work properly and is very fast. Tabbing and moving the cursor all give instant readings.
11:38 AM Ticket #1212 (AutoIt v2 - web page - typo) closed by Jon
Fixed
9:01 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by Beege
Gary, Here is the script you asked for. I also include some suggestions for the callback. Thanks again and please let me know if theres ever anything else I can do to help!
8:58 AM FTPEx Changes Request.rar attached to Ticket #1228 by Beege
6:53 AM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by J-Paul Mesnage
Owner, Component changed
can you post a script that make the callback being access? Thanks About Doc I was what Wouter designer submitted. As soon a workable solution of defining a callback function we will update it.
4:31 AM Ticket #1233 ("Deep" global variables not treated as global) updated by anonymous
> In other words, AutoIt's global scope isn't global as it is in a language like C++. Very clear now. No compilation phase at all, no init on demand. Thanks.
3:07 AM Ticket #1233 ("Deep" global variables not treated as global) updated by Valik
Replying to jchd: > No I don't suggest such "batch exec of globals", hopefully. Then what are you trying to suggest? You're either asking for all global variables to be initialized before any other code is executed or you're asking for global variables to be in scope but uninitialized. > I'm simply surprised by the error message: > > D:\XL Equit\AutoMAT\Test\scope.au3 (20) : ==> Variable used without being declared.: > ConsoleWrite($unseen & @LF) > ConsoleWrite( ERROR Why? At the point of execution the variable hasn't been declared. Are you surprised when this code throws the same error? […] > What you say seem to imply that the interpretor performs a text search similar to "\bfunc xyz" when it encounters any invokation to xyz(...) but ignores anything else (or there is a table of known function names at compile time). Then the global def will only be "discovered" when the execution arrives there, if ever. > > Is this a (more or less) correct way to grossly describe what the interpretor does? Why are you talking about functions? A function declaration has no side effects. No code is executed when a function declaration is found. That is not true for variables so you're comparing apples to hang-overs. Variables may have no initialization, simple initialization (think constants) or initialization with side effects (variable initialized by the return value of a function). That means there may be no code executed, simple code executed, or complex code executed which may or may not change other state information when a variable declaration is found. That means we cannot just stick a name in global scope without performing it's initialization as well. That will lead to attempts to use uninitialized variables which do nothing more than occupy space to suppress an error message. The variable wouldn't contain the expected value which means the script would have a bug in it. A bug that's almost impossible to find because it doesn't generate an error message, as it does now. I have two suggestions for you. Either replace your calls of "Global" with "Local" and then think about what you see again. Or imagine there is an implicit "Func AutoItMain()" and "EndFunc" around the contents of the file and that AutoIt implicitly invokes "AutoItMain()" for you. In other words, AutoIt's global scope isn't global as it is in a language like C++.
2:22 AM Ticket #1233 ("Deep" global variables not treated as global) updated by jchd
No I don't suggest such "batch exec of globals", hopefully. I'm simply surprised by the error message: D:\XL Equit\AutoMAT\Test\scope.au3 (20) : ==> Variable used without being declared.: ConsoleWrite($unseen & @LF) ConsoleWrite( ERROR What you say seem to imply that the interpretor performs a text search similar to "\bfunc xyz" when it encounters any invokation to xyz(...) but ignores anything else (or there is a table of known function names at compile time). Then the global def will only be "discovered" when the execution arrives there, if ever. Is this a (more or less) correct way to grossly describe what the interpretor does?
12:59 AM 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.
12:37 AM 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 …

Oct 17, 2009:

5:02 PM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) closed by Jon
Fixed: Fixed in version: 3.3.1.4
4:45 PM Ticket #1060 (Run return 0, but failed) closed by Jon
Fixed: Fixed in version: 3.3.1.4
3:10 PM Ticket #1233 ("Deep" global variables not treated as global) created by jchd
The following produces 1 warning and 1 error, both unexpected. […] …
12:53 PM Ticket #1232 (AU3Check, false error, For $i[array] = ..) created by anonymous
[…]
8:47 AM Ticket #1231 (strange wildcards behaviour with filecopy) created by xelotiac@…
Hello, If I use this piece of code for a "abcdef.ghi" file: […] …
1:30 AM Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) closed by Valik
Fixed: Fixed in version: 3.3.1.4
12:57 AM Ticket #1230 (Changes to the build process.) created by Valik
Reminder to myself to make the changes mentioned …
12:53 AM Ticket #508 (Static variables) updated by Valik
Severity changed
12:51 AM Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) updated by Valik
Severity changed
12:51 AM Ticket #1060 (Run return 0, but failed) updated by Valik
Severity changed
12:50 AM Ticket #1083 (ClipPut Function bug or limitation-from ticket 1043) updated by Valik
Severity changed
12:50 AM Ticket #1056 (InetGet rundll32.exe error on Vista / Windows 7 on "Screen-saver" desktop) updated by Valik
Severity changed
12:49 AM Ticket #865 (winhttp.winhttprequest.5.1 ObjEvent unhandled exception.) updated by Valik
Severity changed
12:48 AM Ticket #1168 (_ExcelBookOpen error on workbooks with hidden sheets) updated by Valik
Severity changed
12:47 AM Ticket #1199 (GUI is very sluggish with keyboard navigation and screen reader) updated by Valik
Severity changed
12:47 AM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by Valik
Severity changed
12:46 AM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by Valik
Severity changed
12:45 AM Ticket #1042 (AURecord has problems with save/save as) updated by Valik
Severity changed
12:44 AM Ticket #1222 (Porperties) updated by Valik
Severity changed
12:44 AM Ticket #1147 (Comparison of numbers against strings gives unexpected results) updated by Valik
Severity changed
12:44 AM Ticket #1221 (SciTE has a limitation on properties files) updated by Valik
Severity changed
12:43 AM Ticket #1227 (Beta documentation errors) updated by Valik
Severity changed
12:42 AM Ticket #1229 (Integrate Tweaky's script into the build process.) created by Valik
Just a reminder that I need to integrate …

Oct 16, 2009:

11:17 PM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) updated by Beege
I Should have set component to standard UDF's. Sorry about that.
11:02 PM Ticket #1228 (FTPEx.au3 missing callback parameter for some functions.) created by Beege
Each one of these functions use another function that allows a …
9:44 PM 12 errors 3.3.1.3 beta - miscellaneous.txt attached to Ticket #1227 by Tweaky
9:43 PM 11 errors 3.3.1.3 Beta - related.txt attached to Ticket #1227 by anonymous
9:43 PM 10 errors 3.3.1.3 beta - optional is missing.txt attached to Ticket #1227 by Tweaky
9:42 PM Ticket #1227 (Beta documentation errors) created by Tweaky
Hi, we have translate the english helpfile into german. So we see that …
4:54 PM Ticket #1226 (DateDayofWeek function returns wrong day name) closed by Valik
Fixed: Fixed in version: 3.3.1.4
3:51 PM Ticket #1226 (DateDayofWeek function returns wrong day name) updated by anonymous
I inadvertently failed to update the version to beta 3.3.1.2 thru 3.3.1.3. v3.3.0.0 is OK
3:49 PM Test_dayname.au3 attached to Ticket #1226 by Jimblack
Test for _DateDayOfWeek($iDayNum)
3:48 PM Ticket #1226 (DateDayofWeek function returns wrong day name) created by jimblack
The _DateDayOfWeek($iDayNum) is returning the Dayname + 1, i.e. …
2:03 PM 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.
8:46 AM Ticket #1221 (SciTE has a limitation on properties files) updated by J-Paul Mesnage
Owner, Status changed
8:45 AM Ticket #1147 (Comparison of numbers against strings gives unexpected results) updated by J-Paul Mesnage
Owner, Status changed
8:36 AM Ticket #1154 (ControlClick() and VB.NET compatibility) closed by J-Paul Mesnage
Wont Fix
8:19 AM Ticket #1224 (Type In DLLCall Documentation) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.4
8:17 AM Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.4
7:59 AM Ticket #1075 (scite4utoit beta help activation.) updated by anonymous
seems to be fixed with current 3.3.1.3 beta.
6:55 AM 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.
5:06 AM Ticket #1225 (OperationalError: database is locked) created by anonymous
==== How to Reproduce ==== While doing a POST operation on …
5:06 AM Ticket #1224 (Type In DLLCall Documentation) created by anonymous
In the help file is says […] I believe it should be "set"
4:22 AM Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) updated by anonymous
Replying to Beege: > The example given in the documentation will produce the error I keep getting. I think the problem is originating in _memread() fuction, but im not sure. > > C:\Program Files\AutoIt3\beta\Include\GuiStatusBar.au3 (257) : ==> Subscript used with non-Array variable.: > Local $iBarX = $aRect[0] > Local $iBarX = $aRect ERROR Sorry, not memread(), _GUICtrlStatusBar_GetRectEx() is whats setting @Error.
3:58 AM Ticket #1223 (_GUICtrlStatusBar_EmbedControl() Failing in beta) created by Beege
The example given in the documentation will produce the error I keep …
12:51 AM Ticket #1222 (Porperties) updated by Hypercam J
Never Mind, I realized it's not the file type thats spelled wrong just the Description.
12:45 AM Ticket #1222 (Porperties) created by Hypercam J
Ok, so I just installed the latest version of AutoIt Beta and SciTE …

Oct 15, 2009:

11:23 PM 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.
11:17 PM Milestone 3.3.1.3 completed
9:30 PM Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) closed by Valik
Fixed: Fixed in version: 3.3.1.3
9:16 PM Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) reopened by Valik
6:20 PM Ticket #1218 (Buttons appear flat) updated by J-Paul Mesnage
Owner, Status changed
6:18 PM Ticket #1220 (Sqrt does not return 0 on negative parameter, documentation says otherwise) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.3
5:45 PM Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.3
5:06 PM Ticket #1026 (_Gdiplus_BitmapCreate* functions document wrong resource disposal function) updated by wraithdu
I think maybe you misunderstood my original post. The correct resource disposal function for all _GDIPlus_BitmapCreate* functions is _GDIPlus_BitmapDispose(), with the exception of _GDIPlus_BitmapCreateHBITMAPFromBitmap(). That is the only function which should use _WinAPI_DeleteObject(). Using _WinAPI_DeleteObject() on the other functions will return failure.
4:52 PM 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 …
8:35 AM Ticket #1218 (Buttons appear flat) updated by P5ych0Gigabyte
Replying to Valik: > Turns out the manifests are missing for reasons I can't explain. Nice to see this will be an easy fix. I was thinking it was going to be nightmare to find among the many lines of code.
8:23 AM Ticket #1218 (Buttons appear flat) updated by Valik
Turns out the manifests are missing for reasons I can't explain.
8:14 AM 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 …
8:00 AM Ticket #1219 (Fix TracTicketDelete) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:00 AM Ticket #1218 (Buttons appear flat) updated by Valik
That's... interesting. The buttons look different on XP as well.
6:58 AM Ticket #1219 (Fix TracTicketDelete) created by Valik
Fix the ticket delete plugin so that it doesn't throw an error when …
6:42 AM Ticket #1218 (Buttons appear flat) created by P5ych0Gigabyte
{{{AutoIt:3.3.1.2/X64 (Os:WIN_7/X64 Language:0409 …
6:40 AM 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.
2:18 AM Ticket #1217 (InetGet resume ability) created by downloadresumer
Is there any possibility to add the ability to resume a download with …

Oct 14, 2009:

11:25 PM Milestone 3.3.1.2 completed
11:23 PM Ticket #351 (Reverse PixelSearch) closed by Valik
Completed: Added in version: 3.3.1.2
10:52 PM Ticket #1216 (Adding arrays working suspiciously) created by monoceres
This doesn't seem right to me: […] Output is [1,2]. Optional …
10:36 AM Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) updated by J-Paul Mesnage
Owner, Status changed
3:20 AM Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) updated by Valik
Since JP didn't see fit to explain this, I will. Case-sensitive and case-insensitive groups are not supported with the syntax demonstrated above. Instead, the (?i) option specifier has the following behavior according to the PCRE documentation (this section specifically): > When an option change occurs at top level (that is, not inside subpattern parentheses), the change applies to the remainder of the pattern that follows. If the change is placed right at the start of a pattern, PCRE extracts it into the global options (and it will therefore show up in data extracted by the pcre_fullinfo() function). > > An option change within a subpattern affects only that part of the current pattern that follows it, so Thus, to fix the pattern from martin, it would be: […] Notice that the second pattern contains a (?i) inside the first group. This ensures only the first group is case-insensitive. When that group ends the global behavior is restored (in this case the global behavior is case-sensitive). The "Fixed" resolution is misleading. The only thing fixed was the documentation no longer shows the invalid option specifiers.
2:44 AM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by Valik
Completed: Changed in version: 3.3.1.2

Oct 13, 2009:

9:59 PM Ticket #1214 (InputBox() vs. date macros) updated by anonymous
Ah that clarifies some things. Thanks. I'll post to the forum first next time.
8:36 PM Ticket #1215 (_arrayDisplay() displays incorrectly when pipe character is is present ...) updated by Bowmore
Forgot to add my name to the above report.
8:33 PM 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 …
6:55 PM Ticket #1128 (UDF Addition: _WinAPI_PathFindOnPath) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.2
6:29 PM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) reopened by Valik
Err, please actually read why I reopened this ticket.
6:26 PM Ticket #351 (Reverse PixelSearch) updated by J-Paul Mesnage
Owner, Status changed
6:18 PM Ticket #1118 (Change to _ArrayConcatenate) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
6:08 PM Ticket #1120 (Overwrite hidden system files with FileInstall()) updated by J-Paul Mesnage
Owner, Status changed
6:05 PM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by J-Paul Mesnage
Fixed
6:03 PM Ticket #236 (Neutral language in helpfile) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
6:02 PM Ticket #236 (Neutral language in helpfile) updated by J-Paul Mesnage
The Notepad tutorial #1 will not complete as the opening of the menu is language depend But well I update it too
5:27 PM 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.
5:17 PM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.2
5:01 PM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) updated by Valik
The return value contains a text string describing the error. This is WRONG. The return value should be an empty string.
4:59 PM Ticket #1214 (InputBox() vs. date macros) updated by Valik
It's not confusing if you think about it. The only defined context where the minus operator is defined is with numbers. You cannot subtract strings, for example, so anything that's not already a number will be implicitly cast to a number. However, there is a defined context for strings as well as numbers when using the <, >, <= or >=. If strings are compared then it's a lexicographical comparison. If numbers are passed then a numeric comparison is performed. No implicit cast is performed to number from strings containing numbers because that is an ambiguous case where AutoIt can't determine the correct thing to do.
3:45 PM Ticket #1214 (InputBox() vs. date macros) updated by admin@…
Ok thanks. I'll test that. It's a bit confusing that AutoIt will correctly compute $val1 - $val2 = 3 .
7:17 AM Ticket #1137 (Change RegEnumKey/RegEnumVal error return to be more sensible.) updated by J-Paul Mesnage
Today you already get 2 different @error 1 and -1. In case more information is needed I add @extended setting equal to Windows return code which usely will be 2 and 103
1:08 AM Ticket #1214 (InputBox() vs. date macros) closed by Valik
No Bug: You're comparing two strings. Cast them with Number(). No bug.

Oct 12, 2009:

11:59 PM Ticket #1214 (InputBox() vs. date macros) created by admin@…
I stumbled across an issue while trying to use conditional statements …
9:18 PM Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) updated by Valik
You added a ConsoleWrite() statement in the fix for this. It needs removed.
9:10 PM Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
9:08 PM Ticket #1213 (_GUICtrlListView_AddArray adds a second array incorrect to an existing ...) updated by J-Paul Mesnage
In fact I get 20 21 22 23 24 25 10 11 12 13 14 15 I admit there is a bug that the second is not added but inserted
2:48 PM 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 …
2:00 PM Ticket #1172 (.NET controls in beta 3.3.1.1) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:41 PM Ticket #1172 (.NET controls in beta 3.3.1.1) updated by J-Paul Mesnage
Type changed
I move it to Feature request as it is not a Bug …
12:45 PM Ticket #1004 (_PathFull bug in beta autoit 3.3.1) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
10:24 AM Ticket #1125 (StringRegExpReplace fails for case insensitive group (?i...)) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
9:46 AM Ticket #1093 (StringFormat not work with non-latin symbols in format string) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
8:17 AM Ticket #1154 (ControlClick() and VB.NET compatibility) updated by J-Paul Mesnage
You are failing in what the doc describe the windows must be visible/active for this kind of control. I am not sure we can have a solution to remove this restriction. We don't want to force visibility, it is the user responsability to do it in their scripts.
5:39 AM Ticket #1198 (User tray items auto-checkmarking) updated by J-Paul Mesnage
Owner, Status changed
5:36 AM Ticket #1212 (AutoIt v2 - web page - typo) updated by J-Paul Mesnage
Owner, Status changed
5:35 AM Ticket #1042 (AURecord has problems with save/save as) updated by J-Paul Mesnage
Owner, Status changed
5:34 AM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by J-Paul Mesnage
Owner, Status changed
12:32 AM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by danielkza
Just confirming it's not an issue in OP's machine: I can see the same behavior in Win7 RC too. It works fine on my Vista laptop, though.

Oct 11, 2009:

10:46 PM Ticket #1184 (Remove all fatal errors from functions.) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
10:33 PM Ticket #1051 (Au3Check does not detect invalid statement) updated by Jos
I know i looked at this one for a while and figured that $ is used as a delimiter. Not so sure I can fix this one but will have a look again to see if it can generate a error.
10:30 PM Ticket #1051 (Au3Check does not detect invalid statement) updated by Jos
Owner, Status changed
7:51 PM Ticket #1051 (Au3Check does not detect invalid statement) reopened by J-Paul Mesnage
I reopen I misunderstood the script output
7:49 PM Ticket #1051 (Au3Check does not detect invalid statement) closed by J-Paul Mesnage
Fixed: At least this check is working with the latest AU3Check
7:43 PM Ticket #1042 (AURecord has problems with save/save as) updated by J-Paul Mesnage
I retest the 32-bit version under X64. I works great. The X64 version I mention above is not complete as the dll is not currently available The saving is working fine
8:59 AM Ticket #1058 (Eventlog.au3 in Beta) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
12:00 AM Ticket #1212 (AutoIt v2 - web page - typo) created by Zedna
http://www.autoitscript.com/autoit3/autoit_v2.shtml A […] There …

Oct 10, 2009:

11:21 PM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by Valik
Replying to Jpm: > FileOpen need to support a new mode Update which will allow read and write No it doesn't. AutoIt always opens files in read mode even if they are open in write mode. That isn't the problem at all.
11:03 PM Ticket #1066 (filewrite() not working in mode 16(BinaryMode).) updated by J-Paul Mesnage
FileOpen need to support a new mode Update which will allow read and write
2:02 PM Ticket #1145 (GUICtrlCreateTreeView() steals application focus) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
8:54 AM Ticket #1165 (_GUICtrlComboBoxEx_AddString as 64bit Script) closed by J-Paul Mesnage
Fixed
8:52 AM Ticket #1190 (Clarify case sensivity of some operators) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
8:00 AM Ticket #1198 (User tray items auto-checkmarking) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:53 AM Ticket #1162 (Run ( "wrong file" )) closed by J-Paul Mesnage
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
6:55 AM Ticket #1198 (User tray items auto-checkmarking) updated by J-Paul Mesnage
Is not so magical but yes there is 2 different options that currently have to be understood […] that does not seem too much but well …
6:52 AM Ticket #1198 (User tray items auto-checkmarking) updated by J-Paul Mesnage
Type changed
3:41 AM 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.

Oct 9, 2009:

10:26 PM Ticket #1198 (User tray items auto-checkmarking) closed by J-Paul Mesnage
No Bug: No bug just se the rigth Opt('TrayMenuMode', ...)
8:00 PM Tickets #1134,​1196 batch updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
7:40 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by jchd <jcd@…>
Replying to Nutster: > AutoIt does not have a legal undefined value, like perl or some other languages. You need to explicitly declare a value in [], even if "" or 0. Without more detail of what [] is supposed to do, this is not going to happen. > Sorry but this doesn't sound very consistent with current behavior. E.g. what value is then given to undeclared elements in $aTest[5] = [1] ? Since in the multi-dimension scenario, after first pass you know which is the "convex enveloppe" (max dimensions) of the hole thing, I hardly see your point.
6:26 PM Ticket #1196 (_GDIPlus_BitmapUnlockBits - Memory is not released) closed by J-Paul Mesnage
Fixed: As been fixed with the global verification of MSDN matching type for all Include files
6:16 PM Ticket #1134 (Code cleanup of _FileWriteToLine()) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
6:14 PM Ticket #1134 (Code cleanup of _FileWriteToLine()) updated by J-Paul Mesnage
Type changed
for as demonstrated by MrCreatoR it is more than a bug
6:09 PM Ticket #1164 (FileGetPos() after FileReadLine()) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
5:12 PM Ticket #1211 (Support for Mouse drag operation) closed by Valik
Rejected: Moron.
3:17 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by Nutster
AutoIt does not have a legal undefined value, like perl or some other languages. You need to explicitly declare a value in [], even if "" or 0. Without more detail of what [] is supposed to do, this is not going to happen.
2:00 PM Ticket #1211 (Support for Mouse drag operation) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:35 PM Ticket #1211 (Support for Mouse drag operation) created by anonymous
please provide support for mouse dragging operation.
10:25 AM Ticket #1187 (Fix implementation of FileSetTime()) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2

Oct 8, 2009:

7:31 PM Ticket #1176 (FileSetAttrib with recurse mode 1 not continue when file not found in ...) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
7:13 PM Ticket #1208 (No colored flat Button possible) updated by funkey
thx for information! I will make an (128) owner-drawn flat button(s). ;)
5:58 PM Ticket #1160 (GuictrlcreatePic not displaying over ListView in Win7) updated by J-Paul Mesnage
I don't have access to Windows 7. It would be better that you repproduce under the RTM release. I can just say that it is working under Vista
5:31 PM Ticket #1207 (_GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
5:21 PM Ticket #1208 (No colored flat Button possible) updated by Valik
Lack of detail is never a good thing. You didn't mention you were using the Classic theme and that's a super important detail because BS_FLAT doesn't really change the buttons appearance if the button is themed. Anyway, this is either "no bug" or "won't fix". To draw themed or styled buttons with color is a lot of code (to do it right, anyway). You'll have to figure out how to use an owner-drawn button to do it yourself.
4:44 PM Ticket #1124 (_Date_Time_SystemTimeTo*Str() Errors with bFmt = 1) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
4:39 PM Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) closed by J-Paul Mesnage
Fixed: It is fixed as well ;)
4:38 PM Ticket #1200 (_IEFormElementGetCollection example in helpfile) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
4:31 PM Ticket #1180 (_Date_Time_GetTimeZoneInformation Returned Values) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
4:29 PM Ticket #1177 (Wrong Return values _GUICtrlComboBoxEx_GetCurSel) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.2
8:50 AM Ticket #1208 (No colored flat Button possible) updated by funkey
It's not possible to change the color of a flat button without making it a standard-button. I don't know why this is no bug!?
12:43 AM 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.
12:39 AM 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!
12:00 AM Ticket #1209 (FileOpenDialog will not allow you to specify a folder) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Oct 7, 2009:

11:59 PM Ticket #1209 (FileOpenDialog will not allow you to specify a folder) updated by jmichae3@…
after some testing with the existing FileOpenDialog, not even typing in a path with a \ on the end works, as is stated in the documentation. the dialog stays open with the "Open" button stuck in a loop.
11:45 PM 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 …
11:40 PM Ticket #1209 (FileOpenDialog will not allow you to specify a folder) updated by jmichae3@…
wanted to leave a comment with my email in it. I wrote the feature request.
11:21 PM 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 …
8:56 PM 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.
7:04 PM Ticket #1208 (No colored flat Button possible) created by funkey
Either a flat button or a colored button is possible, not both. […]
10:04 AM Ticket #1198 (User tray items auto-checkmarking) updated by Rob Saunders <therks@…>
If you read the help, it states that 1 is to disable the default menu, so combine 1 with 2. ie: Opt('TrayMenuMode', 1+2)

Oct 6, 2009:

4:38 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by anonymous
> I think I will need the empty brackets after the variable name as a marker that I should be looking for array initializers and that I will need to perform the double scan of the initializer. I was suspecting this, so my initial request was suggesting this form. It's also more similar to C and friends and very intuitive. Do you think you'll be able to generalize to any dimension, as in: […] Also since you are at it, can it be made possible to have empty (sub-dimension) initializers: […] This isn't exactly the same request but it's so close that I don't want to open yet another ticket.
4:07 PM Ticket #1207 (_GUICtrlIpAddress_Set ($hIPAddress, "24.168.2.128") displays 2.128.168.24) updated by anonymous
This should be 4-3-2-1 not 2-1-4-3 in function below within GUIIPAddress.au3 include file Func _GUICtrlIpAddress_SetEx($hWnd, $tIP) If $Debug_IP Then UDF_ValidateClassName($hWnd, $tIP) _SendMessage($hWnd, $IPM_SETADDRESS, 0, _ _WinAPI_MakeLong(BitOR(DllStructGetData($tIP, "Field2"), 0x100 * DllStructGetData($tIP, "Field1")), _ BitOR(DllStructGetData($tIP, "Field4"), 0x100 * DllStructGetData($tIP, "Field3")))) EndFunc ;==>_GUICtrlIpAddress_SetEx
3:56 PM 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 …
11:08 AM Ticket #1206 (UDPRecv Only sees RAW packets with UDPBind) updated by MrBeatnik <palebluecreations@…>
This problem also shows with 3.3.1.1
11:04 AM Ticket #1206 (UDPRecv Only sees RAW packets with UDPBind) updated by MrBeatnik <palebluecreations@…>
The debug information shows: Environment = 3.3.0.0 Compiled under WIN_VISTA X86
11:03 AM UDPSend.au3 attached to Ticket #1206 by MrBeatnik <palebluecreations@…>
This is the sending script. Need to change IP address.
10:58 AM UDPListen.au3 attached to Ticket #1206 by MrBeatnik <palebluecreations@…>
This is the receiving script - listening for UDP packets.
10:58 AM 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 …

Oct 5, 2009:

10:25 PM Ticket #1186 (native support of array "slices" as Lvalue and Rvalue) updated by Nutster
Owner, Status changed
I can see how to do the RValue version of this feature, but because of the way that arrays are stored internally, I do not see the LValue modifications as being practical. I mean, I can clearly see the use for the LValue version, but its would be too much of a pain to implement. Accepting RValue version of dimensional slicing.
10:17 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) updated by Nutster
Owner, Status changed
In order to make the initialization assignment efficient, the variable gets created first, then the initialization values are assigned to the array elements directly. In order to allow this syntax, […] the initializer would need to be read twice, once to determine its size and a second time to assign the values to the array. I will investigate how to do this in a most practical and efficient manner. I think I will need the empty brackets after the variable name as a marker that I should be looking for array initializers and that I will need to perform the double scan of the initializer. […] This version will not be happening.
10:00 PM Ticket #1205 (Dim / ReDim / Static optimization) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
8:55 PM Ticket #967 (Inet functions need to support FTP through a proxy.) closed by Valik
Completed: Added in version: 3.3.1.2
8:10 PM Ticket #1205 (Dim / ReDim / Static optimization) created by Nutster
Optimize how Dim, ReDim and Static are implemented.
7:19 PM Ticket #1192 (Tidy.exe crashes - when long strings are assinged again?) closed by Jos
Works For Me
5:12 PM Ticket #1033 (UDF's missing @error checks after DLLCalls()) closed by Valik
Fixed: Fixed in version: 3.3.1.2

Oct 4, 2009:

8:37 PM Ticket #1198 (User tray items auto-checkmarking) updated by BinaryBrother
Using Opt('TrayMenuMode',2) causes "Script Paused" and the default Tray-items for an AutoIt script to be shown in my tests. I didn't manage to disable the checks at all, without causing defaults to be added to the tray menu. AutoIt Ver.: 3.3.1.1 NT 6.1 (Windows 7) x64
5:57 PM 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.