Timeline
Oct 8, 2010:
- 7:20 PM Ticket #1787 (Test coverage features) closed by
- Rejected
- 9:00 AM Ticket #1787 (Test coverage features) updated by
-
Version changed
Automatic ticket cleanup. - 8:25 AM Ticket #1787 (Test coverage features) created by
- If the interpreter could be instructed to start/stop recording the …
Oct 7, 2010:
- 9:02 PM TicketGuidelines/NewTicketSummary edited by
- Moved comment about questions to the general section. (diff)
- 9:00 PM Ticket #1785 (C-like syntax) closed by
- Rejected: This is not a forum.
- 9:00 PM Ticket #1784 (Feature request) closed by
- Rejected: You spent 0 seconds on the forum I see.
- 8:50 PM Ticket #1786 (ControlSend releases Caps Lock) updated by
- It seems that it's not only ControlSend, it's Send as well: […]
- 8:48 PM Ticket #1786 (ControlSend releases Caps Lock) created by
- When using ControlSend on AutoIt GUI, the Caps Lock released …
- 8:20 PM Ticket #1368 (_ClipBoard_GetData($CF_BITMAP) not working on 3.3.2.0) updated by
- Replying to Jpm: I am using GetClip() in 3.3.6.1 and it always returns empty. Under the covers it is probably calling _Clipboard_GetData(), maybe... I have seen people doing some pretty wild stuff to get it working. This is what i did and i get the data back immediately. Seems like a particular windows message activates it. Here is the code I am using that works for me and hopefully it helps fix this issue. Moving the mouse off the active window seems to do the trick. def getTextFromActiveWindow(self, titleOfBrowser): self.myauto.ClipPut("") url = "" counter = 0 while counter < 10: self.runWaitAuto("activateWindow.exe " + titleOfBrowser) self.myauto.Sleep(250) self.myauto.Send("!d") self.myauto.Sleep(250) self.myauto.Send("c") self.myauto.Sleep(250) if self.myauto.ClipGet() <> "": url = self.myauto.ClipGet() return( url ) self.myauto.MouseMove(700, 500, 5) self.myauto.Sleep(1000) self.myauto.MouseMove(0, 0, 5) self.myauto.Sleep(1000) counter = counter + 1
- 7:00 PM Tickets #1784,1785 batch updated by
-
Version changed
Automatic ticket cleanup. - 6:04 PM Ticket #1785 (C-like syntax) created by
- Hello, do you have any plans to change AutoIt's syntax to a more, …
- 6:02 PM Ticket #1784 (Feature request) created by
- - pushable and poppable arrays (eg, push(@array, "value")) - hashes …
- 4:41 PM Ticket #1783 (_Date_Time_FileTimeToStr with parm 1 error) closed by
- Duplicate: duplicate of #1509
Oct 6, 2010:
- 7:48 PM Ticket #1783 (_Date_Time_FileTimeToStr with parm 1 error) created by
- ; |[0] - Month ; |[1] - Day ; …
- 5:45 PM Ticket #1782 (forcing targeting of commands to only one target process/executable) closed by
- Rejected: Sounds like an "I'm too lazy to correctly identify the correct application so I want you to do it for me" feature. Seriously, this takes less than 10 lines of code to write yourself depending on what you are trying to do.
- 5:00 PM Ticket #1782 (forcing targeting of commands to only one target process/executable) updated by
-
Version changed
Automatic ticket cleanup. - 3:31 PM Ticket #1782 (forcing targeting of commands to only one target process/executable) created by
- I am trying to write a GUI-script which should run unmanned (without a …
Oct 5, 2010:
- 12:08 AM Ticket #1781 (Adding in Custom UDF's) closed by
- Rejected: Meh, forum, go go.
Oct 4, 2010:
- 11:00 PM Ticket #1781 (Adding in Custom UDF's) updated by
-
Version changed
Automatic ticket cleanup. - 10:22 PM Ticket #1781 (Adding in Custom UDF's) created by
- Any way to get some of the custom udf's memeber have made into the …
- 5:06 PM Ticket #1780 (Unable to get the selected node coordinates in Treeview.) closed by
- No Bug: Hint: This is not the support forum.
- 12:45 PM Ticket #1778 (ProcessClose() is looking at other logged-in users) updated by
- Replying to Valik: > There was a bug for exactly the opposite of this at one time (or it was reported on the forum, I can't recall which). The behavior is correct. How can one logged in user know the processes of another logged on user, when both are not administrators? What is the purpose of knowing what another user in a terminal session is running? It cannot be manipulated/changed. IMHO it seems more like a microsoft bug to allow one user session to know what another is doing.. ??
- 8:24 AM Ticket #588 (StringRegExpReplaceCallback) updated by
- Although thats a clever method, it's got flaws so it's only good for your use when you know what not to do. My method here is a lot more complete.
- 6:21 AM Ticket #1780 (Unable to get the selected node coordinates in Treeview.) created by
- We have currently have an windows application in .Net(infragistic …
Oct 3, 2010:
- 1:10 PM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) closed by
- Works For Me
- 1:08 PM Ticket #1779 (AutoIt Include Files Missing Includes?) closed by
- No Bug: All UDF include files are run through au3check before they are published. AU3Check would for sure give Errors when Includes would be missing. Jos
- 11:27 AM Ticket #1779 (AutoIt Include Files Missing Includes?) updated by
- Replying to anonymous: > Yes it can. Please erase this ticket from your mind. No, actually it doesn't. Check out Debug.au3.
- 11:25 AM Ticket #1779 (AutoIt Include Files Missing Includes?) updated by
- > Oh I see. I wonder if that can explain the other missing includes? Yes it can. Please erase this ticket from your mind.
- 11:20 AM Ticket #1779 (AutoIt Include Files Missing Includes?) updated by
- Replying to mvg: > Why would (for example) Date.au3 have to explicit include > #include <WinAPIError.au3> > When WinAPIError.au3 is indirectly included by the > #include "WinAPI.au3" > in Date.au3 > ? > > Seems more like a OrganizeIncludes limit in relation to secondary (and deeper) include use to me. Oh I see. I wonder if that can explain the other missing includes?
- 9:00 AM Ticket #1779 (AutoIt Include Files Missing Includes?) updated by
-
Version changed
Automatic ticket cleanup. - 8:37 AM Ticket #1779 (AutoIt Include Files Missing Includes?) updated by
- Why would (for example) Date.au3 have to explicit include #include <WinAPIError.au3> When WinAPIError.au3 is indirectly included by the #include "WinAPI.au3" in Date.au3 ? Seems more like a OrganizeIncludes limit in relation to secondary (and deeper) include use to me.
- 7:13 AM Ticket #1779 (AutoIt Include Files Missing Includes?) created by
- I went through the AutoIt Includes tonight with the OrganizeIncludes …
Oct 2, 2010:
- 11:43 PM Ticket #1777 (Issues with Security.au3) updated by
- See also #1560.
- 6:00 PM Ticket #1778 (ProcessClose() is looking at other logged-in users) closed by
- No Bug: There was a bug for exactly the opposite of this at one time (or it was reported on the forum, I can't recall which). The behavior is correct.
- 9:22 AM Ticket #1778 (ProcessClose() is looking at other logged-in users) created by
- ProcessClose() should only be able to 'see' processes running in the …
Oct 1, 2010:
- 9:08 PM Ticket #1777 (Issues with Security.au3) created by
- There are a number of issues I've noticed with Security.au3. This …
- 8:08 PM Ticket #1750 (Au3Check misrepresents undefined Call as critical) closed by
- No Bug: In my opinion, the code is questionable to begin with so I don't have a problem with an error being reported. I can think of very few circumstances where you would perform a Call() on a literal string where the function won't exist.
- 8:04 PM Ticket #1703 (I have a problem when using "filecopy" with extension. "vbe") closed by
- No Bug
- 7:48 PM Ticket #1751 (Ctrl key stuck after send containing ^ if BlockInput is on) closed by
- No Bug: Terrible bug report that doesn't demonstrate anything.
- 7:44 PM Ticket #1775 (_Radian UDF does not work on values less that 1) closed by
- No Bug
- 7:41 PM Ticket #1776 (Strange MustDeclareVars Behavior) closed by
- No Bug: You do not have a bug to report so you should not be reporting a bug. You need the support forum until you can clearly demonstrate otherwise.
- 4:38 AM Ticket #1776 (Strange MustDeclareVars Behavior) updated by
- Try stripping down your code(copy) while preserving the error. But only that target error, correct all other before the next removal step. Adding a dummy function that can be used as a substitute for function code that you remove could help. […]
- 3:48 AM Ticket #1776 (Strange MustDeclareVars Behavior) created by
- When Opt("MustDeclareVars",1) is in effect, under certain conditions …
- 2:40 AM Ticket #1775 (_Radian UDF does not work on values less that 1) updated by
- I just ran your example script and I got 0.5 degrees = 0.008726646... radians (I didn't feel it necessary to type the whole number that was shown in the msgbox). It seems like it might be something on your end and not with the Math.au3 file. This was on Windows 7 x86.
- 1:41 AM Ticket #1775 (_Radian UDF does not work on values less that 1) created by
- The radian function does not return a value if the $degrees variable …
Sep 29, 2010:
- 6:23 PM Ticket #1774 (Simple Builtin Funktion to Get WinVersion Number) closed by
- Rejected: The point of this was...?
- 5:15 PM Ticket #1774 (Simple Builtin Funktion to Get WinVersion Number) updated by
- ??? "I do not need" !!! ... Problem solved by user himself.
- 3:00 PM Ticket #1774 (Simple Builtin Funktion to Get WinVersion Number) updated by
-
Version changed
Automatic ticket cleanup. - 2:50 PM Ticket #1774 (Simple Builtin Funktion to Get WinVersion Number) created by
- I do not need @osversion, Build etc. but only: My simple Workaround …
- 8:53 AM Ticket #1773 (_GDIPlus Misspellings) closed by
- Fixed: Fixed by revision [5957] in version: 3.3.7.0
Sep 28, 2010:
- 9:53 PM Ticket #1773 (_GDIPlus Misspellings) created by
- There are a few typos in the _GDIPlus section of the helpfile. I …
Sep 27, 2010:
- 9:58 AM Ticket #1772 (InetGet reload from the remote site) created by
- I have searched the forum and found quite a few people have this …
Sep 23, 2010:
- 12:12 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Thanks now Jon can correct what he did #1444
Sep 22, 2010:
- 7:14 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Hello, i think it is a bug in the AutoIt Windows Info tool in version 3.3.6.0 and above. Because i think the AutoIt Windows Info tool is to identify buttons from programs wich are not written in AutoIt code. AutoIt is a great Tool to control other programs. And to do this you must be able to identify the buttons from other programs. Kind regards. Daniel
- 7:24 AM Ticket #1771 (Run*() failure for Elevated Processes with UAC) updated by
- I may address this in the future in a sensible way so I'm leaving the ticket open.
- 2:16 AM Ticket #1771 (Run*() failure for Elevated Processes with UAC) created by
- With Windows Vista+, when UAC is turned on, 'CreateProcess' will fail …
Sep 21, 2010:
- 4:26 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by
- Actually, maybe there is an advantage to the folder/files, folder/files, folder/files sequence of the newer, smaeller, version. It might allow one to use the returned array sequence to determine a folders contents, without having to compare the actual pathnames (although subfolders would complicate that coding). In any case, this array sequencing is no less useful than that of the existing routine.
- 4:22 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by
- Not (unnecessarily) building two seperate arrays, which then have to be combined in the end, saves a ton of code, and makes for a more straight-forward, easily-maintained function. It does however affect the order in which hits are returned in the output array. The original function would place all folders first, followed by all files. My (smaller, faster, cleaner) version returns a folder, then any files within that folder, then the next folder, and it's files, and so on... There is no documentation, or requirement, regarding the order in which the returned array is sorted. There any advantage, nor disadvantage, to either sequence. So, I (of course), vote for the simpler version of the routine. Maybe a fresh set of eyes will pipe in on this... ?
- 2:04 PM Ticket #1770 (Script getting pause when popup appears in IE) updated by
- Replying to Valik: > This is not a support forum. Raj2010:I know this is not support forum. Next line of code is not getting executed when ever popup occutrs is an issue with the tool not with code.
- 2:03 PM Ticket #1770 (Script getting pause when popup appears in IE) updated by
- I know it is not support forum. Next line of code is not getting executed when ever popup occutrs is an issue with the tool not with code.
- 2:36 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- PS2: (was a little to fast) If the Group control is actually used as expected. There is no problem targeting button1 and button2. (moved first GUICtrlCreateGroup from below button2 to above button1.) […]
- 2:28 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Seems the Group control is blocking. Button1 and Button2 can't be targeted with the current Au3Info. (Ps: don't know about older version of Au3Info.) […]
Sep 20, 2010:
- 7:08 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Hello, i have found a software with that you can reproduce it. Please have a look at the screenshots. The software i want to control is "Putty". (www.putty.org)(http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe) I want to identify the "delete" Button. In version 3.3.4.0 from the AutoIt Windows Info tool i can identify the Button12 (ID 1060) in the version 3.3.6.1 from the AutoIt Windows Info tool i can not identify this Button. I hope this will help you. Kind regardes Daniel
- 6:12 PM Ticket #1770 (Script getting pause when popup appears in IE) closed by
- No Bug: This is not a support forum.
- 6:05 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Hello, i use AutoIt to write a script to control the software "Argus on PC". You can see it in the screenshot i made. "Argus on PC" is a software which is not written by me and it need a special external hardware device. "Argus on PC" is not written in AutoIT Code. So i use the AutoIt Windows Info tool to get the IDs of the Buttons from "Argus on PC" (the software i want to control) to control the software. And this is what works fine with the version 3.3.4.0 from the AutoIt Windows Info tool. I think this is the same problem as the problem what paul (first text) explained. I want to help to find the differences in the AutoIt Windows Info tool from version 3.3.4.0 to 3.3.6.1, but i do not know how i can help. Kind regards
- 7:16 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- are you saying the sofware you use is not written in AutoIt Code and I cannot have a copy to reproduce the behavior you get?
- 7:13 AM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by
- so What is the best the Spiff59 or the modified Beege?
- 6:59 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Hello, the error is not in the script i wrote. I have only the software (not the source code) i want to control and i use the AutoIt v3 Windows Info tool to find out the IDs of the buttons i want to click. And i can only find the IDs with the tool ver. 3.3.4.0 and not with a version above. The Error is in the Windows Info tool and so i think i can not make a repro script. Kind regards
- 6:17 AM Ticket #1770 (Script getting pause when popup appears in IE) created by
- After clicking "update" button using below command, a popup is getting …
- 1:41 AM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by
- Spiff59 is right about 2D arrays not working when user wants only files or only Dirs returned. The last block of code in the version I submitted should be: […]
Sep 18, 2010:
- 7:01 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Replying to Daniel: > Hello again, > i have made a scrennshot and i hope, this will help. > The screenshot is made with version 3.3.4.0 from AutoIt v3 Windows Info. > With version 3.3.4.0 i can find the Button (Button23 with the ID 1416). > With a version above 3.3.4.0 e.g. version 3.3.6.1 i can not find this Button. > I do not know what is a repro script. My english is not so good, sorry. > Kind regards. a repro script is a script which reproduce the error I think that it is still needed to understand the problem as with the screen shot I cannot figure out how all control are created. The best as mention by @mvg is best to go to forum first to get help unless your report allow to reproduce the error if any.
- 1:02 AM Ticket #1769 (Au3Check does not Check "If Not IsDeclared("VAR") Then Then Global Const") closed by
- Rejected: The code you demonstrate is stupid and is a hack work-around for a larger organization issue.
Sep 17, 2010:
- 10:08 PM Ticket #1769 (Au3Check does not Check "If Not IsDeclared("VAR") Then Then Global Const") created by
- Hi, Maybe i'm wasting your time(and mine) I don't know if it's by …
- 8:15 PM Ticket #1768 (Compile) closed by
- Rejected: Thank you for being a complete waste of time.
- 7:31 PM Ticket #1768 (Compile) updated by
- You're joking right? "Compile" is only the first item in the tools menu.
- 7:23 PM Ticket #1768 (Compile) created by
- Allow us to call the Compile script to exe from inside the autoit …
- 4:43 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by
- Although it should be: […] I didn't need to leave '16' hard-coded in the array definitions…
- 4:39 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by
- Actually, this with the test "If $Return_Type - $IsDir <> 1 Then" to determine what is included in the returned array is likely quicker than the compound statement in the last example, and I'd think maintaining a simple $ArraySize variable would be cleaner than calling Ubound() for each iteration of the main loop. So, here's a final cleaned-up version: […]
- 4:02 PM Ticket #1499 (Performance increase to internal __FTP_ListToArray()) updated by
- His version is not going to work as coded. If $Return_Type is '1' (Directories only) or '2' (Files only) he never bothers to check the value of $Arraycount for the Redim() at the end of the routine. As coded, it simply defaults to returning a one-dimension array. Therefore, with $Return_Type set to '1' or '2', the proposed FTP_ListToArray() internal routine would only work correctly when called from _FTP_ListToArray(), and would fail when called by either _FTP_ListToArray2D() or _FTP_ListToArrayEx(). Also, why all the extra code to build and maintain separate arrays for files and directories, when they are ALWAYS combined at the end? I'd suggest the following, which fixes the Redim() bug, eliminates a bunch of useless code, and is faster yet: […]
- 3:37 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Forum case If you ask me.
- 8:17 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- Hello again, i have made a scrennshot and i hope, this will help. The screenshot is made with version 3.3.4.0 from AutoIt v3 Windows Info. With version 3.3.4.0 i can find the Button (Button23 with the ID 1416). With a version above 3.3.4.0 e.g. version 3.3.6.1 i can not find this Button. I do not know what is a repro script. My english is not so good, sorry. Kind regards.
- 6:48 AM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- We just need a repro script not just a report saying that something is not working as I say please post scrren shots explaining the difference. I am sure you can do better to post a repro script
- 2:24 AM Ticket #1767 (_IETableWriteToArray does not handle Rowspan, ColSpan, and strips tags ...) created by
- == UDF Function: == _IETableWriteToArray ---- == Issues: == …
Sep 16, 2010:
- 7:47 PM Ticket #1746 (Controls not found in moving from 3.3.4.0 to 3.3.6.0) updated by
- First off - thanks for a great piece of software. I have the same problem. AutoIt Info window: ver 3.3.6.0 -> not working fine ver 3.3.6.1 -> not working fine ver 3.3.5.3 beta -> not working fine ver 3.3.4.0 -> -> working fine If there are any screen shots or backdoor tests you want me to run to find the problem please let me know. Thanks.
- 6:20 PM Ticket #1766 (Multi-Thread support) closed by
- Rejected: Learn to read.
- 9:00 AM Ticket #1766 (Multi-Thread support) updated by
-
Version changed
Automatic ticket cleanup. - 7:57 AM Ticket #1766 (Multi-Thread support) created by
- Dear AutoIt Developers.. Please provide a support for Multithread. …
- 3:00 AM Ticket #1765 (Add ability to allow to embed AutoIt interpreter into C++ code) updated by
-
Version changed
Automatic ticket cleanup. - 2:06 AM Ticket #1765 (Add ability to allow to embed AutoIt interpreter into C++ code) created by
- Propose to allow to embed the AutoIt INTERPRETER into C++ code, …
Sep 15, 2010:
- 6:52 PM Ticket #1764 (FileCreateShortcut - cuts target to 8.3 style) created by
- Both files do not exist, also drive X: does not exist. […] C.lnk …
- 4:53 PM Ticket #1762 (With ... EndWith crashes instead of Error.) updated by
- No crash for me: […]
- 9:37 AM Ticket #1763 (incorrect sequence during GUICtrlSetGraphic) created by
- When using GUICtrlSetGraphic, one should expect that the elements you …
- 8:18 AM Ticket #1699 (Send() in raw is not working in Windows 7 for the game) updated by
- I have tried to run the script as Administrator in Windows 7 and it worked perfectly. Please close the ticket.
Sep 14, 2010:
- 9:20 PM Ticket #1762 (With ... EndWith crashes instead of Error.) created by
- $oObject.MemberDoesntExist() ; results in: ; ==> The requested action …
Sep 13, 2010:
- 10:10 PM Ticket #1761 (File version compare bug) closed by
- No Bug: I suggest you learn about lexicographical string comparisons.
- 9:49 PM Ticket #1761 (File version compare bug) created by
- If i used filegetversion and compare these two versions by using …
Sep 12, 2010:
- 11:35 PM Ticket #1760 (#OnAutoItStartRegister, ignores single quoted function names.) created by
- More a general inconsistency than anything else. […] …
- 11:22 PM Ticket #1759 (Strange listview sort) updated by
- Confirmed: […] Strange indeed. It seems that _GUICtrlListView_FindItem can not find the item, it returns -1 on the last two. Perhaps the problem is in the structure and the params that is set for it.
Note:
See TracTimeline
for information about the timeline view.
