Timeline



May 1, 2009:

11:24 PM Ticket #939 (IniRenameSection fails with "empty" section) updated by MrCreatoR <mscreator@…>
>you are writing bad code and trying to rely on things you shouldn't I am relyig on things that sound logic to me, that's it. Now i will know that this is not always good idea (to rely on (my?) logic :) ). P.S IniRenameSection does rename with such content: […] I mean without a value to the key, and i understand that the function checks for the content inside the section, and don't check if the section having a correct content. I just having difficulties to understand why it can not rename with the same logic (without checking the content at all). >A much better solution is to have a "Main" section which stores the order in key=value pair Then i will have to write functions to move/rename each "key=value" in case i ("the user") will need to change the order. Perhaps there is a way to do what i need in much smart and sefisticated way, but i just wanded to stay with the simplest and quickest way, and i didn't thought that i will have problems with the Ini* funcs.
8:58 PM Ticket #936 (File version) updated by Jos
Replying to anonymous: > Thanks for this, if you can, email me at insignia96@… plz show me how 2 do this. Visit our forum for question.
8:02 PM Ticket #939 (IniRenameSection fails with "empty" section) updated by Valik
An empty section has no content to move so it does nothing. This is not an error. The section does exist, it's just empty. That is why IniDelete() works. As I expected, you are writing bad code and trying to rely on things you shouldn't. An empty section should be treated like a section that does not exist. It's more reliable to write code that makes that assumption. Second, you must be exceedingly careful how you generate the INI file if you are attempting to rely on the order of sections as some sort of order for the way they should appear. A much better solution is to have a "Main" section which stores the order in key=value pair. That will give you guaranteed control over the order. In short, your code sounds questionable. AutoIt is not doing anything wrong here.
7:44 PM Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) updated by J-Paul Mesnage
Description changed
7:32 PM Ticket #939 (IniRenameSection fails with "empty" section) updated by MrCreatoR <mscreator@…>
Replying to Valik: > What does it matter? An empty section or a section that does not exist are functionally equivalent. I don't see that it needs documented. Then why IniDelete does work with it? And sometimes there is need to work with empty sections along with the other, for example, i am using it for a seperater in list (between "category" entries). It's confusing, and imo it's wrong. Newbies will have dificulties to understand why it's not working, it's took me a while to understand :)
6:13 PM Ticket #941 (Changes to macro auto completion tips) closed by Valik
Fixed: This has been fixed for months. It will be publicly fixed in the next beta release.
6:12 PM Ticket #939 (IniRenameSection fails with "empty" section) closed by Valik
No Bug: What does it matter? An empty section or a section that does not exist are functionally equivalent. I don't see that it needs documented.
6:10 PM Ticket #940 (CPUArch macro is returning wrong processor architecture) closed by Valik
No Bug: You have a 64-bit processor but you have a 32-bit OS. @CPUArch is returning the correct thing.
4:39 PM Ticket #941 (Changes to macro auto completion tips) created by ccarrera74@…
I am using SciTE Version 1.77 Oct 23 2008 19:06:08 with AutoIt …
4:33 PM Ticket #940 (CPUArch macro is returning wrong processor architecture) created by ccarrera74@…
I have a Dell Latitude D620 laptop with a 32 bit processor. This was …
3:48 PM Ticket #937 (TrayItemSetState() and TrayItemGetState()) updated by anonymous
Hm thats strange, it's really seems that there is a bug in TrayItemGetState. Btw, 68 is "64 ($TRAY_ENABLE) + 4 ($TRAY_UNCHECKED)", and 65 is 64 + 1 ($TRAY_CHECKED). The workaround for now is to use global variable of course: […]
1:45 PM Ticket #939 (IniRenameSection fails with "empty" section) created by MrCreatoR <mscreator@…>
When we trying to rename an empty section (just section name without …
4:23 AM Ticket #936 (File version) updated by anonymous
Thanks for this, if you can, email me at insignia96@… plz show me how 2 do this.
4:13 AM Ticket #925 (Text not put in file, if uncomment function "FileOpenDialog") updated by Valik
Replying to anonymous: > My script not have "@WorkingDir". > What @WorkingDir? I would answer you except I don't think you know how to read. Otherwise you would be posting on the forum where things like this belong. Or maybe you would be reading the documentation.
4:00 AM Ticket #925 (Text not put in file, if uncomment function "FileOpenDialog") updated by anonymous
My script not have "@WorkingDir". What @WorkingDir?

Apr 30, 2009:

11:49 PM Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) created by skyteddy
Hello, I try to send a message via UDP to the LAN-independent …
11:00 AM Ticket #937 (TrayItemSetState() and TrayItemGetState()) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
9:36 AM Ticket #936 (File version) updated by Jos
Replying to insignia96: > Okay, In AutoIt 3.3.0.0 the Aut2Exe application doesnt allow you to set file version or any other info for the file. I dont know if any1 else has noticed this but i personally have always found it annoying. Anyways an extra little thing on Aut2Exe would be really nice :) This functionality has been available for a long time in AutoIt3Wrapper delivered in the SciTE4AutoIt3 package. Also updating the other resource fields is possible.
9:02 AM Ticket #937 (TrayItemSetState() and TrayItemGetState()) created by anonymous
I'm getting an odd result using the TrayItemGetState function. I have …
2:00 AM Ticket #936 (File version) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Apr 29, 2009:

11:48 PM Ticket #936 (File version) created by insignia96
Okay, In AutoIt 3.3.0.0 the Aut2Exe application doesnt allow you to …
9:27 PM Ticket #935 (WinSetState() lags) updated by trancexx
Well, if I tell you I will have to kill you. And that's bad because likely I'm gonna need you more. ... no I used method described by monoceres in this topic http://www.autoitscript.com/forum/index.php?showtopic=84936 This is the code that suited my needs to intercept AutoIt's calls to Sleep: […] Btw, thanks for the explanation and solution of course. Sometimes even the obvious things are not so obvious at all.
8:00 PM Ticket #910 (Static Right justified text) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
5:23 PM Ticket #910 (Static Right justified text) closed by J-Paul Mesnage
Fixed: I close it as no bug as I suppose the MSDN doc is the bible. I can agree sometime not easy to understand.
5:21 PM Ticket #935 (WinSetState() lags) closed by J-Paul Mesnage
No Bug: In fact all Win...() are suppose to respect the Opt("WinWaitDelay") which is 250 by default. That's the reason you get the Sleep(250). use Op('"WinWaitDelay",0) if you don't like it. I am curious to see how you find a sleep(250) was occuring.
1:10 PM Ticket #935 (WinSetState() lags) updated by trancexx
Yes, sory for me not being more descriptive. It's not the same for me. When I click ShowWindow on the left window shows and after some time controls are drawn (there is some short time when window is without controls). ... it's that sleep 250 that you call for some reason. I guess that makes it intended behaviour and my original question is answered. Is that sleep needed?
9:42 AM Ticket #935 (WinSetState() lags) updated by J-Paul Mesnage
Cannot you explain for a non english native what the difference of behavior you demonstrate? I don't understand "lag" For me clicking winsetstate buttons or dllcall ones do the same under Vista.

Apr 28, 2009:

6:43 PM Ticket #935 (WinSetState() lags) created by trancexx
I tested this on various systems and the result is the same. This …
4:50 PM Ticket #182 (Add GUISetColor() by analogue of GUISetFont()) updated by J-Paul Mesnage
Severity changed
Use the forum first on a close ticket. Just look at the doc under GUICtrlSetDefColor and GUICtrlSetDefBkColor
2:49 PM Ticket #934 (MouseGetCursor consumes left mouse clicks) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.0
1:49 PM Ticket #933 (FileGetVersion() generates error when File Version attribute values ...) closed by J-Paul Mesnage
No Bug: in fact when you use the FilegetVersion($file, "FileVersion") you don't access to the same information. Under Vista you get the version with more info as : 6.6.6000.16386 (vista_rtm.061101-2205) We will not change this behavior. That's the reason why you received the extra 0. If you want not 0 just use FilegetVersion($file).
1:54 AM Ticket #182 (Add GUISetColor() by analogue of GUISetFont()) updated by dickyou@…
Ahm, I'm currently using v3.3.0.0, but this functionality is NOT there... Would be nice to have more info why it vanished, or how it's called in current version

Apr 27, 2009:

9:11 PM Ticket #934 (MouseGetCursor consumes left mouse clicks) created by martin
if a script continually calls MouseGetCursor() then double clicking in …
5:25 PM Ticket #933 (FileGetVersion() generates error when File Version attribute values ...) created by dave.jong@…
Using the FileGetVersion optional parameter to look at the …
9:08 AM Ticket #919 (Binary() is ignored in ConsoleWrite()) updated by J-Paul Mesnage
Owner, Status changed
9:05 AM Ticket #932 (Add additonal mouse event constants to WindowsConstants.au3) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.0
8:51 AM Ticket #931 (GuiCtrlSetResizing error with graphic controls) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.0

Apr 26, 2009:

8:00 PM Ticket #932 (Add additonal mouse event constants to WindowsConstants.au3) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:30 PM Ticket #856 (_StringAddThousandsSep() prefixes some #'s with ,) updated by Spiff59
This version, incorporates the fix required above, and also strips off leading zeros, as returning a string such as "00,000,015,746" seems improper. This version is also more than twice as fast as the exisitng one. It retains all functionality, but will return @error = 1 if an invalid string is passed to the function. Presently, the first non-numeric character passed is replaced by a decimal point, and the passed string is truncated at the second non-numeric character. Rather than that "unpredictable" or undocumented behavior, I would think an @error code would be preferable. {{{Func StringAddThousandsSep($sText, $Sep = ',', $Dec = '.') If Not StringIsInt($sText) And Not StringIsFloat($sText) Then Return SetError(1) Local $aSplit = StringSplit($sText, "-" & $Dec ) Local $iInt = 1 Local $iMod If Not $aSplit[1] Then $aSplit[1] = "-" $iInt = 2 EndIf If $aSplit[0] > $iInt Then $aSplit[$aSplit[0]] = "." & $aSplit[$aSplit[0]] EndIf $iMod = Mod(StringLen($aSplit[$iInt]), 3) If Not $iMod Then $iMod = 3 $aSplit[$iInt] = StringRegExpReplace($aSplit[$iInt], '(?<=\d{' & $iMod & '})(\d{3})', $Sep & '\1') For $i = 2 to $aSplit[0] $aSplit[1] &= $aSplit[$i] Next Return $aSplit[1] EndFunc
7:21 PM Ticket #932 (Add additonal mouse event constants to WindowsConstants.au3) created by Spiff59
Some system messages, such as WM_SETCURSOR, as well as some calls to …
10:39 AM Ticket #931 (GuiCtrlSetResizing error with graphic controls) created by martin
The resizing for a graphic control set by GuiCtrlSetResizing does not …
7:09 AM Ticket #910 (Static Right justified text) updated by J-Paul Mesnage
I don't know what to do as it is a paste from MSDN

Apr 25, 2009:

8:37 PM Ticket #905 (Doc error in SplashTextOn()) updated by anonymous
Replying to Valik: > Centers vertically for me: > {{{ > SplashTextOn("Foo", "Bar", Default, Default, Default, Default) > Sleep(3000) > SplashTextOn("Foo", "Bar", Default, Default, Default, Default, 32) > Sleep(5000) > }}} Oh well. I'm screwed up someplace, for me it centered horizontally. Just ignore it. I don't use the function often anyway. I noticed it (Thought I did) when I was doing something for someone else, and I'm not messing around with it at this point. If I think of it again in a few days I'll revisit this.
8:30 PM Ticket #910 (Static Right justified text) updated by anonymous
Maybe just scrap this one for now. What I was pointing out was that the name […] implies right justification of the text and that does not match the description […] Maybe it's just me but I'm not up to worrying about it at the moment. I did comment on the other Doc change that I reported though and posted a repro.
6:20 PM Ticket #919 (Binary() is ignored in ConsoleWrite()) reopened by Valik
Reopening so I remember to document how binary data works. In addition StdinWrite(), ConsoleWrite() and ConsoleWriteError() need updated.
6:18 PM Ticket #905 (Doc error in SplashTextOn()) updated by Valik
Centers vertically for me: […]
6:03 PM Ticket #905 (Doc error in SplashTextOn()) updated by anonymous
Replying to Jpm: > No info from the user. > Closing What repro script? The text centers Horizontally (side to side) not Vertically (top to bottom). […]
5:56 PM Ticket #910 (Static Right justified text) updated by anonymous
Replying to Jpm: > are you in vacation? Just came home from hospital. I'll see if I can find the script I was doing when I noticed it in a few minutes. When I tested it the $SS_RIGHTJUST did not right justify the text.
5:33 PM Ticket #921 (AutoIt is retrieving wrong values from Data Base (AS400 Data Base)) updated by Valik
Description changed
Please read WikiStart on how to create a good ticket. You're making this overly difficult.
5:19 PM Ticket #919 (Binary() is ignored in ConsoleWrite()) closed by Valik
No Bug: I was correct, this is an intentional change. See #13. Closing as no bug.
4:53 PM Ticket #930 (Arraydisplay does not display everything) updated by J-Paul Mesnage
_ArrayDisplay display with a GUICtrlListView function which needs to use a separator by default "|" is used that the reason why the first entry is truncated. Just use another unused separator so the display cannot stop on such character. […]
4:31 PM Ticket #930 (Arraydisplay does not display everything) closed by Valik
No Bug: You don't say?
1:35 PM Ticket #930 (Arraydisplay does not display everything) created by wimhek
When a row in an arry contains a '|' dislaying of the line stops. …
7:29 AM Ticket #442 (Proposed changes to _StringAddThousandsSep()) reopened by Valik
I'm reopening this to remind myself to fix this stupid function with some changes I've been sent.

Apr 24, 2009:

8:45 PM Ticket #929 (form designer) closed by Valik
Rejected: Koda already exists for this. Searching the forum would do wonders.
8:25 PM Ticket #929 (form designer) created by anonymous
the included file is the source code for Freeform 3.0.3 for liberty …
5:38 PM Ticket #918 (GUICtrlSetFont() and related) closed by J-Paul Mesnage
Completed: Added in version: 3.3.1.0
5:32 PM Ticket #918 (GUICtrlSetFont() and related) updated by Valik
I don't see why we should add this attribute.
3:51 PM Ticket #918 (GUICtrlSetFont() and related) updated by J-Paul Mesnage
I understand That will be the last parameter that we will add to GUICtrlSetFont(). I will not extend more attributes ton such function. ;)
1:13 PM Ticket #918 (GUICtrlSetFont() and related) updated by anonymous
Well, XP market share is over 60%. Font smoothing feature is disabled by default (no smart reason these days I guess). I don't know how many users enabled smoothing, but GUIs with regular font are much more unattractive. The option for me (let's say) is to enable smoothing for user (and disable it later): […] or to use custom font with CLEARTYPE_QUALITY. Additional values for attribute parameter with AutoIt font functions is desirable from my perspective.
8:29 AM Ticket #927 ($msg[2] = 0x00000000 in TreeView) closed by J-Paul Mesnage
No Bug: I am not sure to understand what you expect. The $msg Array you post show that the event is a movemouse (-11) so there is not control handle for this event. Please use the forum to get help before reporting a bug
8:23 AM Ticket #910 (Static Right justified text) updated by J-Paul Mesnage
are you in vacation?
7:25 AM Ticket #918 (GUICtrlSetFont() and related) updated by J-Paul Mesnage
Not sure It will be the last request of change as ChangeFont as so many parameters which are not accessible. In my specific case as Cleartype is the default under Vista your example as no effect. The only value which is changing something is $NONANTIALIASED_QUALITY which does not seems an improvement. Please specify in which context such quality only addition will be a very good improvement. Thanks
6:56 AM Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) updated by J-Paul Mesnage
Just attach ypur sample MFC. Thanks
6:54 AM Ticket #905 (Doc error in SplashTextOn()) closed by J-Paul Mesnage
Works For Me: No info from the user. Closing
6:53 AM Ticket #921 (AutoIt is retrieving wrong values from Data Base (AS400 Data Base)) updated by J-Paul Mesnage
Not sure some dev can help you as db2 is not a database use by default in our environment. Can you reproduce with MSAccess database for instance?
6:41 AM Ticket #928 (Using the power operator casts to int32) closed by J-Paul Mesnage
No Bug: in the first computation the result cannot be store in an int so hex cannot convert it. hex() works only on 32-bit int not int64 in the second 164 is a double so multiplication give a result as a double which is converted back with precision rounding if possible. in this case as it is not possible max negative is the conversion result. No Bug
12:44 AM Ticket #928 (Using the power operator casts to int32) created by monoceres
Well maybe this is not a bug, but isn't this behaviour strange since …

Apr 23, 2009:

8:00 PM Ticket #923 (Tidy upcases .eval COM object method) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
7:51 PM Ticket #923 (Tidy upcases .eval COM object method) closed by Jos
Fixed: A new version of Tidy (2.0.28.2) is available in the Beta download directory that fixes this issue. Thanks, Jos
4:16 PM Ticket #927 ($msg[2] = 0x00000000 in TreeView) created by Dennis.Miller@…
When using TreeView and GUIGetMsg(1) any time a items is selected the …
12:59 PM Ticket #923 (Tidy upcases .eval COM object method) updated by Jos
Owner, Status changed
12:24 PM Ticket #926 (Not read text from file OR function "msgbox" get value in clip if ...) closed by Jos
No Bug: same comment as #925
12:12 PM Ticket #925 (Text not put in file, if uncomment function "FileOpenDialog") closed by Jos
No Bug: Yes it is but you need to look in the directory you just selecteda file from: Quote from tyhe remarks section in the Helpfile: @WorkingDir is changed on successful return. Please post questions/issues like this first in our support forum to get confirmation of a bug. Jos
12:05 PM Ticket #926 (Not read text from file OR function "msgbox" get value in clip if ...) created by anonymous
[…]
12:02 PM Ticket #925 (Text not put in file, if uncomment function "FileOpenDialog") created by anonymous
[…]
7:10 AM Ticket #924 (_ArrayDelete removes last entry when element beyond Ubound is specified) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.0

Apr 22, 2009:

11:20 PM Ticket #924 (_ArrayDelete removes last entry when element beyond Ubound is specified) created by DaleHohm
In the following example, _ArrayDelete is instructed to delete element …
11:11 PM Ticket #923 (Tidy upcases .eval COM object method) created by DaleHohm
SciTe Tidy will update the .eval method in the following line: …
5:44 PM Ticket #922 ($CmdLineRaw does not allow pipes ('|')) closed by Valik
No Bug: This belongs in support. Also, terrible report, read WikiStart. Your title has nothing to do with the problem you describe. You don't provide a script. Worst of all, there is no bug here, just a failure on your part to understand how things work.
5:32 PM Ticket #922 ($CmdLineRaw does not allow pipes ('|')) created by pparsons@…
1) Set up a parameter list that includes pipes (i.e. …
11:00 AM Ticket #921 (AutoIt is retrieving wrong values from Data Base (AS400 Data Base)) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
10:35 AM Ticket #921 (AutoIt is retrieving wrong values from Data Base (AS400 Data Base)) created by mmahima
When i try to execute the following statements in autoit, it is …
7:24 AM Ticket #920 (StringInStr does not work correctly) closed by Valik
No Bug: I suggest you re-evaluate your code. It's working as designed and as written.
7:20 AM Ticket #920 (StringInStr does not work correctly) created by blckbrd
When you use the sample: The starting position of the search does not …
3:06 AM Ticket #919 (Binary() is ignored in ConsoleWrite()) updated by Valik
I do not think this is a bug. I am trying to remember why this is happening but it is certainly an intentional design.
2:46 AM Ticket #919 (Binary() is ignored in ConsoleWrite()) created by jchd
The code below shows the problem. […]
12:48 AM Ticket #912 (Avarage Color) closed by Valik
Rejected: This seems like the kind of thing best implemented in a plugin or standard DLL.
12:45 AM Ticket #917 (Funciton FileRecycleEmpty() hangs) closed by Valik
Works For Me: Either you had a lot of stuff in the recycle bin and just didn't let it wait long enough or the recycle bin was corrupt. Also, your code was never going to work. If execution is hung on the FileRecyle() line how exactly did you think it was going to go through that loop? Closing as works for me.

Apr 21, 2009:

11:00 AM Ticket #918 (GUICtrlSetFont() and related) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:02 AM Ticket #918 (GUICtrlSetFont() and related) created by trancexx
Would it be possible to get another parameter to functions …
7:17 AM Ticket #917 (Funciton FileRecycleEmpty() hangs) updated by roman.kuechler@…
Sorry: The concerning server was a Windwos 2003 Standard SP2 Server (ESX Virtual Machine, with Citrix installed). Regards, Roman.
7:13 AM Ticket #917 (Funciton FileRecycleEmpty() hangs) created by roman.kuechler@…
Hi I use AutoIt since many years. The last days i had a strange …
12:22 AM Ticket #912 (Avarage Color) updated by dexto
I think it will have same (opimised) pixel capturing algorithm as PixelSearch since i dono what it is its hard to speculate on how they will be processed. General idea (low memory use high CPU use): -Keep tack of how may pixels where processed. -While calculating R B G for first 2 pixels store it in R G and B temp long double -With a third pixel calculate R G B and divide it by the number of pixels already processed (to average it correctly later on) add that value to temp R G and B and divide by number of pixels proceed divided by 2. -(Formula: ([current average]+[current pix]/[number of pixels processed+1])/([number of pixels processed+1]/2) -Move on to the next pixel. Another idea (high memory use low CPU): -Calculate R G B store it in array -Calculate average of every two pixels store it in array (destroy previous array) -Calculate average of every two pixels in the new reduced array. -and so on until only one pair left. Can you think of a better one? ;)

Apr 20, 2009:

7:20 PM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) updated by xelotiac@…
Well, I think you've right. Thanks!
9:36 AM Ticket #912 (Avarage Color) updated by J-Paul Mesnage
caan you post or PM what an algorithm that you yhink will implement what you think about. Thanks ;)
6:42 AM Ticket #31 (AutoIt user agent added to internet functions) updated by anonymous
Some websites are saying that I need to download Firefox or IE :S

Apr 19, 2009:

6:12 PM Ticket #916 (Line inversion in INet.au3) closed by Gary
Fixed: Fixed in version: 3.3.1.0
5:30 PM Ticket #916 (Line inversion in INet.au3) updated by Valik
Replying to jchd <usenet@…>: > Please make the correction for next release, it's only a couple of seconds away to get it right. > You really need to read WikiStart. YOU are not the one who determines how we spend our time on issues. You have rudely and incorrectly set the blocking flag AND requested this be done for your convenience. Were it up to me I wouldn't resolve this for awhile simply because I'm an asshole who doesn't like people like you trying to tell me how to work on things.
5:00 PM Ticket #916 (Line inversion in INet.au3) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
2:17 PM Ticket #916 (Line inversion in INet.au3) created by jchd <usenet@…>
There's a little bug in Inet.au3. Func …
9:59 AM Ticket #911 (MouseClickDrag speed patameter changes results) closed by Jos
No Bug: You need to read https://www.autoitscript.com/trac/autoit/wiki/WikiStart, the documentation and learn how to use the forum.
9:54 AM Ticket #914 (Not get string from file (length ~ 1024)) closed by Jos
No Bug: Duplicate report
9:54 AM Ticket #915 (Not get string from sile) closed by Jos
No Bug: Double report
9:53 AM Ticket #913 (Not get string from file (length ~1024)) closed by Jos
No Bug: No bug: post script issue/questions in our forums.
8:47 AM Ticket #915 (Not get string from sile) created by anonymous
MsgBox(0,'See "txt.txt"',FileReadLine('txt.txt',7))
8:35 AM Ticket #914 (Not get string from file (length ~ 1024)) created by anonymous
[…]
8:33 AM Ticket #913 (Not get string from file (length ~1024)) created by anonymous
[…] soderzhimeo file "txt.txt": …
8:00 AM Ticket #912 (Avarage Color) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:46 AM ImageSearch.cpp attached to Ticket #269 by dexto
This is the code for that particular function described above
5:33 AM Ticket #912 (Avarage Color) created by dexto
Just an idea that you can work on if you like it: Function that …
12:47 AM MouseClickDragBug.jpg attached to Ticket #911 by anonymous
MouseClickDragBug
12:47 AM Ticket #911 (MouseClickDrag speed patameter changes results) created by TObject
MouseClickDrag has different results if I change speed parameter …

Apr 17, 2009:

10:42 PM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) updated by Jos
Replying to xelotiac@…: > I have used extern tools to investigate this exits problem. Indeed the Opera and some more program has more titles - in this case Opera has 4 titles: > "Website Name - Opera", "Opera", "M", "Default IME". By the way last Title AutoIt also creates. > > You've right, is no Bug, but it would be worth to know this background, so you can add this at the official help file, if you think is ok...? Do you have any idea how many exceptions there could be potentially? I cannot see ant reason why we should even try to document this as this is cearly your mistake and although I understand the mistake is easily made, its still up to the scripter to do debugging and proper design. Again, use our forums the next time when things don't work. Jos
6:58 PM Ticket #910 (Static Right justified text) updated by J-Paul Mesnage
can you post a repro script so I can see what the result you want? Thanks
5:42 PM Ticket #910 (Static Right justified text) created by GEOSoft
Maybe it's just me but this line in the GUI Control Styles doc page …
4:04 PM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) updated by xelotiac@…
I have used extern tools to investigate this exits problem. Indeed the Opera and some more program has more titles - in this case Opera has 4 titles: "Website Name - Opera", "Opera", "M", "Default IME". By the way last Title AutoIt also creates. You've right, is no Bug, but it would be worth to know this background, so you can add this at the official help file, if you think is ok...?
3:12 PM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) updated by anonymous
Well, I understand, that my Program / Compiler has an "AutoIt" title too, ok - I think this would be worth a comment, that you are not allow to beginn with title "AutoIt"... But whats with the second problem with WinExists - it works on all windows incorrectly…
1:35 PM Ticket #908 (GUICtrlSetImage needs wrong icon index to show needed icon) closed by J-Paul Mesnage
No Bug: Just reread the doc as negative index have been introduce to differentiate name and index reference
12:00 PM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) closed by Jos
No Bug: Please use the forums to ask these type of questions before reporting a supposed BUG. Closing as NOBUG. Run this script and see the result: […]
9:28 AM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) updated by xelotiac@…
To sum up all: . WinActivate works not very truly . WinExists always checks the whole title
9:24 AM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) updated by xelotiac@…
New Ones: […] Its only deactivate the current windows) But WinActive seems to work always correct
9:00 AM Ticket #907 (Local and Global varaibleas has no different) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:57 AM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) created by xelotiac@…
Hello, --1-- Open the AutoIt Help and execute this code line: […] …
8:53 AM Ticket #908 (GUICtrlSetImage needs wrong icon index to show needed icon) created by Pumbaa
GUICtrlSetImage needs wrong icon index to show needed icon. In 3.2.X.X …
7:49 AM Ticket #907 (Local and Global varaibleas has no different) closed by Valik
No Bug: You need to read WikiStart, the documentation and learn how to use the forum.
7:06 AM Ticket #907 (Local and Global varaibleas has no different) created by wellic72@…
See sources: File: main.au3 […] File: file1.au3

Apr 15, 2009:

10:08 AM Ticket #904 (ShellExecuteWait Flag Bug) updated by anonymous
Hey, you've right! So I found the Reason: I have used the old german help file for v. 3.1.0 instead of 3.3.0. There was no so much options. Now I have found even a actual help file =) Thank you very much for your quick support!
6:31 AM Ticket #905 (Doc error in SplashTextOn()) updated by J-Paul Mesnage
I don't think you right just attach a repro script as requested in the track submission

Apr 14, 2009:

11:14 PM Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) created by rgreer@…
If an MFC ActiveX Control makes a call to […] , it is supposed to …
9:40 PM Ticket #904 (ShellExecuteWait Flag Bug) updated by Valik
You are calling the function wrong.
9:23 PM Ticket #904 (ShellExecuteWait Flag Bug) updated by xelotiac@…
Hello, I have try out only this one liner with severals programs / windows and it doesn't take effect. Please veryfing yourself it and reopen this track.
7:51 PM Ticket #905 (Doc error in SplashTextOn()) created by GEOSoft
Docs for SplashTextOn() are incorrect and have been forever. In the …
7:14 PM Ticket #903 (_ExcelReadSheetToArray doesn't work with other MSoffice language than US) closed by Valik
Duplicate: Closing as duplicate of #850. A simple search for "_ExcelReadSheetToArray" would have provided results.
7:12 PM Ticket #904 (ShellExecuteWait Flag Bug) closed by Valik
No Bug: No shit, you don't say? Maybe if you try calling the function correctly you might get better results.
6:55 PM Ticket #904 (ShellExecuteWait Flag Bug) created by xelotiac@…
Flag Setting (e.g. SW_MAXIMIZE) has no effect. …
5:42 PM Ticket #903 (_ExcelReadSheetToArray doesn't work with other MSoffice language than US) created by rooversj@…
When the OS language or MS Office language is other than US the …
9:00 AM Ticket #902 (Typo in AutoIT Help (.chm file) _SQLite_GetTable) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
7:06 AM Ticket #902 (Typo in AutoIT Help (.chm file) _SQLite_GetTable) closed by J-Paul Mesnage
Fixed: Already fix in 3.3.1

Apr 12, 2009:

6:57 PM Ticket #902 (Typo in AutoIT Help (.chm file) _SQLite_GetTable) created by evilpacketmonkey
_SQLite_GetTable I think line 49 has an typo with ")" as I was getting …
6:12 PM Ticket #901 (Array in array) closed by Valik
Rejected: Given that the feature exists asking for the feature is rather pointless don't you think?
6:00 PM Ticket #901 (Array in array) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:14 PM Ticket #901 (Array in array) created by Kip
I would love it if AutoIt had the possibility to insert arrays in …
11:57 AM Ticket #900 (_GUICtrlTreeView_SetChecked() - add Remarks) updated by Zedna
Replying to Jpm: > Standard Function never reference UDF doc. Only the reverse if needed Then add this only to UDF part (not to ControlTreeView).

Apr 11, 2009:

11:27 PM Ticket #900 (_GUICtrlTreeView_SetChecked() - add Remarks) closed by J-Paul Mesnage
Rejected: Standard Function never reference UDF doc. Only the reverse if needed
9:00 PM Ticket #900 (_GUICtrlTreeView_SetChecked() - add Remarks) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:16 PM Ticket #900 (_GUICtrlTreeView_SetChecked() - add Remarks) created by Zedna
Note: This could be added maybe also at ControlTreeView() Check option …

Apr 10, 2009:

9:23 PM Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) updated by Valik
Does this mean you agree with my remark about breaking backwards compatibility. documenting that breakage and all that fun stuff?
9:00 PM Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:14 PM Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) created by Jos
With the current way ShellExecute works its impossible to use …
4:59 PM Ticket #898 (More Detail in "AutoIt Error" window?) closed by Valik
Rejected: Or, you could write your scripts in a way so that they don't crash.
3:00 PM Ticket #898 (More Detail in "AutoIt Error" window?) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:21 PM Ticket #898 (More Detail in "AutoIt Error" window?) created by exodius
Using this on a "AutoIt Error" window with the "Line -1:...Error: …
7:51 AM Ticket #896 (CPU intencive yet simple and powerful addition to PixelSearch) updated by Valik
Replying to ao0921@…: > sorry, I'm new to this, i was thinking i did something wrong to the first one. In the future when you think you've done something wrong the first try ask how to do it right (on the forum) before trying again. As it is, you didn't do anything wrong the first time. You should have added your code as a new comment to the first ticket. Creating a new, identical (mostly) ticket was wrong. > So i guess this function is more then AutoIt is planned to do? Yes. It offers only a slight variation over the standard PixelSearch(). > Also your name isn't that Russian? (just curious) No.
6:03 AM Ticket #896 (CPU intencive yet simple and powerful addition to PixelSearch) updated by ao0921@…
sorry, I'm new to this, i was thinking i did something wrong to the first one. So i guess this function is more then AutoIt is planned to do? Also your name isn't that Russian? (just curious)
3:46 AM Ticket #897 (StringToASCIIArray() does not work correctly with binary data.) created by Valik
I need to fix StringToASCIIArray() to properly support binary data, …
3:39 AM Ticket #894 (StringToASCIIArray() with UTF-8 encoding gives wrong result) closed by Valik
No Bug: This line of code: […] After that call you are done with UTF-8. The variable $str now UNICODE. The problem is you are mangling the data in the call to StringToASCIIArray() because you lie to it and tell it the string is UTF-8 when in reality no it's not. However, it does what you tell it to and returns garbage as a result. I hope I don't need to explain what the fix is. This is not a bug.
3:13 AM Ticket #895 (CPU intencive yet simple and powerful addition to PixelSearch) closed by Valik
Duplicate: Closing as a duplicate of #896.
3:12 AM Ticket #896 (CPU intencive yet simple and powerful addition to PixelSearch) closed by Valik
Rejected: Is there some reason you had to post this as a second ticket? Couldn't you have just posted the code as a new comment in #895? Further, while the code is logically sound it uses GetPixel() rendering it useless. I would not be surprised at all if you (or at least somebody) can't write something in AutoIt faster than that. GetPixel() is horrible for repeated operations because it involves a tremendous amount of overhead per call. Since you know C++ I suggest you write a DLL (optionally make it a plugin DLL). The API is undocumented but it is still there and people on the forum do know how to write plugins. You just need to start asking the right questions in the right place which is something you haven't done so far.
1:50 AM Ticket #896 (CPU intencive yet simple and powerful addition to PixelSearch) created by ao0921@…
Would help greatly because algorithm is VERY CPU intensive and is …
12:00 AM Ticket #895 (CPU intencive yet simple and powerful addition to PixelSearch) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.

Apr 9, 2009:

11:52 PM Ticket #895 (CPU intencive yet simple and powerful addition to PixelSearch) created by dexto
Would help greatly because algorithm is VERY CPU intensive and is …
3:27 PM Ticket #894 (StringToASCIIArray() with UTF-8 encoding gives wrong result) created by O'Ehby
StringToASCIIArray() with UTF-8 encoding gives wrong result […] …
9:02 AM Ticket #351 (Reverse PixelSearch) updated by anonymous
THANK YOU!!!! Can't wait!

Apr 8, 2009:

11:33 PM Ticket #889 (GUISetIcon() stops working after FileOpenDialog()) updated by doudou
Thanks for clarification. Connecting GUISetIcon's behavior to OpenFileDialog's change of working directory never came to my mind.
10:57 PM Ticket #892 (Request for ControlGetColor, ControlGetBkColor) updated by anonymous
Gee, aweful nice of you to take as much time as I did in making this request.

Apr 7, 2009:

9:13 AM Ticket #888 (error with Send("{}}") under winXP) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.0
6:23 AM Ticket #893 (Generating a script / recording a script.) closed by Valik
Rejected: Try searching the forum next time.
6:00 AM Ticket #893 (Generating a script / recording a script.) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
5:58 AM Ticket #893 (Generating a script / recording a script.) created by a.jithendra@…
why don't you add a feature like which will generate script or record …

Apr 6, 2009:

6:38 PM Ticket #890 (inconsistence with objects and execute) closed by Valik
No Bug: You missed the point which was the script is not reproduceable. You are using an object not commonly available. > what do you think? I think Execute() should be removed from the language.
6:24 PM Ticket #890 (inconsistence with objects and execute) updated by JRSmile
back again, just recogniced that it is impossible to set object attributes with execute because it is a read only function, i would suggest adding this as feature request for further autoit versions. what do you think?
6:23 PM Ticket #890 (inconsistence with objects and execute) updated by anonymous
Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86
5:27 PM Ticket #892 (Request for ControlGetColor, ControlGetBkColor) closed by Valik
Rejected: There is no standard way of retrieving color information.
5:25 PM Ticket #891 (IE-Events are not viewable) closed by Valik
No Bug: Read WikiStart. Pay particular attention to the part where it says: > Do not ask for support
5:24 PM Ticket #890 (inconsistence with objects and execute) updated by Valik
WikiStart#Howtoreportbugs
3:37 PM Ticket #892 (Request for ControlGetColor, ControlGetBkColor) created by tony_balony_1960@…
I've seen a bit of call for this and tried many suggestions and even …
2:09 PM Ticket #890 (inconsistence with objects and execute) updated by JRSmile
here the link to the thread: http://www.autoitscript.com/forum/index.php?showtopic=92674&st=0#entry666028
2:00 PM BrowseCheck.au3 attached to Ticket #891 by anonymous
1:59 PM Ticket #891 (IE-Events are not viewable) created by doreen.hacker@…
Hello, I have the problem that I have an AutoIT-Script to gauge the …
1:00 PM testsdf.au3 attached to Ticket #890 by JRSmile
example of execute and objects
12:59 PM Ticket #890 (inconsistence with objects and execute) created by JRSmile
Hi if i use the execute function to do a method call like this: …
11:04 AM Ticket #888 (error with Send("{}}") under winXP) reopened by J-Paul Mesnage
Thanks to other dev I reopen it as doc say reverse. Not sure What will be the solution code/doc
10:53 AM Ticket #887 (Errors helfile 3.3.0.0) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.3.1.0
10:45 AM Ticket #887 (Errors helfile 3.3.0.0) updated by J-Paul Mesnage
I try to incorporate most of what you changes. But Standard builtin never reference UDF. So Acos() will not reference _Degree() the crossreferencing is not all the time symetrical as "If" as no reference to reference "Select" Gary will be surprised as soon it get back it system working.

Apr 5, 2009:

4:54 PM Ticket #889 (GUISetIcon() stops working after FileOpenDialog()) closed by J-Paul Mesnage
No Bug: doc say […] so no bug
4:52 PM Ticket #888 (error with Send("{}}") under winXP) closed by J-Paul Mesnage
No Bug: {} -> Null followed by } so there is no error just use […]

Apr 4, 2009:

8:59 PM Ticket #881 (Au3Check Yacc stack overflow) updated by Manadar
Thanks to all three of you.
8:20 PM Ticket #889 (GUISetIcon() stops working after FileOpenDialog()) updated by Jos
OpenFileDialog() changes the Workdir to the directory the file was chaoosen from. Try setting it back to de @Scriptdir right after the OpenFileDialog().
8:03 PM Tests.zip attached to Ticket #889 by doudou
Bug show case
8:02 PM Ticket #889 (GUISetIcon() stops working after FileOpenDialog()) created by doudou
If you create a form AFTER FileOpenDialog() was called and …
11:58 AM Ticket #887 (Errors helfile 3.3.0.0) updated by Tweaky
Hi, I have found more "errors". 1 GUICtrlSetTip Mutual does not refer GUICtrlSetTip refers to Default. But not the other way 2 IsAdmin Mutual does not refer IsAdmin refers to RequireAdmin. But not the other way 3 ToolTip Mutual does not refer ToolTip refers to Default. But not the other way 4 WinMove Mutual does not refer WinMove refers to Default. But not the other way 5 comments-start Mutual does not refer comments-start refers to include. But not the other way 5 comments-start Mutual does not refer comments-start refers to include-once. But not the other way 6 Do Mutual does not refer Do refers to For. But not the other way 7 Exit Mutual does not refer Exit refers to FuncOnAutoItExit. But not the other way 8 ForInNext Mutual does not refer ForInNext refers to ObjEvent. But not the other way 9 Func Mutual does not refer Func refers to Dim. But not the other way 9 Func Mutual does not refer Func refers to include. But not the other way 10 include-once Mutual does not refer include-once refers to FileInstall. But not the other way 11 ReDim Mutual does not refer ReDim refers to UBound. But not the other way 12 Switch Mutual does not refer Switch refers to If. But not the other way 12 Switch Mutual does not refer Switch refers to IfElseEndIf. But not the other way For this "errors" I have NO corrected .txt-files. You must correct it yourself

Apr 3, 2009:

10:41 PM Ticket #888 (error with Send("{}}") under winXP) created by pcn@…
Hello & thanks for looking at this. My problem is: Send("{}}") …
9:33 PM Ticket #887 (Errors helfile 3.3.0.0) updated by Tweaky
I have send you an PM with the updated .txt-files with the related"Bug". Please check if it is now OK.
3:48 PM Ticket #887 (Errors helfile 3.3.0.0) updated by J-Paul Mesnage
can you PM me the updated .txt to fix the related/back reference. I am not sure all should have backward But as I will not go manually to update all those. I fix the blank line which was due to an internal generation from the include.au3
1:36 PM errors helpfile 3.3.0.0.txt attached to Ticket #887 by Tweaky
errors in 3.3.0.0
1:35 PM Ticket #887 (Errors helfile 3.3.0.0) created by Tweaky
Hi, there are a lot of erros in the helpfile for 3.3.0.0. In the file …

Apr 2, 2009:

6:30 PM Ticket #881 (Au3Check Yacc stack overflow) closed by Jos
Fixed: Fixed in version: 3.3.1.0

Apr 1, 2009:

8:23 AM Ticket #883 (ScrollBox) updated by anonymous
Ok, i assumed about this.
12:53 AM Ticket #885 (Investigate why Default compares true to False) closed by Valik
Fixed: Fixed in version: 3.3.1.0
12:48 AM Ticket #885 (Investigate why Default compares true to False) updated by Valik
After some discussion it's been determined that Default should only compare true to Default. It should not compare true to anything else including "" and -1. So with that in mind I'm closing this with the original fix from JP as it does solve the issue with comparison to False.
Note: See TracTimeline for information about the timeline view.