Timeline
Jan 11, 2012:
- 9:28 PM Ticket #2087 (IniWrite & IniReadSection bug) updated by
- Actually the help file says: When writing a value that is quoted, the quotes are stripped. In order to write the quote marks to the value, you must double up the quoting. For example: ""This is a test"" will produce "This is a test" in the file. (this is from IniWrite in the help file) The help file says nothing about reading values with quotes, just writing them. So, it does strip the quotes, but if they're doubled, the quotes are included in the information written.
Jan 9, 2012:
- 3:09 AM Ticket #2093 (DllStructGetSize reports wrong size) closed by
- No Bug: jchd is correct. Closing as no bug.
Jan 8, 2012:
- 1:55 PM Ticket #2093 (DllStructGetSize reports wrong size) updated by
- Wrong assumption. Alignment and padding make 8 the right size for this struct. This question belongs to the Help Forum, not here.
- 6:17 AM Ticket #2093 (DllStructGetSize reports wrong size) created by
- $test = DllStructCreate("dword;char") ConsoleWrite("size …
Jan 7, 2012:
- 9:00 PM Ticket #2069 (StringRegExpGui example produce 2 warnings) updated by
-
Milestone changed
Automatic ticket cleanup. - 7:16 PM Ticket #2069 (StringRegExpGui example produce 2 warnings) closed by
- Fixed
- 11:42 AM Ticket #1772 (InetGet reload from the remote site) updated by
- No real idea, At least this ticket is No Bug for me. For your simulation I am not an expert on such impact of what etc is doing Sorry for not helping more
- 11:15 AM Ticket #1772 (InetGet reload from the remote site) updated by
- Yeah, I got the same problem here. I think the AV doesn't like redirecting google hostname. I deactivated the AV, and got the same results. With google.com address (not working) the result is not null, but with autoitscript.com it's. Do you think InetGet/InetRead should follow the hosts guideline, or it's not a proper way to test the forced reload option? This question was raised when I was working in a code for detecting a webpage modification. I thought the redirection would simulate a change. The solution was the substitution of InetRead for WinHTTP. Now, I'm not really sure about that. It works for some urls but not for others.
- 10:33 AM Ticket #1772 (InetGet reload from the remote site) updated by
- Your not working example is producing a Virus warning SettingsModifier:Win32/PossibleHostsFileHijack as the modification of etc is detected by antivirus "MS Security essential"
- 10:29 AM Ticket #2092 (ShellExecuteWait() receiving incorrect error levels on Windows XP.) updated by
- Same with 3.3.8.0 It needed to check with latest Beta/release in case of
- 9:39 AM Ticket #1772 (InetGet reload from the remote site) updated by
- Just to be clear about the WinHTTP solution. I did two examples here, one that does work, giving a null source code, and one that does not. Before running the examples, make sure you have the WinHTTP UDF. It can be found here: http://winhttp.origo.ethz.ch/wiki/winhttp Example working: http://pastebin.com/6SvHBjmH Example not working: http://pastebin.com/M9JQwJr0
- 3:18 AM Ticket #1772 (InetGet reload from the remote site) updated by
- Well, I used a packet sniffer to check if two "GET requests" are done. They are. For some reason,the second request doesn't use the new Ip Address (Localhost). But, when the program is re-executed (with hosts still implying in the redirection), it resolves autoitscript.com hostname as localhost. I wrote a similar one with WinHTTP. The same problem happens. I don't quite understand how the re-execution forces the hostname resolution to localhost.
- 12:04 AM Ticket #1772 (InetGet reload from the remote site) updated by
- I wrote an example script in order to prove that InetRead does get data from cache, even when it's set to force a reload. http://pastebin.com/pLT0vJkf In my PC, I get the same data from both InetRead. It should not happen after the hostname is redirected to localhost. The data should be null. There are many threads of people complaining about this issue. I don't think it's an isolated problem.
Jan 6, 2012:
- 9:05 PM Ticket #2092 (ShellExecuteWait() receiving incorrect error levels on Windows XP.) created by
- Description: Executing a file through ShellExecuteWait() will result …
- 2:52 PM Ticket #1772 (InetGet reload from the remote site) updated by
- 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
- 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
- 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
- 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
- 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
- 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
- Here is the fix i use: […]
- 9:57 PM Ticket #1397 (HotKeySet not working when default keyboard layout set as non-english) updated by
- And again, it's not fixed.
- 7:43 AM Ticket #2083 (AU3Record.exe error "missing MSVCR100.dll" when trying to run it) updated by
- 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
- 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
-
Version changed
- 1:11 AM Ticket #2091 (Au3Check and non-ANSI files) created by
- 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
-
Description, Summary changed
- 8:49 AM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) updated by
- 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
- Just an info Win7 x86/IE9 run OK
- 6:53 AM Ticket #2088 (_ArrayDisplay not handling Default parameters correctly) updated by
- 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
- 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
- No Bug: Your regex is wrong and should be: […] Jos
- 9:43 PM Ticket #2090 ([:upper:] is not working) created by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- No Bug: As jchd note, no Bug
- 11:55 AM Ticket #2085 (DllStructGetData crash with char array) updated by
- 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
- 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
- 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
- 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
- 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
- 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
- Fixed: Fixed by revision [6588] in version: 3.3.9.0
- 9:46 AM Ticket #2084 (_ClipBoard_GetDataEx Help File Example crash) updated by
- 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
- _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
- Suggested? Where, what, by whom? Please explain properly or this ends up rejected very soon.
- 5:48 PM Ticket #2081 (Au3 Recoreder) closed by
- No Bug
- 5:25 PM Ticket #2083 (AU3Record.exe error "missing MSVCR100.dll" when trying to run it) updated by
- 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
- 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
- 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
- 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
- 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
- ; Drive I: is mapped to a share on W2008R2 Server ; Script runs on …
- 8:55 AM Ticket #2081 (Au3 Recoreder) updated by
-
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
- _WinWaitActivate("","") Does not Generated
Dec 28, 2011:
- 10:48 PM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by
- 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
- This problem have been around for years now. I've tried everything …
- 8:38 PM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by
- 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
- 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
- The version of SciTE deliviered with AutoIt v3.3.8.0 is missing some …
- 5:30 PM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by
- 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
- 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
- The following script cannot be executed unless we remove the Local […]
- 9:05 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by
- 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
- Same line also crashes with 3.3.8.0
- 7:20 AM Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) updated by
- 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
- This ticket is referenced in revision: [6573]
- 7:50 PM Ticket #2077 (_GuiRichEdit_Create Bad HWnd Check) closed by
- Fixed: Fixed by revision [6572] in version: 3.3.9.0
- 7:25 PM Ticket #2077 (_GuiRichEdit_Create Bad HWnd Check) created by
- 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
-
Summary changed
- 9:21 AM Ticket #2076 (Object value can't be set True) closed by
- 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
- 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
- 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
- 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
- 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
- Issue is introduced by revision [5885].
- 1:53 PM Ticket #2074 (Example Opt MustDeclareVars is missing) closed by
- Fixed: Fixed by revision [6565] in version: 3.3.9.0
- 1:43 PM Ticket #2074 (Example Opt MustDeclareVars is missing) created by
- In the example of "Opt" "Opt("MustDeclareVars", 0) ;0=no, …
- 10:11 AM Ticket #2073 (ContinueLoop crashes script if nothing to jump) created by
- Using ContinueLoop without a following statement to jump over to …
- 12:01 AM Ticket #2072 (Tutorial RegExp - wrong word) closed by
- 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
- 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
- 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
- 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
- Fixed: Fixed by revision [6544] in version: 3.3.9.0
- 4:32 PM Ticket #2067 ($n=-2147483648 is not an int32) closed by
- 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
- 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
- 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
- […] 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
- 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
- No Bug
- 9:37 AM Ticket #2063 (site's search won't take keywords with less than 3 chars) updated by
- 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
- 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
- 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
- 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
- More unexpected readback types running .23 beta on x86. […]
- 1:34 PM Ticket #2066 (bad dllStructSetData return for int) updated by
-
Description changed
- 1:33 PM Ticket #2066 (bad dllStructSetData return for int) created by
- running the following script show a little discrepancy of a int64 …
- 12:15 PM Ticket #1870 (@GUI_DRAGFILE) updated by
- 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
- 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
- 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
- No Bug
- 12:09 PM Ticket #2065 (how to detect which button clicked in internet Explorer using java script) updated by
- This is not a forum
- 12:08 PM Ticket #2065 (how to detect which button clicked in internet Explorer using java script) created by
- 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
- 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
- this is a problem with the site's search engine. some windows OSs …
Note:
See TracTimeline
for information about the timeline view.
