Timeline
09/16/08:
- 22:49 Ticket #584 (Scite4AutoIt3 reports DLL error on start up) created by
- I installed the latest version of Scite4AutoIt3 and tried to edit an …
- 20:09 Ticket #583 (Using @MSEC produces an error) created by
- Using the latest Beta v3.2.13.7 the recently added @MSEC macro …
- 17:28 Ticket #581 (DeAssign() ??) closed by
- Rejected: Once a variable exists in a scope, there is no way to remove that variable from a scope. You can clear the contents by assigning it an empty string but the variable will still exist. This will not be changed.
- 14:16 Ticket #582 (Tab Item on a Tab Control, Tips not showing) created by
- I have a Tab control with several tabs on it. My aim is that a tip …
- 11:22 Ticket #581 (DeAssign() ??) created by
- need DeAssign() func. […] HOW to destroy variable "test"? […] …
09/15/08:
- 18:00 Ticket #580 (ControlListView - Get Text under SysListView32) closed by
- No Bug: As I explained in the forum post: The list-view data is managed by the program itself (it has LVS_OWNERDATA set). That means data is not stored or accessed in the standard way. There is a second, different way to access the data and the code you are using does not try the alternate way. The control is what's called a "Virtual List-View" and you can find information on MSDN for how to work with it. This is not a bug, closing it as such.
- 02:00 Ticket #580 (ControlListView - Get Text under SysListView32) created by
- ControlListView _GUICtrlListView_GetItemTextString …
09/14/08:
- 01:03 Ticket #579 (OCR) closed by
- Rejected: This is not something that should be built into AutoIt. A better alternative is accessing an OCR library via DllCall() or the still experimental Plugin architecture.
- 00:18 Ticket #579 (OCR) created by
- Integration of OCR is extremeley desiarable for Automation. Just …
09/13/08:
- 17:16 Ticket #578 (#570 CLOSED? AutoIt problems handling filenames with two or more ...) closed by
- No Bug: Straight from the documentation for "ExpandVarStrings": > when in this mode and you want to use a literal $ or @ then double it up: "This is a single dollar $$ sign". It has absolutely nothing to do with file names. It has everything to do with the feature you chose to turn on working working exactly as it was designed and documented. The behavior you describe is not a bug. As for the false assumptions, all your comments on "compile-time" versus "run-time" are a load of ignorant conjecture. AutoIt is not a true compiled language. Very little is done at compile-time because AutoIt does not have an optimizing compiler. The only things that are done at compile-time are things that can't be done at run-time. Changing this to a bug and closing it, again.
- 15:00 Ticket #553 (_ArrayDisplay() has another problem if using literal pipes in the array) closed by
- No Bug: Just change the separator character to something not used in the literal string. For example: […]
- 14:00 Ticket #577 (Would you like to save money?) closed by
- No Bug: Moron
- 11:55 Ticket #578 (#570 CLOSED? AutoIt problems handling filenames with two or more ...) created by
- #570 CLOSED? AutoIt problems handling filenames with two or more …
- 09:48 Ticket #577 (Would you like to save money?) created by
- We are professional brand shoes,Apparel and Accessories supplier in …
- 06:47 Ticket #570 (AutoIt problems handling filenames with two or more consecutive dollar ...) closed by
- No Bug: Replying to sven-olof.gransten2@tele2.se: > It seems that it has to do with the use of Opt("ExpandVarStrings", 1) function. > It seems that AutoIt is not differentiating between literals and variabelnames and > the actual contents of variabelnames. Literals and varaiabelnames is part of the > AutoIt language at compilation time and should be interpreted at compilation time. I have made a simpel script to show what I meen. AutoIt is intepreting the contents of variabels at runtime (looking for $ signs) when it shouldn't. > I am running Windows XP PRO SP3 (English version) and AutoIt 3.2.12.0. > I like AutoIt very much and wan't to be some help if I can! > See attachment for the script FilenameTest.au3. It creates 5 txt files with 2 lines in each. > > Regards > S-O A little more reading of the documentation and a little less making false assumptions about how the language works will go a long way towards remedying your issue which is not a bug.
09/12/08:
- 22:54 Ticket #576 (Autoit3 Portable) closed by
- Rejected: AutoIt is portable. It requires no installation or registry keys to run. Search the forum, there's information on how to configure SciTE and AutoIt to run off things like USB drives.
- 22:26 Ticket #576 (Autoit3 Portable) created by
- As far as I know there is no IDE that i can take with me on a portable …
- 15:53 Ticket #575 (@ProgramFilesDir) created by
- It doesn't work correctly in Windows Vista Portuguese. […] My …
09/11/08:
- 18:18 Ticket #569 (TCPRecv - SocketToIp() function in Helpfile example has incorrect DllCall()) closed by
- Fixed: Fixed in version: 3.2.13.8
- 17:06 Ticket #572 (Provide WinRar integration) closed by
- Rejected: There are at least two ways to achieve what you're asking for without having to modify anything. This doesn't need to be built in.
- 17:02 Ticket #573 (Random ($min, $max) when $min = $max) closed by
- No Bug: I don't know why you think a Random() function in another language means anything. The fact that Delphi behaves differently than AutoIt doesn't make AutoIt wrong since the function is working how it's designed and documented.
- 14:11 Ticket #574 (Problem with sending the Windows Key + L) created by
- I'm using the Novell client. Send("#l") This lock the workstation …
- 11:29 Ticket #573 (Random ($min, $max) when $min = $max) created by
- I tried in Delphi 2007 and Random($min, $max) = $min (or $max) …
- 11:08 Ticket #571 (Return value documentation is incorrectly copied in ListBox module) closed by
- Fixed: Fixed in version: 3.2.13.8
- 09:20 Ticket #572 (Provide WinRar integration) created by
- Since you already "know" how to compile a script to an executable, it …
- 09:08 Ticket #571 (Return value documentation is incorrectly copied in ListBox module) created by
- In GuiListBox.au3, the Return Value description of the functions …
09/10/08:
- 22:02 Ticket #570 (AutoIt problems handling filenames with two or more consecutive dollar ...) created by
- Ihave used functions FileGetLong and FileGetTime and both gives error …
- 19:11 Ticket #569 (TCPRecv - SocketToIp() function in Helpfile example has incorrect DllCall()) created by
- The first DllCall() in this function should be - […] The parameter …
09/09/08:
- 19:00 Ticket #527 (Abend 0xC0000005 at 7C9109F9 in Aut2exe.exe (ntdll.dll)) closed by
- Works For Me: I can't reproduce. Closing as works for me.
- 18:51 Ticket #562 (WinWait and similar functions fails if in TITLE parameter there is ...) closed by
- Fixed: Fixed in version: 3.2.13.8
- 18:12 Ticket #566 (Error Helpfile Sample-Script, Appendix @OSLang Values) closed by
- Fixed: Fixed in version: 3.2.13.8
- 18:02 Ticket #568 (_INetSmtpMail(): Two features: 1.) email priority, 2.) possibility to ...) created by
- Hi Develeopers! It would be great to have two additional things for …
- 17:59 Ticket #567 (missing function) closed by
- No Bug: Following up further, this is the reason stripping is and will not be a built-in feature. In the case where a function is a callback, you must tell the stripping mechanism not to strip the function because otherwise it will since it doesn't know it's being called. This is not a bug.
- 16:14 Ticket #567 (missing function) created by
- Obfuscator does not add _GUICtrlListView_Sort() function to compiled …
- 14:07 Ticket #566 (Error Helpfile Sample-Script, Appendix @OSLang Values) created by
- Sample not working, should be: MsgBox(0, "Your OS Language:", …
09/08/08:
- 21:13 Ticket #558 (Documentation Error) closed by
- Duplicate: duplicate of #434
- 16:27 Ticket #564 (Suggestion) closed by
- Rejected: That is far too much text for the issue tracker. You have about five thousand different issues. You mention applications that are not directly related to AutoIt, things that are on the "do not ask about these" list, things that allow you to create bad code, a lot of things that can be done yourself if you'd just spend some time thinking and learning the language a little better, and things that should not be implemented in AutoIt at all. Closing as rejected.
- 11:44 Ticket #565 (Calculate Membership in group or ranges) created by
- A function for calculating the membership in a group or range, which …
- 08:40 Ticket #564 (Suggestion) created by
- --------------------Written-----By-----Geld722---------------------- …
- 02:20 Ticket #563 (Not really a future request and Not really a bug -> Msgbox Left and ...) closed by
- No Bug: The function is a standard system function. We do not control the appearance.
09/07/08:
- 20:16 Ticket #563 (Not really a future request and Not really a bug -> Msgbox Left and ...) created by
- Hi, I think the right right margin of a messagebox should be …
09/06/08:
- 16:29 Ticket #557 (InputBox: Left & Top 'Default' keyword not working.) closed by
- No Bug
- 16:19 Ticket #559 (FileCopy does not work when there is a file exist with the same name ...) closed by
- No Bug: It can't work as *.txt is referencing a group of files that cannot be copied in a file Whatever you use the override/creation dir flag.
- 16:13 Ticket #560 (WinWait and similar functions fails if in TITLE parameter there is ...) closed by
- Duplicate
- 16:13 Ticket #561 (WinWait and similar functions fails if in TITLE parameter there is ...) closed by
- Duplicate
- 14:55 Ticket #562 (WinWait and similar functions fails if in TITLE parameter there is ...) created by
- WinWain function, and other similar, fails when in title parameter is …
- 14:53 Ticket #561 (WinWait and similar functions fails if in TITLE parameter there is ...) created by
- WinWain function, and other similar, fails when in title parameter is …
- 14:51 Ticket #560 (WinWait and similar functions fails if in TITLE parameter there is ...) created by
- WinWain function, and other similar, fails when in title parameter is …
- 06:20 Ticket #559 (FileCopy does not work when there is a file exist with the same name ...) created by
- FileCopy does not work when there is a file exist with the same name …
09/05/08:
- 20:28 Ticket #558 (Documentation Error) created by
- In the windows help file I found a possible error. Please verify. …
- 15:26 Ticket #557 (InputBox: Left & Top 'Default' keyword not working.) created by
- Hello, According to the v3.2.12.1 Help file, the keyword Default …
09/04/08:
- 19:51 Ticket #556 (Change to SciTE4AutoIt3.exe installer.) closed by
- Rejected: Don't see how this works as you didn't install upgrade for SciTE4AutoIt3. I do try to keep it as Backwards compatible as possible but do not have the gift to make it forwards compatible. Jos
- 19:48 Ticket #554 (AutoIt3Wrapper not processing "&" in path properly) closed by
- Fixed
- 17:43 Ticket #536 (ControlGetFocus() prevents double-clicks) closed by
- Wont Fix: This can't be fixed. It's a quirk of windows that when getting focus the input state is reset (keyboard state, mouse state, et cetera). You can still double-click, you just now have to do it faster than the polling interval since it's going to reset the mouse input each time. Closing as won't fix because while it is undesirable behavior it can't be fixed since it's a Windows design problem.
- 16:12 Ticket #556 (Change to SciTE4AutoIt3.exe installer.) created by
- I would like to suggest that the SciTE4AutoIt3.exe installer check the …
- 13:41 Ticket #555 (bug in _GUICtrlListView UDF) created by
- _GUICtrlListView_SetItemDropHilited didnt work properly, so we tried …
- 06:46 Ticket #549 (ControlSend sometimes sends wrong text) closed by
- No Bug: depending what you are oing simulteaneously when running your script eg you can have such behaviour if the shift key used. the zedna suggestion is perfectly valid (controlsettext)
09/03/08:
- 18:38 Ticket #554 (AutoIt3Wrapper not processing "&" in path properly) created by
- My source files are contained in: E:\ACE-IDS\XP & 2003 …
09/02/08:
- 17:27 Ticket #551 (ControlClick with "new" buttons syntax error (au3check)) closed by
- Fixed: Fixed in version: 3.2.13.8
- 17:21 Ticket #553 (_ArrayDisplay() has another problem if using literal pipes in the array) created by
- I seldom use this function but it seems that each time I do, I find …
09/01/08:
- 17:25 Ticket #552 (ProcessExist/ProcessList optional username parameter) closed by
- No Bug: This is not a bug and the need is over-stated a bit. Closing as no bug.
- 15:41 Ticket #552 (ProcessExist/ProcessList optional username parameter) created by
- ProcessExist and ProcessList could provide an optional username …
- 14:14 Ticket #551 (ControlClick with "new" buttons syntax error (au3check)) created by
- Hi, ControlClick($title,, 1, 'primary') ControlClick($title,, 1, …
- 14:08 Ticket #550 (Run() - doc precision) created by
- From AutoIt changelog: […] But there is no information about this …
- 03:21 Ticket #549 (ControlSend sometimes sends wrong text) created by
- ControlSend sometimes sends wrong text. For example, I want to send …
08/31/08:
- 08:24 Ticket #548 (Array initializing syntax everywhere) created by
- It would be great if this syntax: [1,2,3] would work just like an …
- 04:36 Ticket #547 (WinGetHandle and WinGetTitle under Vista) closed by
- No Bug: The reason is the windows are running on a different desktop. This is expected and is not a bug.
- 04:30 Ticket #547 (WinGetHandle and WinGetTitle under Vista) created by
- Under Vista, the WinGetHandle function does not return the handle of a …
08/30/08:
08/29/08:
- 06:53 Ticket #497 (GUICtrlSetFont() does not work in a listview control) closed by
- Works For Me
- 02:02 Ticket #485 (missing related links in helpfile) closed by
- Fixed: Fixed in version: 3.2.13.8
- 02:01 Ticket #545 (Add other possibility in FAQ, point 13. Howto: custom icon) closed by
- Rejected: SciTE4AutoIt3 and it's tools are not an official part of AutoIt. Adding documentation for how to do things which relies on tools not every user has installed is not a very good idea.
- 01:34 Ticket #511 (GUICtrlCreateTab - doc precision) closed by
- Rejected
- 01:31 Ticket #506 (_FileCountLines) closed by
- Fixed: Fixed in version: 3.2.13.8
08/28/08:
- 20:47 Ticket #546 (FileOpen() Shared/exclusive access) created by
- I would find it useful to add a new flag or flags to the FileOpen() …
- 18:10 Ticket #544 (Read from console with FileRead) closed by
- No Bug: This doesn't need documented. There is a native AutoIt function for doing the same thing so I don't feel that it is necessary for us to document alternate ways.
- 10:21 Ticket #545 (Add other possibility in FAQ, point 13. Howto: custom icon) created by
- In the helpfile under FAQ, point 13 there is written how to add a …
- 07:26 Ticket #544 (Read from console with FileRead) created by
- The description of this feature I missed in the AutoIt Help: …
- 03:21 Ticket #543 (Autoit does not automate high res mouse motion correctly.) created by
- The program I am trying to automate appears to use the directx high …
08/27/08:
- 19:18 Ticket #542 (StringRegEx causing a hard crash) created by
- http://www.autoitscript.com/forum/index.php?showtopic=76269&view=findpo …
- 07:28 Ticket #541 (ControlCommand Helpfile typo) closed by
- Fixed: Fixed in version: 3.2.13.8
08/26/08:
- 17:05 Ticket #540 (ProcessExists() causes a large number of page faults) closed by
- No Bug: It goes up by approximately 105 per call for me. However, this doesn't appear abnormal. Process Explorer, which I used to watch the page fault count, goes up by over 250 page faults per update interval. It appears that using the Windows API functions we do to enumerate processes just generates a lot of page faults. It's nothing to be concerned about.
- 12:33 Ticket #541 (ControlCommand Helpfile typo) created by
- Hi, ControlCommand helpfile little typo. "HideDropDown", "" UNdrops …
- 09:31 Ticket #540 (ProcessExists() causes a large number of page faults) created by
- I know that page faults are not errors per se, but ProcessExists() is …
- 02:50 Ticket #539 (StringSplit w/ flag 2 doesn't return string if no delims) created by
- In StringSplit() with flag 2 (no return count in first element), if …
- 00:17 Ticket #538 (GUICtrlCreateGraphic - working on last GUI created) closed by
- No Bug: This is not a bug. ANY control you try to create will fail. Controls are created on the GUI that is set internally as the "current" GUI. Since you deleted the current GUI, creation fails. To control what GUI controls are created on, use GUISwitch().
08/25/08:
- 23:58 Ticket #538 (GUICtrlCreateGraphic - working on last GUI created) created by
- Hi, I'm not sure if this is an intended behaviour or a bug. …
- 18:50 Ticket #537 (Strange behaviour while using wrong GUI parameter) closed by
- No Bug: It's not strange. You're passing an HWND as the extended style. Since the HWND changes from run to run, you pass a different value every time. Since the extended style is just bitwise flags, you're passing a different combination each time. That's why the results are unpredictable.
- 17:33 Ticket #537 (Strange behaviour while using wrong GUI parameter) created by
- Hi, I tested this script and my Windows hung up after I clicked the …
- 11:20 Ticket #536 (ControlGetFocus() prevents double-clicks) created by
- It seems that polling which control has the focus with …
- 11:15 Ticket #535 (don't pause the script when the tray menu is open or the gui title bar ...) created by
- Clicking on the script's tray menu or a GUI window title bar pauses …
08/24/08:
- 04:19 Ticket #534 (Binary() is ****ed up) closed by
- No Bug: It looks correct to me. It stores the int 256 in binary format which is 0x00000100 in hex. But here's the catch, it's stored in little-endian which is why you see it as 0x00010000. You can use this line to see how the bytes are stored little-endian: […] When you read it right to left, 2 characters at a time, it spells 0xDEADBEEF again showing how little-endian stores it. I also get 0x00010000 both times so I don't see any bugs at all.
- 03:55 Ticket #534 (Binary() is ****ed up) created by
- heres some example code $nNum = 256 consolewrite(binary($nNum) & @lf) …
08/22/08:
- 21:57 Ticket #533 (_ArrayBinarySearch allows multi-dimension array when it shouldn't) closed by
- Fixed: Fixed in version: 3.2.13.8
- 16:44 Ticket #532 (Adding Icons to Tray Menu) closed by
- Rejected: This is outside the scope of what AutoIt should be doing.
- 15:55 Ticket #533 (_ArrayBinarySearch allows multi-dimension array when it shouldn't) created by
- It's my coding mistake that I tried to use it on a two dimensional …
- 12:05 Ticket #532 (Adding Icons to Tray Menu) created by
- Is there a possibility of having the ability to add icons to Tray …
08/21/08:
- 17:28 Ticket #530 (HotKeySet ignores optional parameters) closed by
- No Bug: This is not a bug.
- 16:00 Ticket #531 (GuiCtrlSetGraphic documentation) created by
- This is not major. Just a couple of mistakes in the help file for the …
- 12:49 Ticket #530 (HotKeySet ignores optional parameters) created by
- After executing this function: […] The following Error was …
- 08:50 Ticket #529 (Identifying .NET controls using WM_GETCONTROLNAME) created by
- Having read previous request and response for DataGrid on ticket #23, …
- 08:29 Ticket #528 (Native Control Identification and Property Retrieval using Active ...) created by
- <disclaimer> I request this understanding that it may be outside of …
08/19/08:
- 20:19 Ticket #526 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) closed by
- Duplicate: Appears to be a duplicate of #525
- 20:16 Ticket #525 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) closed by
- No Bug: You have to turn WOW64 redirection off. Windows is going to continue to redirect the system32 directory for a 32-bit process to the SYSWOW64 directory which contains the 32-bit files. That's why you get the "module not found" error - it's not looking where you think it is. Look at Using AutoIt -> Running under Windows 64-bit Edition in the documentation for more information about directory/registry redirection under 64-bit Windows and what you can do to turn it off. This is still not a bug in AutoIt.
- 20:06 Ticket #524 (MsgBox(): Text as first parameter) closed by
- Rejected
- 19:20 Ticket #527 (Abend 0xC0000005 at 7C9109F9 in Aut2exe.exe (ntdll.dll)) created by
- The attached (unfinished) code runs interpretively out of SciTe, but …
- 15:43 Ticket #526 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) created by
- The Run function returns error 0x8007007E when I run the attached …
- 15:41 Ticket #525 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) created by
- The Run function returns error 0x8007007E when I run the attached …
- 12:12 Ticket #524 (MsgBox(): Text as first parameter) created by
- I suggest MsgBox function to have the text parameter to be the first. …
Note: See TracTimeline
for information about the timeline view.