Timeline



Jan 6, 2012:

9:05 PM Ticket #2092 (ShellExecuteWait() receiving incorrect error levels on Windows XP.) created by Daniel_Freer@…
Description: Executing a file through ShellExecuteWait() will result …
2:52 PM Ticket #1772 (InetGet reload from the remote site) updated by J-Paul Mesnage
In fact I conduct experiment with some accessible file under www.autoitscript.com and it was successful provided you wait the end of the download. The first example is asking for a background download so sometime is needed before completion. my environment is 3.3.8.0 (Language:040C Keyboard:0000040C OS:WIN_7/Service Pack 1 CPU:X64 OS:X86)
2:34 PM Ticket #1772 (InetGet reload from the remote site) updated by J-Paul Mesnage
Not sure to understand, with the first script I get a file whose time is changing. That does not mean it has been updated as the contain is the same. Cannot you update the link so it will point to a real changing file. Thanks
12:09 PM Ticket #1772 (InetGet reload from the remote site) updated by TheGeneral
I'm running AutoIt version 3.3.8.0 and got the same problem. I wrote a script to check a website's source code modification. I tried to use InetGet, InetRead and _InetGetSource (which uses InetRead with force reload parameter). I put all of these functions inside an infinite while loop, displaying the source. I executed the program with the correct IP for the hostname. Changing the hosts file (@WindowsDir\system32\drivers\etc) in order to redirect the hostname to localhost (127.0.0.1), the source code displayed does not vanish. Only when I reboot the program, it is possible to get a null source code. It is not a Windows issue, my browser cannot load the page with disabled cache.

Jan 5, 2012:

10:51 PM Ticket #2087 (IniWrite & IniReadSection bug) updated by anonymous
Help-file says that if you read quoted text from ini file - quotes go away because they are simply used for values containing whitespaces. But when reading section with quoted values - you get quote signs. Help file doesn't say a word about that. I don't think that it's help-file bug, rather it's the IniReadSection bug.
7:59 PM Ticket #2091 (Au3Check and non-ANSI files) updated by Jos
BOM Check with proper error notification added to au3check. Support/workaround for files with BOM is already implemented in AutoIt3Wrapper. Jos

Jan 4, 2012:

11:46 PM Ticket #1760 (#OnAutoItStartRegister, ignores single quoted function names.) reopened by Valik
Re-opening. We should do this because it's expected that strings can be single- or double-quoted.
10:01 PM Ticket #1397 (HotKeySet not working when default keyboard layout set as non-english) updated by MrCreatoR <mscreator@…>
Here is the fix i use: […]
9:57 PM Ticket #1397 (HotKeySet not working when default keyboard layout set as non-english) updated by MrCreatoR <mscreator@…>
And again, it's not fixed.
7:43 AM Ticket #2083 (AU3Record.exe error "missing MSVCR100.dll" when trying to run it) updated by J-Paul Mesnage
In fact the adaptation to Visual studio 10 linkage was wrong. <StringPooling> has been set to true with no real reason
6:23 AM Ticket #2083 (AU3Record.exe error "missing MSVCR100.dll" when trying to run it) updated by Chris D
May be due to the use of a x86-64 OS install, while the user has chosen to use x86 version of software. Solved by installing Visual C++ 2010 package for x86 (http://www.microsoft.com/download/en/details.aspx?id=5555) on a x86-64 box.
1:11 AM Ticket #2091 (Au3Check and non-ANSI files) updated by Valik
Version changed
1:11 AM Ticket #2091 (Au3Check and non-ANSI files) created by Valik
Au3Check silently passes any non-ANSI file giving the illusion it has …

Jan 3, 2012:

12:40 PM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) updated by trancexx
Description, Summary changed
8:49 AM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) updated by anonymous
Okay, I'm fine with your decision. So, if someone has an array with e.g. 10 columns, but he defines only 4 columns in the header parameter, he we'll only see those 4 columns displayed by _ArrayDisplay. FMPOV, this is a risk, because the function is a "debugging function" which should show as much information as possible (the complete array at all times). Anyhow, I accept that = no problem here. @trancexx: The only thing left now is, that the function doesn't deal correctly with the "Default" word as parameter which is briefly explained in the thread which I provided a link to in my first post. Nevertheless, I'll read the guidelines again a next time my ticket will be more correct.
6:58 AM Ticket #2089 (_IEFormSubmit gives WEnd^ ERROR) updated by J-Paul Mesnage
Just an info Win7 x86/IE9 run OK
6:53 AM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) updated by J-Paul Mesnage
Replying to BrewManNH: > _ArrayDisplay should never create a GUI larger than the width of the screen, in fact, it usually creates an undersized GUI compared to the ListView inside of it. In the _Array.au3 file, in which I modified a number of the array functions, one of the functions I modified was the _ArrayDisplay function so that it would autosize the GUI and the column widths because the current implementation of _ArrayDisplay doesn't do this currently. Even in my modification, the GUI will be at least 100 pixels smaller than the desktop on all sides regardless of screen resolution. > > Look in Example Scripts or in Feature Requests in Trac for a link to the _Array.au3 UDF I'm referring to. Thanks In fact I really think "default" keyword passing need to be corrected. But mananing the number of displayed columns by the $sheader is a real functionality. no header is displaying the total number of column so no bug for me.

Jan 2, 2012:

11:36 PM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) updated by trancexx
Could someone briefly explain what the bug is? Xenobiologist please read the guidelines for posting here. I'm very tempted to close this ticket as (any form of) rejected because somehow you have successfully managed to do everything wrong.
10:06 PM Ticket #2090 ([:upper:] is not working) closed by Jos
No Bug: Your regex is wrong and should be: […] Jos
9:43 PM Ticket #2090 ([:upper:] is not working) created by Leagnus
versions 3.3.6.1 till 3.3.8.0 not working: […] Working: […]
7:10 PM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) updated by BrewManNH
Replying to anonymous: > The only concern if too many columns will force to display more than the screen width > Except this behavior I agree with the column heading > Anonymous =Jpm > > In fact the forcing of limited number of colum by definition of $sheader is a better fonctionality than deplaying a very big number of column. > > So the fix can be just to accept Default keyword and a description of $sheader impact _ArrayDisplay should never create a GUI larger than the width of the screen, in fact, it usually creates an undersized GUI compared to the ListView inside of it. In the _Array.au3 file, in which I modified a number of the array functions, one of the functions I modified was the _ArrayDisplay function so that it would autosize the GUI and the column widths because the current implementation of _ArrayDisplay doesn't do this currently. Even in my modification, the GUI will be at least 100 pixels smaller than the desktop on all sides regardless of screen resolution. Look in Example Scripts or in Feature Requests in Trac for a link to the _Array.au3 UDF I'm referring to.
6:05 PM Ticket #2089 (_IEFormSubmit gives WEnd^ ERROR) created by ir.r.buitenhuis@…
With AutoIt 3.2 and IE8 this works fine. With AutoIt 3.3.8.0 this code …
3:13 PM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) updated by anonymous
The only concern if too many columns will force to display more than the screen width Except this behavior I agree with the column heading Anonymous =Jpm In fact the forcing of limited number of colum by definition of $sheader is a better fonctionality than deplaying a very big number of column. So the fix can be just to accept Default keyword and a description of $sheader impact
2:43 PM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) updated by Xenobiologist
Besides, I'm not sure if my code is the best way to achieve the modification. Fell free, to change the code. All I want is to show what I think needs to be changed.
1:39 PM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) created by Xenobiologist
Parameter being Default keyword is treated as literal string and is …
12:21 PM Ticket #2086 (recieve error in array combination v 3.3.8.0) updated by J-Paul Mesnage
Replying to anonymous: > Replying to jchd: > > Do you realize the C(49, 6) = 13983816 ? > > This is below the maximum AutoIt array size, but don't forget your OS also puts a limit to how much a single process may allocate. > > > > Please, next time post to the General Help forum first. > > Yes I do realize that it is 13983816, and if it works 3.3.6.1 but does not in 3.3.8.0 and give me an error it is a bug, i dont care that much as i will continue to use 3.3.6.1. dont know why i would post in general help, It works in the version i am using and my computer handles it in about 35 min... thanks anyway, benny Certainly 3.3.8.0 is using more memory so that the reason it fail now
10:22 AM Ticket #2086 (recieve error in array combination v 3.3.8.0) updated by anonymous
Replying to jchd: > Do you realize the C(49, 6) = 13983816 ? > This is below the maximum AutoIt array size, but don't forget your OS also puts a limit to how much a single process may allocate. > > Please, next time post to the General Help forum first. Yes I do realize that it is 13983816, and if it works 3.3.6.1 but does not in 3.3.8.0 and give me an error it is a bug, i dont care that much as i will continue to use 3.3.6.1. dont know why i would post in general help, It works in the version i am using and my computer handles it in about 35 min... thanks anyway, benny

Jan 1, 2012:

12:41 PM Ticket #2068 (ACos() bug) updated by anonymous
This happens ONLY with ACos(-1). I also tested 0, 0.1 and 1 without this problem. If you call ACos() with another value than -1 after the error occurs, it works again for one call. […]
8:21 AM Ticket #2084 (_ClipBoard_GetDataEx Help File Example crash) updated by Valik
God damn it, does nobody read MSDN? It's pretty fucking clear on this: > The application must not free the handle nor leave it locked. The application must not use the handle after the EmptyClipboard or CloseClipboard function is called, And of course the code doesn't even try to use the handle until after CloseClipboard() is called so it's just plain broken. The code is shit anyway. There are 2 exit points that do not invoke _ClipBoard_Close(). Best of all those two exit points require user input to pass-through so the clipboard is locked indefinitely waiting on user input in the case of error. Brilliant!
8:07 AM Ticket #2080 (unable to create compiled archive) closed by Valik
Wont Fix: Closing as won't fix. Without a wast to consistently reproduce the problem there's no way to fix this. The behavior certainly seems like a race condition but I've looked at the code and Aut2Exe isn't doing anything dumb.

Dec 31, 2011:

1:54 PM Ticket #2081 (Au3 Recoreder) updated by J-Paul Mesnage
In fact certainly you did not check the "generate internal functions"
1:48 PM Ticket #2086 (recieve error in array combination v 3.3.8.0) closed by J-Paul Mesnage
No Bug: As jchd note, no Bug
11:55 AM Ticket #2085 (DllStructGetData crash with char array) updated by anonymous
Replying to trancexx: > When structure is created at address specified by the user (your $pBuffer) AutoIt doesn't do any memory allocation. It assumes the user is smart enough to check, or to know in advance how big the pointed memory space is. It's you who decided to create bad structure in first place. > > This is not a bug. It's just careless bad programmer you. Bad programmer.... :)
10:09 AM Ticket #2085 (DllStructGetData crash with char array) closed by trancexx
No Bug: When structure is created at address specified by the user (your $pBuffer) AutoIt doesn't do any memory allocation. It assumes the user is smart enough to check, or to know in advance how big the pointed memory space is. It's you who decided to create bad structure in first place. This is not a bug. It's just careless bad programmer you.
10:07 AM Ticket #2086 (recieve error in array combination v 3.3.8.0) updated by jchd
Do you realize the C(49, 6) = 13983816 ? This is below the maximum AutoIt array size, but don't forget your OS also puts a limit to how much a single process may allocate. Please, next time post to the General Help forum first.
9:30 AM Ticket #2087 (IniWrite & IniReadSection bug) created by anonymous
IniWrite -> "When writing a value that is quoted, the quotes are …
8:58 AM Ticket #2086 (recieve error in array combination v 3.3.8.0) created by benwinnipeg9
hi, pretty new to the forum but have been using Autoit a while. I …
3:30 AM Ticket #2085 (DllStructGetData crash with char array) created by anonymous
DllStructGetData seems to verify or fetch whole data of structs …

Dec 30, 2011:

4:55 PM Ticket #2015 (DllCallbackRegister() mangles floating point numbers under x64) closed by trancexx
Fixed: Fixed by revision [6588] in version: 3.3.9.0
9:46 AM Ticket #2084 (_ClipBoard_GetDataEx Help File Example crash) updated by J-Paul Mesnage
I can't reproduce it. I assume some special data were in the clipboard. Just try to reproduce and describe what you did
9:21 AM Ticket #2084 (_ClipBoard_GetDataEx Help File Example crash) created by wakillon
_ClipBoard_GetDataEx Help File Example crash when click on Get …

Dec 29, 2011:

5:53 PM Ticket #2080 (unable to create compiled archive) updated by trancexx
Suggested? Where, what, by whom? Please explain properly or this ends up rejected very soon.
5:48 PM Ticket #2081 (Au3 Recoreder) closed by trancexx
No Bug
5:25 PM Ticket #2083 (AU3Record.exe error "missing MSVCR100.dll" when trying to run it) updated by BrewManNH
Update: Forgot to mention, this is on Windows 7 x86, and also happens using the newest Scite4Autoit3 (2.28) that was just released today.
5:22 PM Ticket #2083 (AU3Record.exe error "missing MSVCR100.dll" when trying to run it) created by BrewManNH
When trying to run AU3Record.exe I get the following message. …
3:11 PM Ticket #2082 (drivestatus on mapped network drives fails on directories) updated by anonymous
I tried this on Win7 x86 with a mapped I: drive and I get "invalid" for all tests using 3.3.8.0 with folders that exist on my I: drive.
2:59 PM Ticket #2079 (Missing quotes in go-Commandline in SciTE) updated by Jos
Replying to anonymous: > I suppose this problem exists in SciTE4AutoIt, too. I have updated the LITE version au3.properties with this change. This is not an issue in the Full version of SciTE4Autoit3. Jos
2:55 PM Ticket #2079 (Missing quotes in go-Commandline in SciTE) closed by Jos
Fixed: Fixed by revision [6583] in version: 3.3.9.0
2:41 PM Ticket #2082 (drivestatus on mapped network drives fails on directories) created by anonymous
; Drive I: is mapped to a share on W2008R2 Server ; Script runs on …
8:55 AM Ticket #2081 (Au3 Recoreder) updated by Jos
Component changed
Not very descriptive report but it isn't an SciTE4AutoIt3 program and comes with the AUtoIt3 installer. Jos
6:15 AM Ticket #2081 (Au3 Recoreder) created by anonymous
_WinWaitActivate("","") Does not Generated

Dec 28, 2011:

10:48 PM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by J-Paul Mesnage
Replying to TsukasaX: > Replying to Jpm: > > Replying to TsukasaX: > > > http://pastebin.com/nL4vyEps this code produced the same problem for me with _GUICtrlStatusBar_GetText() and has far less dependencies. > > wraithdu is certainly true but on my system the crash does not occur ... > > After manually changing the UDF to what wraithdu said, I did not get the crash even after multiple tests. very good I hope somebody will commit it
8:40 PM Ticket #2080 (unable to create compiled archive) created by internetcafeontoulouse@…
This problem have been around for years now. I've tried everything …
8:38 PM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by TsukasaX
Replying to Jpm: > Replying to TsukasaX: > > http://pastebin.com/nL4vyEps this code produced the same problem for me with _GUICtrlStatusBar_GetText() and has far less dependencies. > wraithdu is certainly true but on my system the crash does not occur ... After manually changing the UDF to what wraithdu said, I did not get the crash even after multiple tests.
8:12 PM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by J-Paul Mesnage
Replying to TsukasaX: > http://pastebin.com/nL4vyEps this code produced the same problem for me with _GUICtrlStatusBar_GetText() and has far less dependencies. wraithdu is certainly true but on my system the crash does not occur …
8:04 PM Ticket #2079 (Missing quotes in go-Commandline in SciTE) created by anonymous
The version of SciTE deliviered with AutoIt v3.3.8.0 is missing some …
5:30 PM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by wraithdu
The problem is the text buffer is created too small. It needs to have room for a terminating null character, so in 3 different functions in that UDF it should read […]
5:08 PM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by TsukasaX
http://pastebin.com/nL4vyEps this code produced the same problem for me with _GUICtrlStatusBar_GetText() and has far less dependencies.
12:16 PM Ticket #2078 (Error in com expression) created by J-Paul Mesnage
The following script cannot be executed unless we remove the Local […]
9:05 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by J-Paul Mesnage
Thanks but your script cannot repro the pb. Can you try to isolate the error as the "stream" stuff cannot run on any dev machine. It is important to have the smallest repro script using basic window resource if possible. Most of the time it is possible on real bug.
7:23 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by TsukasaX
Same line also crashes with 3.3.8.0
7:20 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by TsukasaX
Replying to Jpm: > When you submit a test example, please make it "working". > Your one has no EndFunc neither an simulation of _SendQuiet(), _RegEx(). > The worst is we cannot reproduce anything as we don't know on what $hStatus is coming from > > Don't forget also to describe the environment you are running under as > > Environment(Language:040C Keyboard:0000040C OS:WIN_7/Service Pack 1 CPU:X64 OS:X86) > > We don't have cristal ball ... Also crashes at same line on 3.3.6.1 it seems. The EndFunc was supposed to be the line after, sorry about that. Environment(Language:0409 Keyboard:00000409 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64) Here is the full source (without includes): <removed>, the line of interest is #252.

Dec 27, 2011:

7:54 PM Ticket #2077 (_GuiRichEdit_Create Bad HWnd Check) updated by AdmiralAlkex
This ticket is referenced in revision: [6573]
7:50 PM Ticket #2077 (_GuiRichEdit_Create Bad HWnd Check) closed by AdmiralAlkex
Fixed: Fixed by revision [6572] in version: 3.3.9.0
7:25 PM Ticket #2077 (_GuiRichEdit_Create Bad HWnd Check) created by wraithdu
In this function, the first line checks if the window handle passed …
5:45 PM Ticket #2075 (GUICtrlSetImage changes icon position on resizable window) updated by J-Paul Mesnage
Summary changed
9:21 AM Ticket #2076 (Object value can't be set True) closed by trancexx
Fixed: Fixed by revision [6571] in version: 3.3.9.0
6:53 AM Ticket #2073 (ContinueLoop crashes script if nothing to jump) updated by jchd
Another instance of a highly related issue: {{{#include <GuiListView.au3> #include <SQLite.au3>}}} due to the "final" ExitLoop at line 7112 of first include. Temporary ugly workaround seems to work: insert dummy instruction after offending ExitLoop, ContinueLoop, ContinueCase, like "Local $Dummy".
2:35 AM Ticket #2076 (Object value can't be set True) created by chrisg1941@…
I have been trying to implement programming of Open Office through …
1:23 AM Ticket #2075 (GUICtrlSetImage changes icon position on resizable window) created by ChrisN
When a window is resized & the icon control is moved from its original …

Dec 26, 2011:

6:59 PM Ticket #2073 (ContinueLoop crashes script if nothing to jump) updated by J-Paul Mesnage
Replying to trancexx: > Issue is introduced by revision [5885]. In fact something else as this rev has been reverted by Jon rev 6138 perhaps the duplicate of 1485 Edited Just forget I confuse 5825 with 5885
4:45 PM Ticket #2073 (ContinueLoop crashes script if nothing to jump) updated by trancexx
Issue is introduced by revision [5885].
1:53 PM Ticket #2074 (Example Opt MustDeclareVars is missing) closed by guinness
Fixed: Fixed by revision [6565] in version: 3.3.9.0
1:43 PM Ticket #2074 (Example Opt MustDeclareVars is missing) created by Tweaky
In the example of "Opt" "Opt("MustDeclareVars", 0) ;0=no, …
10:11 AM Ticket #2073 (ContinueLoop crashes script if nothing to jump) created by Melba23
Using ContinueLoop without a following statement to jump over to …
12:01 AM Ticket #2072 (Tutorial RegExp - wrong word) closed by AdmiralAlkex
Fixed: Fixed by revision [6560] in version: 3.3.9.0

Dec 25, 2011:

7:53 PM Ticket #2072 (Tutorial RegExp - wrong word) created by Tweaky
At the Tutorial RegExp you must replace "([0-9]{1,3} damage)" with …
8:12 AM Ticket #2071 (autoit-docs-v3.3.8.0-src.exe is missing) closed by J-Paul Mesnage
Fixed: It has been uploaded

Dec 23, 2011:

5:33 PM Ticket #2071 (autoit-docs-v3.3.8.0-src.exe is missing) created by anonymous
Hi, where can I download "autoit-docs-v3.3.8.0-src.exe"? Thanks
5:14 PM Ticket #2003 (ProcessWaitClose() using too much CPU) closed by trancexx
Fixed: Fixed by revision [6544] in version: 3.3.9.0
4:32 PM Ticket #2067 ($n=-2147483648 is not an int32) closed by trancexx
Fixed: Fixed by revision [6541] in version: 3.3.9.0
12:24 PM Milestone 3.3.8.0 completed

Dec 21, 2011:

8:12 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by J-Paul Mesnage
When you submit a test example, please make it "working". Your one has no EndFunc neither an simulation of _SendQuiet(), _RegEx(). The worst is we cannot reproduce anything as we don't know on what $hStatus is coming from Don't forget also to describe the environment you are running under as Environment(Language:040C Keyboard:0000040C OS:WIN_7/Service Pack 1 CPU:X64 OS:X86) We don't have cristal ball …
6:20 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by TsukasaX
Some of the functions may need some more explanation. _SendQuiet('port') should retrieve a string like "Port: 7000", and _Regex() would then retrieve the number with the "0" parameter being the default return value.
6:17 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) created by TsukasaX
[…] The idea of this code is to get the first part of a 4-part …

Dec 19, 2011:

9:54 AM Ticket #2069 (StringRegExpGui example produce 2 warnings) created by J-Paul Mesnage
open tutorial-> String regular expression then push "Open …

Dec 14, 2011:

10:22 PM Ticket #2063 (site's search won't take keywords with less than 3 chars) closed by Valik
No Bug
9:37 AM Ticket #2063 (site's search won't take keywords with less than 3 chars) updated by AdmiralAlkex
There's no problem with the search engine. What's wrong with the download on the download page? http://www.autoitscript.com/site/autoit/downloads/ If you read past the first couple of lines you would see: ---- AutoIt Previous Versions – v3.2.12.1 was the last version that was compatible with Windows 95 and Windows NT 4.0. ---- Right next to the link to 3.2.12.1
8:10 AM Ticket #2068 (ACos() bug) created by Spiff59
The x86 version of the ACos() function seems to go south after six …

Dec 13, 2011:

5:04 PM Ticket #2066 (bad dllStructSetData return for int) updated by J-Paul Mesnage
In fact long, bool are alias of int for unsigned 32-bit type as they cannot be stored without lost of precision the int64 is returned. This apply to wparam whish is unsigned *_ptr does not mean ptr but ptr size so when solving for int […] this will change under x64 as ptr will are 64-bit
4:35 PM Ticket #2067 ($n=-2147483648 is not an int32) created by J-Paul Mesnage
such value can be stored in an int32 but is stored in an int64 […] …
4:19 PM Ticket #2066 (bad dllStructSetData return for int) updated by jchd
More unexpected readback types running .23 beta on x86. […]
1:34 PM Ticket #2066 (bad dllStructSetData return for int) updated by J-Paul Mesnage
Description changed
1:33 PM Ticket #2066 (bad dllStructSetData return for int) created by J-Paul Mesnage
running the following script show a little discrepancy of a int64 …
12:15 PM Ticket #1870 (@GUI_DRAGFILE) updated by guinness
A 'workaround' is using StringTrimRight and StringLen […]

Dec 12, 2011:

11:41 PM Milestone 3.3.7.23 completed
4:41 PM Ticket #2064 (DriveStatus returns INVALID on existing path (by Volume Name)) updated by J-Paul Mesnage
I think DriveStatus must work as DriveGetType which does not care of the extended syntax
1:00 PM Ticket #2064 (DriveStatus returns INVALID on existing path (by Volume Name)) closed by trancexx
No Bug: The change is introduced in v3.3.7.2 with revision [5991]. Change log entry is: Fixed #1860: DriveStatus Returns Ready with blank value. The description for the function is that it takes path of drive to receive information from as parameter, not a volume GUID path. The fact that something undocumented worked before doesn't make it a bug when no longer does. Therefore this is not a bug.
12:31 PM Ticket #2065 (how to detect which button clicked in internet Explorer using java script) closed by trancexx
No Bug
12:09 PM Ticket #2065 (how to detect which button clicked in internet Explorer using java script) updated by anonymous
This is not a forum
12:08 PM Ticket #2065 (how to detect which button clicked in internet Explorer using java script) created by manishpatel810@…
how to detect which button clicked in internet Explorer using java …
2:39 AM Ticket #2064 (DriveStatus returns INVALID on existing path (by Volume Name)) created by MrCreatoR <mscreator@…>
Run this on 3.3.7.1 and lower versions: […] The result is fine, …
12:58 AM Ticket #2063 (site's search won't take keywords with less than 3 chars) created by jmichae3@…
this is a problem with the site's search engine. some windows OSs …

Dec 9, 2011:

9:00 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
7:21 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) closed by trancexx
Fixed: Great, closing then. Fixed by revision [6475] in version: 3.3.7.22

Dec 8, 2011:

10:12 PM Ticket #2050 (Handle should bei called filehandle) updated by guinness
Resolution, Milestone changed
Fixed by revision [6508] in version: 3.3.7.23
7:18 PM Ticket #2050 (Handle should bei called filehandle) updated by Tweaky
In version 3.3.7.22 it is not yet corrected
6:36 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) updated by MeJonah@…
Yep, it is fixed. You guys are awesome, especially considering I was never able to get you the CR runtime to test with.
8:58 AM Ticket #2062 (Example text _IEFormElementGetCollection) created by MvL
Last time I tried (Windows XP, 3.3.6.1 and 3.3.7.22) the index of the …

Dec 7, 2011:

6:25 PM Milestone 3.3.7.22 completed
6:06 PM Ticket #2003 (ProcessWaitClose() using too much CPU) updated by Valik
Severity changed
Blocking flag removed. Fixing this requires changes that I do not feel comfortable making for the next release.
Note: See TracTimeline for information about the timeline view.