Timeline
May 21, 2009:
- 4:17 PM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) updated by
- I just wanted to add to this, in case the problem you fixed was specific to that directory. I put together a little script to do an extensive search to see if the problem was more widespread. I did a recursive search of my entire C: drive, and out of 121761 files and folders, 2820 folders were incorrectly identified as files by @extended. Again, just adding this as additional info. BTW, this thing whipped through my whole HDD in ~40 seconds. Impressive speed! Script - […]
- 2:38 PM Ticket #971 (Func _GetIP() issues) updated by
- The reason for Asikmet to qualify the tried source as spam is because it contains many external URLs which usuallly means it is SPAM. Jos
- 1:44 PM Ticket #971 (Func _GetIP() issues) closed by
- No Bug: In fact 3.3.0 is OK, you don't get the official version of Inet.au3 which contain special scanning for the failing one. I don't know if it is a real improvement to change something working. PS no idea why you get a potential spam perhaps Valik can answer
- 1:20 PM Ticket #971 (Func _GetIP() issues) updated by
- I attempted to attach the file to the ticket but I got the following error: Submission rejected as potential spam (Maximum number of external links per post exceeded, Akismet says content is spam) I have attached it on the forum instead: http://www.autoitscript.com/forum/index.php?showtopic=95409&st=0#entry685880
- 1:13 PM Ticket #971 (Func _GetIP() issues) created by
- The current _GetIP() function found in Inet.au3 uses …
- 1:03 PM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) closed by
- Fixed: Fixed in version: 3.3.1.1
- 12:05 PM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) updated by
- same thing is true under Vista
- 11:58 AM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) updated by
-
Keywords changed
May 20, 2009:
- 9:21 PM Ticket #970 (I want the goto command back :|) updated by
-
Component changed
This has got to be a troll. - 9:16 PM Ticket #970 (I want the goto command back :|) closed by
- Rejected: Goes without saying
- 9:04 PM Ticket #970 (I want the goto command back :|) created by
- I understand that all your loops are good instead of using labels and …
- 8:33 PM Ticket #969 (FileFindNextFile @extended = 0 for folder $Recycle.Bin) created by
- Win7 RC1, AutoIt 3.3.1.0 FileFindNextFile returns @extended = 0 (a …
- 6:48 PM Milestone 3.3.1.0 completed
- 3:03 AM Tickets #408,884,949 batch updated by
- Completed: Added in version: 3.3.1.0
- 2:34 AM Ticket #442 (Proposed changes to _StringAddThousandsSep()) closed by
- Completed: Added in version: 3.3.1.0
May 19, 2009:
- 10:25 PM Ticket #968 (AutoUpdateIt needs updated due to Inet changes.) created by
- AutoUpdateIt needs to be updated due to the changes to the Inet …
- 10:24 PM Ticket #967 (Inet functions need to support FTP through a proxy.) created by
- FTP connections through a proxy do not work.
- 6:00 PM Tickets #963,966 batch updated by
-
Version changed
Automatic ticket cleanup. - 4:08 PM Ticket #965 (ListViewItem not responding to SetOnEvent) closed by
- No Bug: Just read the doc the control can fail and you are in the case
- 4:07 PM Ticket #966 (_FileListToArray - new flag (4)) created by
- Here is proposition for change to _FileListToArray(). It's fully …
- 4:06 PM Ticket #965 (ListViewItem not responding to SetOnEvent) updated by
- Just discovered here that the problem is due to GUICtrlCreateListViewItem not returning a control ID upon creation. If the control creation fails, so be it, but the ListViewItem IS actually created in this case, and appears in the ListView control.
- 4:01 PM Ticket #963 (Incorrect Sound.au3 Help file entries) closed by
- Fixed: Fixed with your help. Thanks
- 3:40 PM Ticket #965 (ListViewItem not responding to SetOnEvent) created by
- If the number of delimited items in the "text" of a ListViewItem is …
- 8:37 AM Ticket #955 (Worm WIN32/SillyAutoRun.AYD detected in EXE file) updated by
- Hello, I don't understand your answer. In short after taking my information from Computer Associates (eTrust - Antivirus), the exe file is clean. An updated anti-virus is necessary. Have a nice day. See you.
- 6:27 AM Ticket #962 (SQLite - update it to latest version) updated by
- I take care of any version coming out sqlite.org now we are at 3.6.14.1
May 18, 2009:
- 3:11 PM Ticket #962 (SQLite - update it to latest version) updated by
- OK thanks for info JP. I'm not demanding on this. I just created this ticket because I wanted to have latest SQLite included in next beta/release (to developers not forget about it). :-)
- 6:56 AM Ticket #964 (_ArrayCombinations() not returning expected results.) closed by
- No Bug: From mathematical stand point there is no bug. there must be 10!/(2! * (10-2)!) = 45 entries. Thoses entries does not have "order" neither "duplicate"
- 1:22 AM Ticket #964 (_ArrayCombinations() not returning expected results.) created by
- This function skips a large amount of the combinations, because it …
May 17, 2009:
- 5:41 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by
- Replying to anonymous: > Even AutoIt stores some information in this location "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AutoIt v3\AutoIt" stored under the 32bit nod (Wow6432Node) though since it is a 32bit app. This is not true. AutoIt stores all it's information in HKCU. The information you see in HKLM is added by the installer which was likely run with elevated rights which means it had full write access to HKLM.
- 4:52 PM Ticket #951 (_ArrayDisplay - $iLVIAddUDFThreshold: 4000 ==> 65000) closed by
- Fixed: Fixed in version: 3.3.1.0
- 4:49 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by
- Replying to Jpm: > I can't create under HKLM under Vista 32 or 64 bit. Seems some changes from MS to protect the registry as HKLM\SOFTWARE Actually that sounds like a bug as well then considering that most apps store setting under HKLM\Software for global use by all users. I would be surprised that AutoIt would not be able to do the same since most apps read/write to this location. Even AutoIt stores some information in this location "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AutoIt v3\AutoIt" stored under the 32bit nod (Wow6432Node) though since it is a 32bit app. I will do more research on this later today when I should have access to a Vista64 and or a Windows7 64 system. Thanks
- 1:56 PM Ticket #963 (Incorrect Sound.au3 Help file entries) updated by
-
Owner, Status changed
- 10:31 AM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by
- I can't create under HKLM under Vista 32 or 64 bit. Seems some changes from MS to protect the registry as HKLM\SOFTWARE
- 9:43 AM Ticket #963 (Incorrect Sound.au3 Help file entries) created by
- This thread …
- 9:00 AM Ticket #962 (SQLite - update it to latest version) updated by
-
Milestone changed
Automatic ticket cleanup. - 8:44 AM Ticket #957 (Assert keyword or function) closed by
- Completed: Added in version: 3.3.1.0
- 7:05 AM Ticket #962 (SQLite - update it to latest version) closed by
- Completed: Be patient it is done already just waiting beta/release delivery …
May 16, 2009:
- 9:00 PM Ticket #962 (SQLite - update it to latest version) updated by
-
Version changed
Automatic ticket cleanup. - 8:12 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) updated by
- Replying to Jpm: > I am surprised that you can create a key under HKLM. > I can't under the standard Vista which have a similar code as 2003 Server 64-bit > I change HKLM to HKCU and everything is fine under Vista 64-Bit Strange I tried what you suggested and it does work under HKCU. Interesting that we can create keys under HKLM and not be able to delete them when they contain subkeys. You can however delete value names or a key that does not contain subkeys under HKLM. Thanks
- 7:46 PM Ticket #962 (SQLite - update it to latest version) updated by
- 2009-May-07 - Version 3.6.14 SQLite version 3.6.14 provides new performance enhancements in the btree and pager layers and in the query optimizer. Certain workloads can be as much as twice as fast as the previous release, though 10% faster is a more typical result.
- 7:45 PM Ticket #962 (SQLite - update it to latest version) updated by
- […]
- 7:21 PM Ticket #962 (SQLite - update it to latest version) created by
- SQLite is in 3.6.7 version in AutoIt 3.3.0 According to …
- 5:26 PM Ticket #921 (AutoIt is retrieving wrong values from Data Base (AS400 Data Base)) closed by
- Wont Fix: I close it as I can't reproduce. Please reopen with something we can reproduce in our tests.
- 5:17 PM Ticket #952 (_ArrayDisplay - add new optional parameter for column header text) closed by
- Completed: Added in version: 3.3.1.0
- 4:58 PM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) closed by
- Works For Me: I am surprised that you can create a key under HKLM. I can't under the standard Vista which have a similar code as 2003 Server 64-bit I change HKLM to HKCU and everything is fine under Vista 64-Bit
- 7:11 AM Ticket #961 (RegDelete fails to to delete reg key containing sub keys) created by
- This issue only happens when using a 32bit exe on a 64bit OS. Trying …
May 15, 2009:
- 11:30 PM Ticket #960 (AutoIT v3 Windows info and AutoIT API having problem with handler in ...) closed by
- Rejected: You seem incredibly confused. I think you need to be posting on the forum to sort out whatever issue it is you have.
- 10:52 PM Ticket #958 (_ArrayDisplay - bad centering of window after adjust its width) closed by
- Fixed: Fixed in version: 3.3.1.0
- 9:06 PM Ticket #960 (AutoIT v3 Windows info and AutoIT API having problem with handler in ...) created by
- Hi, I did not take time to look all the error bug, but this one is …
- 6:25 PM Ticket #959 (GUICtrlGetState doesn't work for listview with enable flag) closed by
- No Bug: Read the documentation, please.
- 5:50 PM Ticket #959 (GUICtrlGetState doesn't work for listview with enable flag) created by
- Hi All, It seems that GUICtrlGetState doesn't work with a listview. …
- 4:54 PM Ticket #958 (_ArrayDisplay - bad centering of window after adjust its width) updated by
- There is also typo in comment ; ajust window width ; adjust window width
- 4:52 PM Ticket #958 (_ArrayDisplay - bad centering of window after adjust its width) created by
- Inside this function there is code for adjusting width of window …
- 12:21 AM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) updated by
- Replying to Jos: > I am working on a new version which will contain an update of SciTE 1.78. > Also the support for ANSI will be removed as its done in AutoIt3. > This need coding time and testing so will release it when I am done. > > Jos :) OK. Thanks for info.
May 14, 2009:
- 10:58 PM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) closed by
- No Bug: I am working on a new version which will contain an update of SciTE 1.78. Also the support for ANSI will be removed as its done in AutoIt3. This need coding time and testing so will release it when I am done. Jos :)
- 9:42 PM Ticket #957 (Assert keyword or function) updated by
- Doesn't a function like this accomplish what you want? […] Note, $MB_ERROR is: […]
- 9:32 PM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) updated by
- I tried latest beta version of Obfuscator and it really works fine. It doesn't invoke errors but of course functions from SQLite.dll.au3 are not included because they are called by Call() from SQLite.au3. Thanks Jos for tip and sorry for bothering you. Please close topic as no bug. One ask for the end: Can you please release new Scite4AutoIt3 with all latest tools like Koda,Tidy,Obfuscator,AutoIt3Wrapper,...? Thanks Jos
- 9:00 PM Ticket #957 (Assert keyword or function) updated by
-
Version changed
Automatic ticket cleanup. - 8:41 PM Ticket #957 (Assert keyword or function) created by
- Could we add an Assert keyword of function that would break execution …
- 8:33 PM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) updated by
- >Did you try the current Bate version available for Obfuscator? No, sorry Jos, I will try.
- 8:33 PM Ticket #948 (_GUICtrlTreeView_SetFocused) updated by
- I submitted the question on the forum with more explication, but no response ... I consider the problem as not resolute because I'm not in confusion between selected and focused.
- 3:19 PM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) updated by
- Pretty sure I fixed this not to long ago. Did you try the current Bate version available for Obfuscator? Jos
- 10:18 AM Ticket #956 (SQLite include couldn't be handled by Obfuscator /striponly) created by
- When I include SQLite in my script and try to do striponly by …
- 8:40 AM Ticket #955 (Worm WIN32/SillyAutoRun.AYD detected in EXE file) closed by
- No Bug: I don't feel like giving you a civilized answer. Maybe somebody else will. Or maybe you'll figure out on your own what you need to do.
- 8:29 AM Ticket #955 (Worm WIN32/SillyAutoRun.AYD detected in EXE file) created by
- Hi all, I'm using the AutoIt version 3.3 and I have created an Exe …
- 1:12 AM Ticket #954 (WinWaitActive("I/M Period End Processing",5) stalls autoit) updated by
-
Description changed
- 1:11 AM Ticket #954 (WinWaitActive("I/M Period End Processing",5) stalls autoit) closed by
- No Bug: Or, you could be calling the function wrong. Should have been posted in the support forum first. It's a very simple and obvious error on your part.
- 12:59 AM Ticket #954 (WinWaitActive("I/M Period End Processing",5) stalls autoit) created by
- […] Autoit appears to be waiting indefinitely for the listed …
May 13, 2009:
- 6:25 PM Ticket #953 (New Function request – WinServiceStop and WinServiceStart) closed by
- Rejected: There are plenty of people who have written UDF's to do this. It does not need to be built in. A well written Services-related UDF library would be accepted but it would have to be written by someone other than us.
- 6:00 PM Ticket #953 (New Function request – WinServiceStop and WinServiceStart) updated by
-
Version changed
Automatic ticket cleanup. - 5:56 PM Ticket #953 (New Function request – WinServiceStop and WinServiceStart) created by
- Just a small request to have two new functions added to AutoIt. One to …
- 3:00 PM Ticket #952 (_ArrayDisplay - add new optional parameter for column header text) updated by
-
Version changed
Automatic ticket cleanup. - 12:22 PM Ticket #952 (_ArrayDisplay - add new optional parameter for column header text) updated by
- Sorry I forgot to sign my name in this ticket :-(
- 12:21 PM Ticket #952 (_ArrayDisplay - add new optional parameter for column header text) created by
- _ArrayDisplay() - add new last optional parameter $sHeader for column …
- 12:10 PM Ticket #951 (_ArrayDisplay - $iLVIAddUDFThreshold: 4000 ==> 65000) created by
- ListView items limit has been increased from 4000 to 65000 since …
- 4:17 AM Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) closed by
- Completed: Changed in version: 3.3.1.0
May 12, 2009:
- 11:52 PM Ticket #838 (Better COM error handling.) updated by
-
Component changed
- 10:02 PM Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) updated by
-
Severity changed
- 10:01 PM Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) updated by
-
Owner changed
- 8:55 PM Ticket #947 (RegRead fails for the first try reading a key) updated by
-
Owner, Status changed
- 5:06 PM Ticket #947 (RegRead fails for the first try reading a key) reopened by
- I said that I could reproduce this bug so you do not need to be closing it. If the extra \ actually mattered, it would always fail. It doesn't always fail, it fails in a very strange manner. Give me some time to look into this further, please.
- 2:37 PM Ticket #269 (ImageSearch()) updated by
-
Owner, Status changed
- 2:13 PM Ticket #838 (Better COM error handling.) updated by
-
Owner, Status changed
- 2:11 PM Ticket #899 (Change default "Open" verb for ShellExecute to allow support for all ...) updated by
-
Owner, Status changed
- 2:10 PM Ticket #865 (winhttp.winhttprequest.5.1 ObjEvent unhandled exception.) updated by
-
Owner, Status changed
- 2:08 PM Ticket #921 (AutoIt is retrieving wrong values from Data Base (AS400 Data Base)) updated by
-
Owner, Status changed
- 2:08 PM Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) updated by
-
Owner, Status changed
- 2:06 PM Ticket #767 (Better 64-bit integer support) updated by
-
Owner, Status changed
- 2:05 PM Ticket #134 (Add support for COM events to take ByRef parameters) updated by
-
Owner, Status, Severity changed
- 2:04 PM Ticket #383 (Include A3X file as a script) updated by
-
Owner, Status changed
- 2:01 PM Ticket #949 (Add custom User Agent for InetGet function) updated by
-
Owner, Status changed
- 1:59 PM Ticket #945 (script hangs the pc if run multiple time) closed by
- No Bug: This script cannot work as is as it is sending to desktop. Not so useful. More the multiple send can be interspeeded and the hang can occur of desynchronization on multiple execution as the last execution can be in the entering state Ctrl down and will not do an Ctrl-Up To suppress the hang just push on ctrl key that will restore the keyboard typing. to be simple you cannot do script like that. If you have follow the Valik advice It would have simplify my analysing task.
- 9:31 AM Ticket #936 (File version) closed by
- No Bug
- 9:29 AM Ticket #906 (ActiveX Control on a GUI gets incorrect size information when queried) updated by
- Bump Can I have the MFC sample?
- 9:27 AM Ticket #947 (RegRead fails for the first try reading a key) closed by
- No Bug: I don"t know why XP behave this way but you get an extra '\' If you remove it everything is OK […]
- 7:46 AM Ticket #947 (RegRead fails for the first try reading a key) updated by
- Very strange. I tried the script and the first run returned empty strings with @error set to 1. All subsequent attempts worked. In short, I can reproduce the issue on Windows XP SP3.
- 7:13 AM Ticket #947 (RegRead fails for the first try reading a key) updated by
- The registry is fine, the keys exist. I checked it on several computer and other users from Autoit.de have the same problem. For the first time RegRead fails for each key it reads, then it works fine until you logoff Windows or restart your PC. Another example for testing: […]
May 11, 2009:
- 11:54 PM Ticket #937 (TrayItemSetState() and TrayItemGetState()) closed by
- Fixed: Fixed in version: 3.3.1.0
- 9:35 PM Ticket #950 (ArraySort bug in some cases) updated by
- Replying to Jpm: > Sorting string is different from sorting number ... > Just use the type you need Yeah, MrCreatoR advised me to replace IsNumber by StringIsDigit in functions ArrayQuickSort2D and ArrayQuickSort1D to make it work for me. Thank you and sorry for false bug report :)
- 6:26 PM Ticket #897 (StringToASCIIArray() does not work correctly with binary data.) closed by
- Fixed: Fixed in version: 3.3.1.0
- 6:23 PM Ticket #897 (StringToASCIIArray() does not work correctly with binary data.) updated by
- The encoding parameter has nothing to do with binary input. The encoding parameter changes the contents of the returned array. Binary data must be converted to a string first with BinaryToString(). This will be documented.
- 6:18 PM Ticket #919 (Binary() is ignored in ConsoleWrite()) closed by
- Fixed: Fixed in version: 3.3.1.0
- 6:11 PM Ticket #615 (License needs fixed) closed by
- Fixed: Fixed in version: 3.3.1.0
- 5:33 PM Ticket #937 (TrayItemSetState() and TrayItemGetState()) updated by
- In fact if you want to manage the check you need to use TrayMenuMode = 3. With TrayMenuMode = 1 you don't need to do anything as the system will do it for you. There is a sligh bug today if the item is not check by a TrayItemSetState($startOnBoot, $TRAY_CHECKED)
- 5:28 PM Ticket #919 (Binary() is ignored in ConsoleWrite()) updated by
- Congratulations, you learned how to set output.code.page=65001 in SciTE. That's meaningless. I'm not at all surprised you can pass a UTF-8 string to SciTE and get it to display UTF-8. Now try something that matters like a real console application. Compile the following script as a console application: […] Run the script and check the output in the console window when the message box is showing. You'll see this: > c > ─ç Console windows are ANSI-only. AutoIt's ConsoleWrite() is compatible with real console windows. Thus, AutoIt's ConsoleWrite() is ANSI-only. If you wish to write UTF-8 to ConsoleWrite(), be my guest. But don't expect the stream reader to display anything meaningful just because ScITE can (and even then, I still had to manually configure SciTE since it displayed garbage before I changed output.code.page).
- 9:59 AM Ticket #950 (ArraySort bug in some cases) updated by
- Sorting string is different from sorting number ... Just use the type you need
- 8:46 AM Ticket #919 (Binary() is ignored in ConsoleWrite()) updated by
- At least the internal function SQLite_ConsoleWriteUTF8() in SQLite.au3 demonstrate that something can be done. I don't know if it can be generalized.
- 7:07 AM Ticket #950 (ArraySort bug in some cases) closed by
- No Bug: Looks good to me. Please use our forums for questions or when you are not sure you found a bug. Jos
- 3:00 AM Ticket #950 (ArraySort bug in some cases) updated by
-
Milestone changed
Automatic ticket cleanup. - 1:34 AM Ticket #949 (Add custom User Agent for InetGet function) updated by
- We'll see.
- 12:09 AM Ticket #950 (ArraySort bug in some cases) created by
- Hello. Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86 …
- 12:00 AM Ticket #949 (Add custom User Agent for InetGet function) updated by
-
Version, Milestone changed
Automatic ticket cleanup.
May 10, 2009:
- 11:38 PM Ticket #949 (Add custom User Agent for InetGet function) created by
- Hello. It would be great to add possibility for custom User-Agents …
- 10:18 PM Ticket #948 (_GUICtrlTreeView_SetFocused) closed by
- Works For Me: Works for me. I think your confusing it with _GUICtrlTreeView_SelectItem. Just because an item has focus doesn't mean it is highlighted. Questions should be submitted on the forum.
- 9:52 PM Ticket #919 (Binary() is ignored in ConsoleWrite()) updated by
- Replying to jchd: > Replying to Valik: > > Intentional change. Simple documentation change. > > OK Valik I now understand this behavior better and the reason behind it. > > In the meantime I've worked hard along with JPM to clarify the behavior of ConsoleWrite w.r.t. non-ASCII/ANSI strings. Somehow I doubt that. I honestly do not care what either your or JP think about this. I can virtually guarantee you are missing something rather obvious and I have enough bullshit to deal with without concerning myself with this.
- 9:00 PM Ticket #948 (_GUICtrlTreeView_SetFocused) updated by
-
Severity changed
Automatic ticket cleanup. - 8:51 PM Ticket #948 (_GUICtrlTreeView_SetFocused) created by
- _GUICtrlTreeView_SetFocused seems to not working properly. If I try …
- 8:42 PM Ticket #919 (Binary() is ignored in ConsoleWrite()) updated by
- Replying to Valik: > Intentional change. Simple documentation change. OK Valik I now understand this behavior better and the reason behind it. In the meantime I've worked hard along with JPM to clarify the behavior of ConsoleWrite w.r.t. non-ASCII/ANSI strings. It can be made to display Unicode (native AutoIt strings) fully. This is used with success in the proposed sqlite.au3 currently under review. If you want to see it at work just drop me a note and I'll send you this UDF (or ask JPM in case you still want to avoid talking to me). Perhaps would it be a good thing to have it work this way in the core so that string display is consistent.
- 6:30 PM Ticket #947 (RegRead fails for the first try reading a key) updated by
- check your registry, it worked for me on the first try (and other tries after that).
May 9, 2009:
- 12:44 PM Ticket #947 (RegRead fails for the first try reading a key) created by
- When I change the key for example from 'DeviceConnect' to 'DeviceFail' …
- 4:34 AM Ticket #946 (Disable automatically generated msg mox alerts) closed by
- Rejected: You need to read WikiStart. There are at least 4 major things wrong with this ticket.
- 3:25 AM Ticket #946 (Disable automatically generated msg mox alerts) created by
- Is there any way to disable message box alerts for Autoit, which are …
May 7, 2009:
- 4:58 PM Ticket #945 (script hangs the pc if run multiple time) updated by
- You need to read WikiStart.
- 3:23 PM Ticket #945 (script hangs the pc if run multiple time) created by
- […] i have built this code and created a short cut to the created …
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? ;)
Note:
See TracTimeline
for information about the timeline view.
