Timeline



Apr 16, 2012:

8:51 PM Ticket #2174 (Code error in _StringInsert() - but in my opinion it should not be) updated by Valik
Should we modify AutoIt so that the following generates a syntax error? […] That would be stupid, right? So why then should _StringInsert() treat inserting an empty string as an error? It's a harmless - albeit pointless - operation.
6:44 PM Ticket #2174 (Code error in _StringInsert() - but in my opinion it should not be) updated by BrewManNH
How do you insert nothing (e.g. "") into a string? If it sets @error and tells you that the string was empty, then you can use error checking to see that your insert was empty and the result is the original string. This will at least tell the coder that they are attempting something that didn't work as expected because their string was empty. I can see having it accept an empty source string, but I don't see why you'd want an empty insert string to be legitimate. Differing opinions I suppose, but with @error, you're getting feedback that something went wrong.
6:10 AM Ticket #2183 (bitand not 64-bit,or 64-bit version not offered, srandom not 64-bit) closed by Valik
No Bug: If you can't be bothered to follow ticket guidelines then I can't be bothered to care about your ticket. Closing as no bug.

Apr 15, 2012:

2:17 PM Ticket #2183 (bitand not 64-bit,or 64-bit version not offered, srandom not 64-bit) updated by AdmiralAlkex
Did you try the flag parameter of Int()? Also read the ticket guidelines again. 3.3.6.1 is NOT the latest version.
6:26 AM Ticket #2183 (bitand not 64-bit,or 64-bit version not offered, srandom not 64-bit) updated by jmichae3@…
I also don't see any functions which convert a normal 64-bit integer into a 32-bit integer.
6:06 AM au3bug2183.au3 attached to Ticket #2183 by jmichae3@…
better test program that shows sequence and problem
5:04 AM Ticket #2183 (bitand not 64-bit,or 64-bit version not offered, srandom not 64-bit) created by jmichae3@…
SRandom is not 64-bit. bitand and similar functions are not 64-bit. …

Apr 14, 2012:

11:49 PM Ticket #2173 (_StringProper doesn't capitalize correctly) updated by BrewManNH
Your function is definitely better for Unicode characters. I have no experience with capitalization of Unicode, so I just took the original function and modified it. I agree that mine was more in line with a Title Case function than with the Proper function, and mentioned that in my last update. If anyone wants to add it to the string.au3 as _StringTitleCase instead of replacing _StringProper, feel free to treat this as a feature request for that instead. Although, in my opinion, the current version of _StringProper is rather limited in it's usage because of it's inferior output when dealing with real world strings. After all, what's the point of using proper on a string like "she's all 'that' I, want" and having it come out the way that _StringProper outputs it? Just my 2 cents on it. If there were some way to modify the version I posted here that would allow it to deal with unicode, then of course, that should be done.
8:16 PM Ticket #2166 (StringToASCIIArray() incorrect handling of parameter) closed by Valik
Fixed: Fixed by revision [6943] in version: 3.3.9.5
8:03 PM Ticket #2043 (IniRead, IniReadSection don't access ,INI files from mapped drives) closed by Valik
Works For Me: Everything works fine for me whether I access through the mapped drive, the remote share or the local drive. Closing as works for me.
7:54 PM Ticket #2061 (Rewrite OS_Version class) closed by Valik
Completed
7:54 PM Ticket #2061 (Rewrite OS_Version class) updated by Valik
This ticket is referenced in revision: [6941]

Apr 13, 2012:

2:14 PM Ticket #2173 (_StringProper doesn't capitalize correctly) updated by jchd
My (simpler) take works for full Unicode range without locale specials: […] Set Scite console to Unicode (65001) for correct display. If you embark in dealing with Mc* and Mac* then you'll have to properly deal with specifics for every language/script in the world (which is MUCH larger than US, UK, IE, AU, NZ, ...). Roman numerals are way too ambiguous: what if I really call Cliv Mill? Also folks, please note that titlecase != propercase
4:55 AM Ticket #2089 (_IEFormSubmit gives WEnd^ ERROR) updated by anonymous
I tried again with the patch IE.au3 today as follow: 1. added to my program code "_IELoadWaitTimeout(10000)" 2. when calling _IEFormSubmit(), program just wait until timeout then it print out the following error: --> IE.au3 V2.4-0 Error from function _IELoadWait, $_IEStatus_GeneralError (Invalid Error Status - Notify IE.au3 developer)

Apr 12, 2012:

10:43 PM Ticket #2174 (Code error in _StringInsert() - but in my opinion it should not be) updated by jchd
Inserting an empty string should definitely NOT set @error. An empty string is not "nothing to qork with" but a perfectly legitimate string. That's IMHO. I'd even would rather the function be: […] I find this much more consistent with generic AutoIt expressions using Variant "variance" (e.g. like True & "abc" & 456 which doesn't bark about True and 456 not being strings).
8:39 PM Ticket #2089 (_IEFormSubmit gives WEnd^ ERROR) updated by michael_spellman1985@…
Dear thtioxine@… I tested with your patch and the result is: There is no error thrown but the problem is that function call _IEFormSubmit() could not return and the program just hang at that line.

Apr 11, 2012:

7:32 PM Ticket #2182 (The real "ContinueCase") closed by Valik
Rejected: It is not clear what you are trying to convey. The behavior for ContinueCase is fine and matches other languages which normally fall through by default. We do the opposite, we break by default and allow a fall through mechanism. If you have some other usage scenario that requires additional behavior then you are almost certainly using the wrong conditional testing block.
10:11 AM Ticket #2182 (The real "ContinueCase") created by asdf8
You can add an optional mode of the operator "ContinueCase" for real a …

Apr 10, 2012:

5:43 PM Ticket #2174 (Code error in _StringInsert() - but in my opinion it should not be) updated by BrewManNH
[…] The first one works without any errors for me. Are you saying it should or it shouldn't give you an error? The second one doesn't make a lot of sense, "" may be regarded as a string, but why would you ever try to insert a string with nothing in it? I think that if the string is sent as "", it should be reported as an error because the length of the string is 0, which means you sent the function nothing to work with. Also, if you send it the source string as "" you're not adding anything to an existing string you might as well just use the second parameter as the string, because that's what you'd get back if it worked as you wanted it to.
5:19 AM Ticket #2179 (Aut2Exe\Aut2exe.exe /pack) updated by anonymous
With v3.3.9.4 it is working again, thanks
1:05 AM Milestone 3.3.9.4 completed
1:00 AM Ticket #2180 (Aut2Exe won't create .exe when using icon) updated by Valik
This is fixed in 3.3.9.4 by reverting the change that caused the problem. We are leaving this ticket open until a proper fix can be implemented in Aut2Exe.
12:11 AM Ticket #2181 (WinWaitActive() doesn't necessarily return active window) updated by nf9b9d5ka4@…
Some discussion about this on the forum: http://www.autoitscript.com/forum/topic/139422-controlgetpos-works-matching-window-title-but-not-class/
12:05 AM Ticket #2181 (WinWaitActive() doesn't necessarily return active window) created by nf9b9d5ka4@…
It appears that if there are multiple windows that match the arguments …

Apr 9, 2012:

9:33 PM Ticket #2029 (Array and variable handling / suggestion) updated by Shaggi
Replying to Valik: > References may be added someday but there are no plans to do so. If references are added it won't be tied to arrays, it will be a general mechanism that works with any variable. Sounds good. > > As for accessing nested arrays... it wouldn't work how you think. I would love to add the syntax and indeed it's really no different than allowing StringSplit("a,b", ",")[1] which we now support. However, the key point in the StringSplit() example and in nested array access is that what you really access is a temporary object. Nested arrays would be read-only. Attempts to write to them would write to the temporary object which would be discarded at the end of the statement. > > I know what you want to ask, can't you just make the temporary reflect back to the stored version when writing? Yes, in theory. However, that opens a can of worms because at first glance other more complex examples of using temporaries would also benefit from the temporary being reflected even though that behavior would be incorrect in those cases. Alright & thanks - I appreciate the thorough explanation :)
8:03 PM Ticket #2029 (Array and variable handling / suggestion) updated by Valik
References may be added someday but there are no plans to do so. If references are added it won't be tied to arrays, it will be a general mechanism that works with any variable. As for accessing nested arrays... it wouldn't work how you think. I would love to add the syntax and indeed it's really no different than allowing StringSplit("a,b", ",")[1] which we now support. However, the key point in the StringSplit() example and in nested array access is that what you really access is a temporary object. Nested arrays would be read-only. Attempts to write to them would write to the temporary object which would be discarded at the end of the statement. I know what you want to ask, can't you just make the temporary reflect back to the stored version when writing? Yes, in theory. However, that opens a can of worms because at first glance other more complex examples of using temporaries would also benefit from the temporary being reflected even though that behavior would be incorrect in those cases.
7:49 PM Ticket #2179 (Aut2Exe\Aut2exe.exe /pack) closed by Valik
Duplicate: This is a duplicate of #2180. I know what the problem is and it will be fixed soon.
7:43 PM Ticket #2180 (Aut2Exe won't create .exe when using icon) updated by Valik
I cannot recreate your problem, however, I did discover a related problem. When I try to use an icon and UPX the file I'm getting an error from UPX about superfluous data between sections. If I use /nopack then the script compiles just fine. I know what caused this, I just need to discuss with trancexx the best way to fix it.
7:09 PM Ticket #2029 (Array and variable handling / suggestion) updated by Shaggi
Replying to trancexx: > > Number 2 is not sensible request. If you want (and absolutely need) two variables referencing the same data then don't use array, use dllstruct type. > > Number 3 is syntax mess considering current syntax rules for accessing arrays. Plus what's said already. > > Anonymous's suggestion is bad from several aspects one of which is creating exception of rules. > Well i dont know, references are good for a lot of stuff imo. Looking at your old source it seems your variant supports references to others. As for three, it doesn't change the syntax in any way - only allows for direct access to these references or temporary variables, much like number 1? > Rejecting all. :/ > Small correction. Number one will be part of new beta. good to hear you're looking at 1 though, looking forward to it.
6:42 PM Ticket #2180 (Aut2Exe won't create .exe when using icon) created by BrewManNH
Whenever I try to create an exe file, even as a test, using 3.3.9.3, …
4:10 PM Ticket #2179 (Aut2Exe\Aut2exe.exe /pack) updated by anonymous
upx.exe version is 3.8.0.0 and it comes with your autoit-v3.3.9.3-sfx.exe
11:57 AM Ticket #2179 (Aut2Exe\Aut2exe.exe /pack) updated by trancexx
Check version number of your upx.exe. Are you using upx that comes from us or something else? I cant reproduce the issue. In your next message include more information about your system and everything else that could help fixing your problem.
10:52 AM Ticket #2179 (Aut2Exe\Aut2exe.exe /pack) created by anonymous
Since 3.3.9.3 the /pack switch (which is the default) of Aut2exe.exe …
3:19 AM Ticket #1158 (Global update the WinAPI.au3 library) updated by Valik
Owner, Resolution, Milestone changed
Added by revision [6909] in version: 3.3.9.3
3:02 AM Milestone 3.3.9.3 completed

Apr 8, 2012:

10:08 PM Ticket #2178 (problem with error) closed by trancexx
Duplicate: Please read guidelines for posting here (that red box above the typing area on New Ticket page). If you have then you would shortly after saw that this was reported and fixed some time ago. You would also use correct formatting for the code you post, etc... I'm writing that first sentence often lately.
9:18 PM Ticket #2178 (problem with error) updated by anonymous
The component is Au3Chech, I thougth I have choosen this component, sorry for that.
9:09 PM Ticket #2178 (problem with error) created by anonymous
I'm getting the error "missing separator character after keyword" with …
11:06 AM Ticket #2173 (_StringProper doesn't capitalize correctly) updated by amarcruz
I finished another version of _StringProper. Please, run this code and tell me what you think: […]
7:25 AM Ticket #2177 (autoit does not work correctly with Microsoft Calculator) closed by trancexx
No Bug: Please read guidelines for posting here. They are hard to miss (that red box above the typing area on New Ticket page). Anyway, there is no bug here, it's only you. Think think.
7:12 AM Ticket #2029 (Array and variable handling / suggestion) updated by trancexx
Small correction. Number one will be part of new beta.
7:10 AM Ticket #2177 (autoit does not work correctly with Microsoft Calculator) created by thucdat@…
The following taken from the examples with change from multiplication …

Apr 7, 2012:

11:40 PM Ticket #2173 (_StringProper doesn't capitalize correctly) updated by BrewManNH
I have figured out the way to correctly capitalize a string that has within it, single or double quoted string so that the first letter after the single/double quote is capitalized, but if the quote mark is inside of a string it won't do that. Here's the updated function and the original _StringProper function to compare the results. […] The ONLY thing that needed to be changed was to remove the the single quote mark in the first Case statement in the Switch. Here's the output from the script as it's written. […] As you can see, this string contains single and double quoted strings inside the string plus an apostrophe + s in the word She's, and as you can also see, this function correctly capitalizes everything that it should. Instead of "fixing" the _StringProper function, you could add this as a _StringTitleCase function to the String.au3 collection, so that the original _StringProper isn't affected because it is working as it's described. Just a thought.

Apr 6, 2012:

9:55 PM Ticket #2173 (_StringProper doesn't capitalize correctly) updated by BrewManNH
I'm not sure if it's a bug, or just a limitation of how it is currently written. It currently is described, in the help file, "same as =Proper function in Excel". If you put the same sentence into Excel with =Proper as the format for that cell, "she's" will come out the same as using _StringProper does, "She'S" and "10th" will come out as "10Th". So, it looks like it's working as it's described in the help file. So that's why I put it in as a feature request, to enhance the function to actually capitalize the first letter of each word. Although, there is a limitation that I didn't think about when I first wrote this, if there's a single quoted string in a string, the first letter of that quoted part won't get capitalized. Not sure how to go about fixing that limitation, due to the way that _StringProper checks the string one character at a time, and there's no way for it (currently) to know if the ' is at the beginning of a word, or inside of one. BTW, the comma part that I mentioned in the initial post is incorrect, there's no reason for the W to not be capitalized, and that's why I posted the corrected version with the comma removed from the RegEx.
7:53 PM Ticket #2173 (_StringProper doesn't capitalize correctly) updated by trancexx
BrewManNH are you feature-requesting a bug fix? Or am I reading this wrong?

Apr 5, 2012:

7:09 PM Ticket #2176 (DllCallbackRegister crash on x64) closed by trancexx
Fixed: Fixed by revision [6896] in version: 3.3.9.3
1:51 PM Ticket #2176 (DllCallbackRegister crash on x64) created by Melba23
As requested by trancexx …
3:04 AM StringProper_Test.rar attached to Ticket #2173 by amarcruz
_StringProper performance & functional tests.
3:03 AM ___StringProper.au3 attached to Ticket #2173 by amarcruz
_StringProper() enhanced version
3:03 AM Ticket #2173 (_StringProper doesn't capitalize correctly) updated by amarcruz
Hi, BrewManNH English is not my lenguage, but I think "I,Was" is not correct. I'm wrong? Anyway, I write an enhanced version of _StringProper. This is 40%-45% faster (I mean less slow :-)) and support things like "O'Brain", "McCartney", "L'Amoure", Roman Numerals (I, III, IV, etc), and lower letter recognized by IsLower(). The prefix list is "D'", "O'", "L'", and "Mc", but you know more about this, in Spanish (my language) this is not used. Please, play the code, I'm attaching performance and functional tests.

Apr 4, 2012:

7:41 PM Ticket #2175 (IF require ENDIF with "ContinueLoop") closed by trancexx
Duplicate: Please read posting rules next time. You did everything wrong.
3:19 PM Ticket #2175 (IF require ENDIF with "ContinueLoop") created by anonymous
For $j = 0 to 5 If $j = 3 Then ContinueLoop Next ==> …
8:55 AM Ticket #2174 (Code error in _StringInsert() - but in my opinion it should not be) updated by anonymous
I forgot, another inconsitence: in _StringInsert, $i_position parameter is base 0, not 1. Help don't say that.
8:43 AM StringInsertNEW.au3 attached to Ticket #2174 by amarcruz
_StringInsert, corrected & minor improved version
8:43 AM Ticket #2174 (Code error in _StringInsert() - but in my opinion it should not be) created by amarcruz
In Line# 270 of String.au3 (6 of _StringInsert()) {{{ElseIf …

Apr 3, 2012:

9:07 PM Ticket #2173 (_StringProper doesn't capitalize correctly) updated by BrewManNH
Correction to the code above, added a comma in there that shouldn't be there. Here's the corrected code: […]
8:50 PM _StringProper.au3 attached to Ticket #2173 by BrewManNH
Modified version of _StringProper
8:49 PM Ticket #2173 (_StringProper doesn't capitalize correctly) created by BrewManNH
The original _StringProper function doesn't correctly capitalize …
6:00 AM Ticket #2172 (_StringRepeat addition, increments performance with higher count) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:30 AM Ticket #2172 (_StringRepeat addition, increments performance with higher count) updated by amarcruz
I forgot, that's useful when you want to fill a large buffer for write to a file (2k+ ID3 tag padding, filled with 0's).
5:21 AM StringRepeat_Test.rar attached to Ticket #2172 by amarcruz
Performance & functional test for new version of _StringRepeat
5:20 AM Ticket #2172 (_StringRepeat addition, increments performance with higher count) created by amarcruz
Hi, _StringRepeat is efficient, but its performance degrades with high …

Apr 2, 2012:

8:16 PM Ticket #2089 (_IEFormSubmit gives WEnd^ ERROR) updated by thtioxine@…
Hello, The problem just _IELoadWait and _IEGetObjectType function In _IELoadWait, AutoIt Errror is recorded by the instruction _IEInternalRegister (Line 551) Then, line 560, there is a call at _IEGetObjectType In this function, we also _IEInternalRegister, but especially in the end we make _IEInternalDeRegister that resets AutoIt Error to its initial value Result: No functionality to trap COM errors In Pj : IE.zip (Correction for this ticket)
8:13 PM IE.zip attached to Ticket #2089 by anonymous
Correction for this ticket
4:24 PM Ticket #2170 (_ArrayDisplay fails handling arrays with no elements) closed by guinness
Fixed: Fixed by revision [6887] in version: 3.3.9.3
1:34 PM Ticket #1551 (Crash the script when changing array) closed by trancexx
Fixed: Fixed by revision [6886] in version: 3.3.9.3

Apr 1, 2012:

10:25 PM Ticket #2029 (Array and variable handling / suggestion) closed by trancexx
Rejected: Number 1 may seem like a good thing but really it should be this: […] Number 2 is not sensible request. If you want (and absolutely need) two variables referencing the same data then don't use array, use dllstruct type. Number 3 is syntax mess considering current syntax rules for accessing arrays. Plus what's said already. Anonymous's suggestion is bad from several aspects one of which is creating exception of rules. Rejecting all.
7:43 PM Ticket #2170 (_ArrayDisplay fails handling arrays with no elements) updated by trancexx
Component, Summary changed
7:03 PM Ticket #2169 (Array Length / suggestion) closed by Valik
Rejected
2:41 PM Ticket #1566 (Array as its own element issue) closed by trancexx
Fixed: Fixed by revision [6885] in version: 3.3.9.3
1:07 PM Ticket #2170 (_ArrayDisplay fails handling arrays with no elements) updated by trancexx
That variable is array, so IsArray() is fine. _ArrayDisplay() needs to check for situations like this.
3:57 AM Ticket #2171 (Inconsistent delay for TCPTimeout option) created by ripdad
A timeout of 1000ms and higher causes a sleep delay. Delay time …
3:34 AM Ticket #2170 (_ArrayDisplay fails handling arrays with no elements) created by ripdad
When trying to view with _ArrayDisplay, array.au3 crashes at: Line …
12:00 AM Ticket #2169 (Array Length / suggestion) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Mar 31, 2012:

11:45 PM Ticket #2169 (Array Length / suggestion) updated by guinness
Do you mean something like this >> http://www.autoitscript.com/forum/topic/19370-autoit-wrappers/page__view__findpost__p__975602
10:46 PM Ticket #2169 (Array Length / suggestion) created by amarcruz
All who have some knowledge of VB are confused by the behavior of …

Mar 30, 2012:

9:31 PM Updown.png attached to Ticket #2168 by Emiel Wieldraaijer
Problem displayed by image
9:31 PM Ticket #2168 (Updown control displayed on wrong TAB) created by Emiel Wieldraaijer
Hi, The Updown is displayed on the wrong tab at start, when you …
9:07 PM Ticket #2167 ($WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) updated by Valik
Replying to Emiel Wieldraaijer: > I believe there is a bigger problem. Yeah, there is. That problem is the GUI code is shit from top to bottom.
8:38 PM Ticket #1191 (Make explicit size of arrays optional when have explicit initialization) closed by trancexx
Completed: Added by revision [6882] in version: 3.3.9.3
2:35 PM Ticket #2167 ($WS_EX_LAYOUTRTL and GUICtrlCreateMenu causes bug) created by Emiel Wieldraaijer
When using $WS_EX_LAYOUTRTL in combination with GUICtrlCreateMenu …
4:48 AM Ticket #2166 (StringToASCIIArray() incorrect handling of parameter) created by amarcruz
#cs In this code, StringToASCIIArray second parameter "start" is 10 …

Mar 29, 2012:

8:59 AM Ticket #2165 (_GUICtrlRebar_SetBandIdealSize bug) created by anonymous
#include <GuiConstantsEx.au3> #include <GuiReBar.au3> #include …

Mar 28, 2012:

7:00 PM Ticket #2139 (_GUICtrlIpAddress_Create can't put 3 numbers) updated by TalivanIBM <talivanibm@…>
Thanks some time ago started to work fine, i don't know why...... Sorry!
8:22 AM Ticket #2163 (_ExcelBookClose dont work correctly on _ExcelBookAttach on more than ...) updated by bogQ
tested problem on other comp under XP SP3 under Excel 2007, identical results
7:17 AM Ticket #2160 (DllStructGetStruct() - new function) closed by trancexx
Rejected: Few days should have been enough time to think of something.
12:00 AM Ticket #2164 (Binary type need more functions) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Mar 27, 2012:

11:58 PM Ticket #2164 (Binary type need more functions) created by anonymous
BinaryFromArray & BinaryToArray (with parameter for element size in …
5:11 PM Ticket #2163 (_ExcelBookClose dont work correctly on _ExcelBookAttach on more than ...) created by bogQ
tested on XP SP3 under Excel 2002 Short script […] the identical …
9:10 AM Ticket #2162 (Documentation broken-link/typo) closed by guinness
Fixed: Fixed by revision [6879] in version: 3.3.9.3
4:03 AM Ticket #2162 (Documentation broken-link/typo) created by anonymous
http://www.autoitscript.com/autoit3/docs/libfunctions/IE%20Management.h

Mar 26, 2012:

3:32 PM Ticket #2161 (DllStructs Corrupted When Returned In Array.) updated by anonymous
Alrighty, makes sense. I was operating under the assumption that autoit would preserve the structure (or the parts of the structure) as long as there was an active "pointer" being used. (This may or may not be worth adding to the documentation) Since it was so sporadic when called in a loop, I just assumed it was data corruption. It's obvious now that I know, I just didn't make the connection. Thanks for the help. And for anyone it might help, this solves the issue. […]
7:45 AM Ticket #2161 (DllStructs Corrupted When Returned In Array.) closed by trancexx
No Bug: $lBuffer is structure on local scope. After function returns that struct is destroyed, occupied memory space freed. Structure that you export is created at place of mentioned local struct - remember that no allocation is done if you pass memory pointer as second parameter for DllStructCreate() function. It's expected that your data is corrupted. You probably want to copy data from one struct to another. It's not that hard to achieve that, just think more. If you would fail use the forum for help. Also, even though it's not a requirement it would be nice if you weren't anonymous. Being anonymous is lame. How do I know you aren't some serial killer? I probably shouldn't talk to you :P
7:39 AM Ticket #2161 (DllStructs Corrupted When Returned In Array.) updated by J-Paul Mesnage
Can you post a complete script as for instance the $mMakeAgentArray is not defined when entering the Func? It is always better toa sk to the forum first before submitting track report.
1:29 AM Ticket #2029 (Array and variable handling / suggestion) updated by anonymous
+1 ...and literal arrays? Local $a = ACreate() Func ACreate() Return ['1','2','3'] EndFunc

Mar 25, 2012:

12:00 AM Ticket #2160 (DllStructGetStruct() - new function) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Mar 24, 2012:

10:41 PM Ticket #2161 (DllStructs Corrupted When Returned In Array.) created by anonymous
When returning an array of DllStructs, they will sometimes be …
7:49 PM Ticket #2160 (DllStructGetStruct() - new function) updated by trancexx
Why and how would that be useful? Be to the point now please.

Mar 24, 2012:

10:00 PM Ticket #2160 (DllStructGetStruct() - new function) created by Yashied
Is it possible to add a new function to retrieve the source …

Mar 21, 2012:

5:29 PM Ticket #2089 (_IEFormSubmit gives WEnd^ ERROR) updated by Drapdv
Hey guys, for what it's worth, I had a script that ran fine for over a year, then I upgraded to 3.3.8.1 and it started crashing inside a While/WEnd loop. It was bad scripting on my part, but it still shouldn't have caused the error: While 1 If ...something... ElseIf ...another thing... EndIf ContinueLoop WEnd It would hit "ContinueLoop" and say that it must be called inside a loop... Also, the offending function, _IELoadWait, is exactly the same as it was a year ago, so how would that be causing an error now?

Mar 20, 2012:

6:10 AM Ticket #2159 (Mistake in "Running under Windows 64-bit Edition") closed by Valik
No Bug: Turn off redirection and you will see the real path. Windows maps the SYSWOW64 directory to system32 for 32-bit processes with redirection enabled. The files really do live in SYSWOW64, though. No bug here, documentation is correct if a bit misleading.
12:20 AM Ticket #2159 (Mistake in "Running under Windows 64-bit Edition") updated by MrCreatoR <mscreator@…>
Replying to Jpm: > Unless there is a real mistake in the AutoIt code , Doc is OK as MS choose to keep system32 to store all x64 .dll and when running a 32-Bit application they are referencing the syswow64 dir for the needed .dll > For me there is no bug Strange, i run under 32-Bit system: […] and i got «C:\Windows\system32», so i supose under x64 i will get syswow64, or still system32 because it's 32-application?

Mar 19, 2012:

11:20 PM Ticket #2159 (Mistake in "Running under Windows 64-bit Edition") updated by J-Paul Mesnage
Unless there is a real mistake in the AutoIt code , Doc is OK as MS choose to keep system32 to store all x64 .dll and when running a 32-Bit application they are referencing the syswow64 dir for the needed .dll For me there is no bug
7:56 PM Ticket #2159 (Mistake in "Running under Windows 64-bit Edition") created by MrCreatoR <mscreator@…>
In the "Running under Windows 64-bit Edition" section in help file …
Note: See TracTimeline for information about the timeline view.