Timeline
May 6, 2009:
- 6:58 AM Ticket #944 (Self extractable file and documentation) updated by
- Could also be you need to do an UNBLOCK in the File Properties as Windows does that with downloaded helpfiles. Jos
May 5, 2009:
- 11:40 PM Ticket #944 (Self extractable file and documentation) closed by
- No Bug: Either you have a corrupt download, a corrupt file or you did not extract all the files. If you have further trouble post on the forum. I just downloaded the self-extracting archive and all files are present.
- 11:22 PM Ticket #944 (Self extractable file and documentation) created by
- I decompressed the self extractable file. The autoit3.chm is not …
- 9:32 PM Ticket #884 (Proxy mode 0 (use IE) and authentication) updated by
-
Status, Severity changed
This needs addressed before the next beta is released. Setting the blocking flag to reflect that. The reason I'm setting this as blocking is because InetGet() needs re-written to support this. Re-writing InetGet() means some unreleased proxy-related code also gets re-written. I would rather user's not test the proxy-related code I that I know is going to just get re-written. - 9:30 PM Ticket #897 (StringToASCIIArray() does not work correctly with binary data.) updated by
-
Status, Severity changed
This needs addressed before the next beta is released. Setting the blocking flag to reflect that. This should be simple, I think it's actually a documentation error, not a coding error. - 9:29 PM Ticket #919 (Binary() is ignored in ConsoleWrite()) updated by
-
Severity changed
This needs addressed before the next beta is released. Setting the blocking flag to reflect that. Simple documentation change. - 9:28 PM Ticket #442 (Proposed changes to _StringAddThousandsSep()) updated by
-
Owner, Status, Severity changed
This needs addressed before the next beta is released. Setting the blocking flag to reflect that. I have code sent to me I just need to review it and commit it. - 9:25 PM Ticket #408 (inetGet will not download from https with bad certificate) updated by
-
Owner, Severity changed
This needs addressed before the next beta is released. Setting the blocking flag to reflect that. The reason I'm setting this as blocking is because InetGet() needs re-written to support this. Re-writing InetGet() means some unreleased proxy-related code also gets re-written. I would rather user's not test the proxy-related code I that I know is going to just get re-written. - 9:20 PM Ticket #615 (License needs fixed) updated by
-
Owner, Status, Severity changed
This needs addressed before the next beta is released. Setting the blocking flag to reflect that. - 4:20 PM Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) updated by
- Replying to Jpm: > Why not to use the fact that the IP use 255 instead of adding a new parameter. It's a SAFETY switch. If we try to auto-detect the switch needs turned off we might as well just turn the switch off permanently. But doing that goes back to the whole reason the switch exists in the first place: To keep users from accidentally flooding the network. It must be an option the user must choose to call. My only debate is whether this should be implemented via a new function or whether it should be specified at socket creation time. I'm not sure yet which I prefer.
- 10:48 AM Ticket #334 (Sqlite UDF and Vista64) updated by
- since july 2008 a X64 dll version is available.
- 9:30 AM Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) updated by
- Just a slight precision the doc is a little bit buggy the return from UDPSend() must be check using @error. I just update the doc. Same for UDPBind()
- 8:04 AM Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) updated by
- Why not to use the fact that the IP use 255 instead of adding a new parameter.
May 3, 2009:
- 5:59 PM Ticket #938 (UDPOpen and/or UDPSend to 255.255.255.255 doesn't work) updated by
-
Owner, Status, Version, Type changed
This is not a bug. This is a lack of feature. Sockets that wish to send broadcast messages must set a specific option. It's a safety feature. AutoIt currently does not allow the "let me broadcast" flag (SO_BROADCAST) to be set. I'm changing this to a feature request to reflect it's not actually a bug. - 4:49 PM Ticket #943 (not correct prcocedure) closed by
- No Bug: You miss the point of what IsString() and IsNumber() do. Re-read the documentation closer. In addition things like this should be posted on the support forum.
- 2:49 PM Ticket #943 (not correct prcocedure) created by
- […]
- 6:36 AM Ticket #942 (WinGetActive) closed by
- Rejected: I suggest reading the documentation.
- 6:11 AM Ticket #942 (WinGetActive) created by
- Function to retrieve window title and text that later can be used with …
May 2, 2009:
- 6:56 PM Ticket #939 (IniRenameSection fails with "empty" section) updated by
- >See the problem? Yes. I really appreciating the attention to the subject, and sorry for wasting your time.
- 12:08 AM Ticket #939 (IniRenameSection fails with "empty" section) updated by
- The underlying Windows API returns the number of bytes read (when reading the existing section). An empty section returns 0 characters. A non-existent section returns 0 characters. See the problem?
May 1, 2009:
- 11:24 PM Ticket #939 (IniRenameSection fails with "empty" section) updated by
- >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
- 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
- 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
-
Description changed
- 7:32 PM Ticket #939 (IniRenameSection fails with "empty" section) updated by
- 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
- 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
- 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
- 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
- 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
- I have a Dell Latitude D620 laptop with a 32 bit processor. This was …
- 3:48 PM Ticket #937 (TrayItemSetState() and TrayItemGetState()) updated by
- 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
- When we trying to rename an empty section (just section name without …
- 4:23 AM Ticket #936 (File version) updated by
- 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
- 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
- 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
- Hello, I try to send a message via UDP to the LAN-independent …
- 11:00 AM Ticket #937 (TrayItemSetState() and TrayItemGetState()) updated by
-
Severity changed
Automatic ticket cleanup. - 9:36 AM Ticket #936 (File version) updated by
- 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
- I'm getting an odd result using the TrayItemGetState function. I have …
- 2:00 AM Ticket #936 (File version) updated by
-
Version changed
Automatic ticket cleanup.
Apr 29, 2009:
- 11:48 PM Ticket #936 (File version) created by
- Okay, In AutoIt 3.3.0.0 the Aut2Exe application doesnt allow you to …
- 9:27 PM Ticket #935 (WinSetState() lags) updated by
- 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
-
Milestone changed
Automatic ticket cleanup. - 5:23 PM Ticket #910 (Static Right justified text) closed by
- 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
- 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
- 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
- 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
- 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
-
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
- Fixed: Fixed in version: 3.3.1.0
- 1:49 PM Ticket #933 (FileGetVersion() generates error when File Version attribute values ...) closed by
- 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
- 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
- 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
- Using the FileGetVersion optional parameter to look at the …
- 9:08 AM Ticket #919 (Binary() is ignored in ConsoleWrite()) updated by
-
Owner, Status changed
- 9:05 AM Ticket #932 (Add additonal mouse event constants to WindowsConstants.au3) closed by
- Completed: Added in version: 3.3.1.0
- 8:51 AM Ticket #931 (GuiCtrlSetResizing error with graphic controls) closed by
- 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
-
Version changed
Automatic ticket cleanup. - 7:30 PM Ticket #856 (_StringAddThousandsSep() prefixes some #'s with ,) updated by
- 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
- 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
- The resizing for a graphic control set by GuiCtrlSetResizing does not …
- 7:09 AM Ticket #910 (Static Right justified text) updated by
- 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
- 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
- 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
- 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
- Centers vertically for me: […]
- 6:03 PM Ticket #905 (Doc error in SplashTextOn()) updated by
- 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
- 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
-
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
- 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
- _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
- No Bug: You don't say?
- 1:35 PM Ticket #930 (Arraydisplay does not display everything) created by
- When a row in an arry contains a '|' dislaying of the line stops. …
- 7:29 AM Ticket #442 (Proposed changes to _StringAddThousandsSep()) reopened by
- 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
- Rejected: Koda already exists for this. Searching the forum would do wonders.
- 8:25 PM Ticket #929 (form designer) created by
- the included file is the source code for Freeform 3.0.3 for liberty …
- 5:38 PM Ticket #918 (GUICtrlSetFont() and related) closed by
- Completed: Added in version: 3.3.1.0
- 5:32 PM Ticket #918 (GUICtrlSetFont() and related) updated by
- I don't see why we should add this attribute.
- 3:51 PM Ticket #918 (GUICtrlSetFont() and related) updated by
- 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
- 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
- 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
- are you in vacation?
- 7:25 AM Ticket #918 (GUICtrlSetFont() and related) updated by
- 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
- Just attach ypur sample MFC. Thanks
- 6:54 AM Ticket #905 (Doc error in SplashTextOn()) closed by
- 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
- 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
- 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
- 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
-
Milestone changed
Automatic ticket cleanup. - 7:51 PM Ticket #923 (Tidy upcases .eval COM object method) closed by
- 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
- 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
-
Owner, Status changed
- 12:24 PM Ticket #926 (Not read text from file OR function "msgbox" get value in clip if ...) closed by
- No Bug: same comment as #925
- 12:12 PM Ticket #925 (Text not put in file, if uncomment function "FileOpenDialog") closed by
- 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
- […]
- 12:02 PM Ticket #925 (Text not put in file, if uncomment function "FileOpenDialog") created by
- […]
- 7:10 AM Ticket #924 (_ArrayDelete removes last entry when element beyond Ubound is specified) closed by
- 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
- In the following example, _ArrayDelete is instructed to delete element …
- 11:11 PM Ticket #923 (Tidy upcases .eval COM object method) created by
- SciTe Tidy will update the .eval method in the following line: …
- 5:44 PM Ticket #922 ($CmdLineRaw does not allow pipes ('|')) closed by
- 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
- 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
-
Milestone changed
Automatic ticket cleanup. - 10:35 AM Ticket #921 (AutoIt is retrieving wrong values from Data Base (AS400 Data Base)) created by
- When i try to execute the following statements in autoit, it is …
- 7:24 AM Ticket #920 (StringInStr does not work correctly) closed by
- 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
- 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
- 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
- The code below shows the problem. […]
- 12:48 AM Ticket #912 (Avarage Color) closed by
- 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
- 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
-
Version changed
Automatic ticket cleanup. - 10:02 AM Ticket #918 (GUICtrlSetFont() and related) created by
- Would it be possible to get another parameter to functions …
- 7:17 AM Ticket #917 (Funciton FileRecycleEmpty() hangs) updated by
- 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
- Hi I use AutoIt since many years. The last days i had a strange …
- 12:22 AM Ticket #912 (Avarage Color) updated by
- 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
- Well, I think you've right. Thanks!
- 9:36 AM Ticket #912 (Avarage Color) updated by
- 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
- 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
- Fixed: Fixed in version: 3.3.1.0
- 5:30 PM Ticket #916 (Line inversion in INet.au3) updated by
- 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
-
Severity changed
Automatic ticket cleanup. - 2:17 PM Ticket #916 (Line inversion in INet.au3) created by
- There's a little bug in Inet.au3. Func …
- 9:59 AM Ticket #911 (MouseClickDrag speed patameter changes results) closed by
- 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
- No Bug: Duplicate report
- 9:54 AM Ticket #915 (Not get string from sile) closed by
- No Bug: Double report
- 9:53 AM Ticket #913 (Not get string from file (length ~1024)) closed by
- No Bug: No bug: post script issue/questions in our forums.
- 8:47 AM Ticket #915 (Not get string from sile) created by
- MsgBox(0,'See "txt.txt"',FileReadLine('txt.txt',7))
- 8:35 AM Ticket #914 (Not get string from file (length ~ 1024)) created by
- […]
- 8:33 AM Ticket #913 (Not get string from file (length ~1024)) created by
- […] soderzhimeo file "txt.txt": …
- 8:00 AM Ticket #912 (Avarage Color) updated by
-
Version changed
Automatic ticket cleanup. - 5:33 AM Ticket #912 (Avarage Color) created by
- Just an idea that you can work on if you like it: Function that …
- 12:47 AM Ticket #911 (MouseClickDrag speed patameter changes results) created by
- MouseClickDrag has different results if I change speed parameter …
Apr 17, 2009:
- 10:42 PM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) updated by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
-
Milestone changed
Automatic ticket cleanup. - 8:57 AM Ticket #909 (WinActivate / WinExists / WinTitleMatchMode Title Bug) created by
- 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
- 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
- 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
- See sources: File: main.au3 […] File: file1.au3 …
Apr 15, 2009:
- 10:08 AM Ticket #904 (ShellExecuteWait Flag Bug) updated by
- 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
- 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
- If an MFC ActiveX Control makes a call to […] , it is supposed to …
- 9:40 PM Ticket #904 (ShellExecuteWait Flag Bug) updated by
- You are calling the function wrong.
- 9:23 PM Ticket #904 (ShellExecuteWait Flag Bug) updated by
- 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
- 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
- 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
- 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
- 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
- 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
-
Milestone changed
Automatic ticket cleanup. - 7:06 AM Ticket #902 (Typo in AutoIT Help (.chm file) _SQLite_GetTable) closed by
- 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
- _SQLite_GetTable I think line 49 has an typo with ")" as I was getting …
- 6:12 PM Ticket #901 (Array in array) closed by
- 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
-
Version changed
Automatic ticket cleanup. - 3:14 PM Ticket #901 (Array in array) created by
- I would love it if AutoIt had the possibility to insert arrays in …
- 11:57 AM Ticket #900 (_GUICtrlTreeView_SetChecked() - add Remarks) updated by
- 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
- Rejected: Standard Function never reference UDF doc. Only the reverse if needed
- 9:00 PM Ticket #900 (_GUICtrlTreeView_SetChecked() - add Remarks) updated by
-
Version changed
Automatic ticket cleanup. - 8:16 PM Ticket #900 (_GUICtrlTreeView_SetChecked() - add Remarks) created by
- 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
- 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
-
Version changed
Automatic ticket cleanup. - 7:14 PM Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) created by
- With the current way ShellExecute works its impossible to use …
- 4:59 PM Ticket #898 (More Detail in "AutoIt Error" window?) closed by
- 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
-
Version changed
Automatic ticket cleanup. - 2:21 PM Ticket #898 (More Detail in "AutoIt Error" window?) created by
- 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
- 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
- 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
- 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
- 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
- Duplicate: Closing as a duplicate of #896.
- 3:12 AM Ticket #896 (CPU intencive yet simple and powerful addition to PixelSearch) closed by
- 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
- 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
-
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
- 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
- StringToASCIIArray() with UTF-8 encoding gives wrong result […] …
- 9:02 AM Ticket #351 (Reverse PixelSearch) updated by
- THANK YOU!!!! Can't wait!
Apr 8, 2009:
- 11:33 PM Ticket #889 (GUISetIcon() stops working after FileOpenDialog()) updated by
- 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
- 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
- Fixed: Fixed in version: 3.3.1.0
- 6:23 AM Ticket #893 (Generating a script / recording a script.) closed by
- Rejected: Try searching the forum next time.
- 6:00 AM Ticket #893 (Generating a script / recording a script.) updated by
-
Version, Milestone changed
Automatic ticket cleanup. - 5:58 AM Ticket #893 (Generating a script / recording a script.) created by
- 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
- 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
- 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
- Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86
- 5:27 PM Ticket #892 (Request for ControlGetColor, ControlGetBkColor) closed by
- Rejected: There is no standard way of retrieving color information.
- 5:25 PM Ticket #891 (IE-Events are not viewable) closed by
- 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
- WikiStart#Howtoreportbugs
- 3:37 PM Ticket #892 (Request for ControlGetColor, ControlGetBkColor) created by
- 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
- here the link to the thread: http://www.autoitscript.com/forum/index.php?showtopic=92674&st=0#entry666028
- 1:59 PM Ticket #891 (IE-Events are not viewable) created by
- Hello, I have the problem that I have an AutoIT-Script to gauge the …
- 12:59 PM Ticket #890 (inconsistence with objects and execute) created by
- 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
- 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
- Fixed: Fixed in version: 3.3.1.0
- 10:45 AM Ticket #887 (Errors helfile 3.3.0.0) updated by
- 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.
Note:
See TracTimeline
for information about the timeline view.
