Timeline


and

03/26/09:

22:30 Ticket #873 (DLLCall crashes when characters \\.\ in parameters) closed by Valik
No Bug: Replying to helmut.hiller@…: > now works different from older versions, but works. Gee, I wonder if reading the changelog and in particular the script-breaking changes portion would tell you that?
20:34 Ticket #880 (Run RunWait Error with Working Dir Parameter) closed by Valik
No Bug: Nothing to see here. Definitely not a bug.
19:55 Ticket #880 (Run RunWait Error with Working Dir Parameter) created by mleo2003@…
When trying to run a script located in the ScriptDir, if your working …
14:08 Ticket #868 (Add _WinAPI_SetLayeredWindowAttributes) closed by Jpm
Completed: Added in version: 3.3.1.0
12:47 Ticket #854 (InetGetSize) closed by Jpm
Works For Me
08:18 Ticket #867 (UDPRecv no longer gives the sender IP) closed by Jpm
No Bug

03/25/09:

17:42 Ticket #41 (Cleanup/Rename internal and User Defined Functions.) closed by Valik
Rejected
17:42 Ticket #41 (Cleanup/Rename internal and User Defined Functions.) reopened by Valik
FileRename() is entirely redundant. I don't understand why it's so hard for people to grasp that you move from NameA to NameB even though the directory doesn't change. I can think of a reason not to add WinSetPos(): SetWindowPos(). SetWindowPos() is a Windows API function that does something completely different than our WinSetPos() would. However, at first glance it would look like it would do the same thing with just a rename to our naming scheme. So sticking with WinMove() is less confusing in that regard. I'm going to re-open this ticket so I can change the resolution. We didn't complete it and we do not have any intention of completing it.
00:40 WikiStart edited by Valik
Note about one ticket one issue policy. (diff)
00:02 Ticket #879 (AutoIT installation fails to use 64-bit versions on 64-bit OS Win 2008) created by rboucher
When I've installed AUTOIT on either real or virtualized version of …

03/23/09:

23:01 Ticket #878 (Windows PE and GimageX) closed by Jpm
Rejected: Please use forum to get help
22:59 Ticket #877 (errors in der helpfile for AutoIt 3.3.0.0 Part 1) closed by Jpm
Fixed: I try to fix a maximum of them.
16:39 Ticket #878 (Windows PE and GimageX) created by spena@…
Is it possible to make GimageX launch and work from a Windows PE disc. …
12:02 Ticket #877 (errors in der helpfile for AutoIt 3.3.0.0 Part 1) created by Tweaky
Hi, we have translate the english helpfile into german. So we see that …
07:17 Ticket #869 (@OSLang will not detect MUI enviroments) closed by Jpm
Completed

03/22/09:

08:27 Ticket #876 (@error passthrough on 'Return' statements) closed by Valik
Rejected: Absolutely not. The design is fine the way it is. It is designed to be verbose for a reason: reliability. If it's possible for values to propagate then it's no longer possible to determine where the value originated from. Also, the least you could do is actually try to write the "ridiculous" code correctly. […] Look at that, SetError() makes the ReturnWithExtraGarbage work like you described. And, once again, the behavior exists for a reason. The idea of some magic Return statement was rejected in favor of allowing SetError() to take and return a user-specified value. Its verbose, clean, convenient and fits with the other behavior. A magical keyword would just be confusing. Lastly, regarding your inline comment about "wasteful temporary storage"... when did you get the source code? How do you know how "wasteful" it is? Somebody who knows far more than you once said, "...Premature optimization is the root of all evil." Think about that the next time you attempt to criticize a language you do not know the implementation details of (even though if you really cared about the implementation details of those supposedly wasteful temporaries you could, I don't know, ask or search since it's not a secret).
07:10 Ticket #876 (@error passthrough on 'Return' statements) created by Ascendant
It would be nice to be able to use 'Return MyFunction()' to both …

03/21/09:

22:18 Ticket #875 (A UDF index online) closed by Valik
Rejected: The idea has been batted around on the forum countless times. It is not something easy to solve. It also doesn't belong on the issue tracker.
22:09 Ticket #875 (A UDF index online) created by MDiesel
right now UDF's are all in example scripts, and as a general rule, I …
17:27 Ticket #874 (reading special keys (like alt, ctl etc) from an ini) closed by Jos
No Bug: When you are not sure about it then don;t report it as a bug but use the forums. NOBUG
12:53 Ticket #874 (reading special keys (like alt, ctl etc) from an ini) created by Rishav
not sure if its a bug or feature. my ini file contains; …
00:00 Ticket #873 (DLLCall crashes when characters \\.\ in parameters) created by helmut.hiller@…
Hi, tried to use DLLCall as follws: $hdl = …

03/19/09:

21:10 Ticket #872 (Re-Fix BugTrac #850: _ExcelReadSheetToArray()) closed by Gary
Rejected
18:37 Ticket #871 (Functionality to sort ListView Items on column header click.) closed by Valik
Rejected: This is the kind of bloat that does not need to be built in. Ask for support on the forum getting it to work via UDFs.
17:23 Ticket #872 (Re-Fix BugTrac #850: _ExcelReadSheetToArray()) created by PsaltyDS
The bug described and fixed in Track #850, was previously reported and …
16:17 Ticket #871 (Functionality to sort ListView Items on column header click.) created by zachlr
I am writing a program that would be much improved with this feature …

03/18/09:

13:47 Ticket #870 (Floating point error.) created by jaenster
Code: […] Error: Mircosoft Visual C++ Runtime libary: Program: …

03/17/09:

22:55 Ticket #869 (@OSLang will not detect MUI enviroments) created by Emiel Wieldraaijer
Hi All, I have Vista Ultimate English and have installed several MUI …
20:04 Ticket #868 (Add _WinAPI_SetLayeredWindowAttributes) created by ProgAndy
i think, _WinAPI_SetLayeredWindowAttributes and …
18:16 Ticket #867 (UDPRecv no longer gives the sender IP) created by martin
This request is very similar to ticket #131 which was rejected because …

03/16/09:

08:19 Ticket #863 (DirMove() appends an extra dot in the name of the moved directory) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
07:39 Ticket #866 (new function FileGetDir( )) closed by Valik
Rejected: Nothing is stopping you from calling _getdcwd() via DllCall().
06:51 Ticket #866 (new function FileGetDir( )) created by txj
Hi ! I hope add a new function called FileGetDir( ) to get current …
05:26 Ticket #865 (winhttp.winhttprequest.5.1 ObjEvent unhandled exception.) created by foster74
[…] […]

03/15/09:

16:55 Ticket #864 (GUIOnEventMode bug) closed by Valik
No Bug: This is an intentional design decision, not a bug.
13:22 Ticket #864 (GUIOnEventMode bug) created by anonymous
in GUIOnEventMode events are not catched while in a loop if the …

03/14/09:

11:59 Ticket #863 (DirMove() appends an extra dot in the name of the moved directory) created by dRsrb
Hi! DirMove() adds an extra dot to the existing one in the name of …

03/13/09:

16:49 Ticket #862 (DllStructCreate DllStructSetData) closed by Jpm
No Bug: You cannot expect to keep unicode if you use char, you have to use wchar. internally AutoIt work in UNICODE and do conversiion when you ask for. Your conversion is impossible chinese is unicode and cannot be store in ANSI (char) string. I close this report next time go to forum when you need help.
15:06 Ticket #860 (With...EndWith is not a loop) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
12:17 Ticket #862 (DllStructCreate DllStructSetData) created by thesnow
$Struct=DllStructCreate("char var1[255];char var2[255]") …
08:45 Ticket #861 (Grammer Mistake) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
08:08 Ticket #861 (Grammer Mistake) created by BinaryBrother
I'm not real sure this belongs here, but I thought it to be relevant …
04:46 Ticket #860 (With...EndWith is not a loop) created by Richard Robertson <icekirby1@…>
With...EndWith is listed under AutoIt>Language Reference>Loop …

03/12/09:

02:43 Ticket #859 (Source code small change of UDF _StringExplode( )) closed by Valik
No Bug: Closing just like #858. Same non-issue, different function. Same resolution.
02:18 Ticket #859 (Source code small change of UDF _StringExplode( )) created by txj
Hi ! I found a small shortage, in UDF _StringExplode( ), when last …
02:12 Ticket #857 (MSGBOX not working properly) closed by Valik
No Bug: You need to read WikiStart. This is not the place to ask for support. Your example does not meet the criteria for a suitable example.
02:10 Ticket #858 (Source code small change of StringSplit( )) closed by Valik
No Bug: The behavior is correct. This will not be changed because it is not a bug.
01:54 Ticket #858 (Source code small change of StringSplit( )) created by txj
Hi ! I found a small shortage, in StringSplit( ), when last character …
00:20 Ticket #857 (MSGBOX not working properly) created by bobspen@…
just started using a 64 bit Vista Laptop. I upgraded Autoit to latest …

03/11/09:

22:22 Ticket #845 (#AutoIt3Wrapper_Res_Field not support Simplified Chinese) closed by Jos
No Bug: Closing due to inactivity. PM me the file when you want me to look at it. Jos
20:58 Ticket #856 (_StringAddThousandsSep() prefixes some #'s with ,) closed by Gary
Completed: This was fixed after the release version. Should be in next beta. […]
15:51 Ticket #856 (_StringAddThousandsSep() prefixes some #'s with ,) created by Ascendant
During testing, this UDF sometimes puts a ',' at the beginning of a …

03/10/09:

22:39 Ticket #855 (PixelGetColor bug) closed by Jos
No Bug: No bug, just bad coding. Use the forum for coding support. Jos
22:23 Ticket #855 (PixelGetColor bug) created by anonymous
((( While 1 If Not PixelGetColor(492,16) = 0xF7EFBD Then _Bot() …
16:41 Ticket #813 (AutoItX_64.dll and Window Handles on XP64 issue) closed by Jpm
Fixed: Fixed in version: 3.3.1.0
13:38 Ticket #854 (InetGetSize) created by psandu.ro
#include <Inet.au3> $a = InetGetSize("http://address/version.dat") If …
01:23 Ticket #850 (_ExcelReadSheetToArray doesn't work with German Excel 2003) closed by Gary
Fixed: Fixed in version: 3.3.1.0

03/09/09:

23:35 Ticket #814 (HttpSetProxy - proxy with credentials) closed by Valik
Fixed: Fixed in version: 3.3.1.0
19:16 Ticket #853 (Embedded IE object has a memory leak when refreshing .php pages) closed by Valik
Wont Fix: And you expect us to do what? Using an embedded control means you are using a control written by somebody else. In this case, Microsoft since they wrote Internet Explorer. We can't exactly fix Internet Explorer.
18:25 Ticket #853 (Embedded IE object has a memory leak when refreshing .php pages) created by jackweed@…
If continual refreshes are used (IE: hit home button several times), …
17:47 Ticket #814 (HttpSetProxy - proxy with credentials) reopened by Valik
Err, I'm not done with this ticket yet, don't close it.
10:54 Ticket #814 (HttpSetProxy - proxy with credentials) closed by Jpm
No Bug: You right Kurt, don't mix basic function as HttpSetProxy() and UDF. If such parameters are needed for the UDF just extend the UDF.

03/08/09:

09:54 Ticket #852 (Plugin for scite) closed by Jos
Rejected: We are using the standard SciTE as supplied by Neil Hodgson as the base for our version and have no intent to do any development on SciTE. If any changes like are wanted then you need to request them at the SciTE interest website. Jos

03/07/09:

20:00 Ticket #852 (Plugin for scite) created by tayoufabrice@…
A toolbar to esplore projet in scite
18:52 Ticket #847 (Image not showing in GUI when called by _Timer_SetTimer) closed by Valik
No Bug: Code works for me. It's poorly written and ill-thought out, but it works.
17:36 Ticket #848 (Tidy.exe - enhancement to '/rel : Remove empty lines from the ...) closed by Jos
Completed: I have added trhis option as it was pretty easy to do. Check the Tidy version available in the Beta download directory. INI * Remove Empty lines from Script Source. 1=Remove all 2=Remove all more then 1 Remove_Empty_Lines=1 Remove_Empty_Lines=2 Commandline / #Tidy_Parameter: /r_empty_lines or /rel  /r_extra_empty_lines or /reel
17:16 Ticket #851 (Compile Script - UPX.exe error) closed by Jos
No Bug: There is no Windows 7 support for autoit3 yet.
17:05 Ticket #851 (Compile Script - UPX.exe error) created by jorbazz@…
I can't compile scripts OS: Windows 7 Beta 32bit Error: Unable to …

03/06/09:

21:08 Ticket #850 (_ExcelReadSheetToArray doesn't work with German Excel 2003) created by Prog@…
In _ExcelReadSheetToArray, the last-cell-string is Split by the …
19:52 Ticket #849 (Optimization p2) closed by Valik
Rejected: Replying to madflame991@…: > Why implement a Div() function? Are you asking for a Div() function? It's not very clear... > 1) It's a lot faster than basic a/b because it only returns the integer part of the result (floating point operations are A LOT SLOWER) Your benchmarks? Because my simple benchmarks shows floating point division being nearly 4 times faster than integer division in a simple C++ program. > 2) Precision is only needed in graphical/financial programs Wow, that's an incredibly short-sighted statement. > 3) Round(a/b) is slower... evidently Well, Round() isn't the right thing anyway. Try Int(). Either way, I find performance to be acceptable casting with Int(). If you don't, then chances are this isn't the right language for your task to begin with. > 4) Mod() is already implemented, but it looks incomplete without Div() Mod() is implemented as a function because we didn't make it an operator. Division has an operator, there's no reason to add a function for it. > 5) It doesn't break backward compatibility It doesn't add anything useful, either. Does casting to an int slow things down? Sure, but not enough to be an issue. Not until you get in the hundreds of thousands of calculations. But when you start getting that high, you're probably using the wrong language anyway.
17:52 Ticket #849 (Optimization p2) created by madflame991@…
Why implement a Div() function? 1) It's a lot faster than basic a/b …
16:53 Ticket #848 (Tidy.exe - enhancement to '/rel : Remove empty lines from the ...) created by Bowmore
It would be nice if the Tidy.exe parameter /rel : Remove empty …
07:14 Ticket #846 (UDF _PathFull( ) return path not correct) closed by Valik
Completed: Added in version: 3.3.1.0
07:10 Ticket #846 (UDF _PathFull( ) return path not correct) reopened by Valik
05:45 Ticket #847 (Image not showing in GUI when called by _Timer_SetTimer) created by anonymous
It seems that when a gui is called by _timer_settimer the image will …
04:08 Ticket #846 (UDF _PathFull( ) return path not correct) closed by Valik
No Bug: You passed in garbage, you received garbage. Function is working as designed. If you pass it something sensible then you will get something sensible back. No bug.
03:57 Ticket #846 (UDF _PathFull( ) return path not correct) created by txj
code like this: […] this code display …

03/05/09:

01:46 Ticket #845 (#AutoIt3Wrapper_Res_Field not support Simplified Chinese) created by txj
if #AutoIt3Wrapper_Res_Field=源文件名|Ghost2KXP.exe, 源文件名 is Simplified …

03/04/09:

07:54 Ticket #844 ("^" and "$" absent in document of StringRegExp( )) closed by Jpm
No Bug: in fact they are as they match only in the multiline mode see doc […] you can also refer to the complete doc as stated […]
05:50 Ticket #844 ("^" and "$" absent in document of StringRegExp( )) created by txj
In StringRegExp( ) document of AutoIT 3.2.12.1, 3.3.0.0, …

03/03/09:

19:23 Ticket #843 (@ScriptDir macro returning backslash when script is in drive root ...) closed by Valik
No Bug: The path "K:\.\Fred.exe" is likely to be just as invalid as "K: Fred.exe" to any application failing on the latter. This. Is. Not. A. Bug. Stop opening tickets on it. We are not going to change the behavior. If this is an issue for you then you can fix it. One of the simplest ways is to write: […]
18:08 Ticket #843 (@ScriptDir macro returning backslash when script is in drive root ...) created by ssmith@…
I know that this has been previously raised more than once bat has …

03/02/09:

18:01 Ticket #842 (Adding Lua as an alternative syntax) closed by Valik
Rejected: Replying to anonymous: > Adding Lua as an alternative syntax or converting AutoIt features into a Lua API, whichever the techtical term here would be. This is probably an out-of-question suggestion due to fact it'd only benefit few. Even so, please refrain from being arrogant and try to give a smart answer to a (probably) stupid suggestion. Why? Why shouldn't you get a smart answer to a request you obviously put absolutely no thought into? To say this is a stupid suggestion is grossly underestimating just how stupid it really is. > I've heard that Lua scripting engine is pretty easy to add to a software. Out of pure interest, I'd like to hear what are the possible cons and difficulties here, how much work would this take and any other thoughts you have. In case you didn't notice, AutoIt is a language. So why would we go out of our way to embed another language to our language? It makes no sense. If Lua is so much better that you prefer it to AutoIt... use Lua. We won't be hurt, really.
17:19 Ticket #842 (Adding Lua as an alternative syntax) created by anonymous
Adding Lua as an alternative syntax or converting AutoIt features into …
16:15 Ticket #841 (Problems using pipes in array) closed by Jpm
No Bug: That exactly the reason what there is a before last parameter that can be use to change the separator needed used when displying the info by a listview control. Perhaps the doc need more adice on this potential conflict.
12:39 Ticket #841 (Problems using pipes in array) created by Wooltown
In one dimensional array, the text after the pipe will be removed, but …

03/01/09:

19:46 Ticket #839 (Rewrite Shutdown()) closed by Jpm
Completed: Added in version: 3.3.1.0

02/28/09:

20:13 Ticket #840 (_SQlite_Query fails to execute query) closed by Jpm
Works For Me: It is working perfect under standard AutoIt 3.3.0 which is using 3.6.5 _SQlite version
19:16 Ticket #840 (_SQlite_Query fails to execute query) created by ivanperez.x@…
From the example in the help file this should output Hello World …

02/27/09:

08:06 Ticket #839 (Rewrite Shutdown()) created by Valik
Shutdown sucks, needs rewritten. Note to self: Do it.

02/25/09:

23:05 Ticket #838 (Better COM error handling.) created by PsaltyDS
Ref: Forum post …
09:53 Ticket #820 (Speed enhancement to _FileListToArray) closed by Jpm
Completed: #837 brought a division by 3
09:51 Ticket #837 (FileFindFirstFile/NextFile feature request) closed by Jpm
Completed: Added in version: 3.3.1.0
07:29 Ticket #835 (Recursion depth macro) closed by Jpm
Rejected: I agree with Valik recursion level must be handle inside the func itself with a global variable if needed.

02/24/09:

19:26 Ticket #836 (RegWrite - set registry key as another user) closed by Valik
Rejected: You can re-run the same script with RunAs(). Or, if you are ambitious you can use DllCall() and the Windows API to impersonate another user. RunAs() is the simplest solution though.
18:31 Ticket #837 (FileFindFirstFile/NextFile feature request) created by pdaughe
FileFindFirstFile/NextFile do not currently set @extended. If no …
12:52 Ticket #836 (RegWrite - set registry key as another user) created by guenther_mandl@…
In our company user have no admin rights on their machines. If we have …
Note: See TracTimeline for information about the timeline view.