Timeline
02/20/08:
- 21:13 Ticket #131 (UDP socket and IP) created by
- I ask for know the source IP of a UDP packet received with UDPRecv(). …
02/19/08:
- 03:50 Ticket #130 (_GUICtrlListView_InsertGroup incorrect parameters order in the docs) closed by
- Fixed: Fixed in version: 3.2.11.2
02/18/08:
- 22:52 Ticket #130 (_GUICtrlListView_InsertGroup incorrect parameters order in the docs) created by
- Description in the help file for _GUICtrlListView_InsertGroup …
- 19:47 Ticket #129 ("Bugs" on the main Trac page (Jon's links do not work)) closed by
- Fixed: Oops, I realize what I did now. I hit "Review Changes" instead of "Submit Changes", didn't realize it and closed the window. That's why they weren't updated when I thought I did it yesterday. Thanks Saunders, fixed now.
- 19:45 WikiStart edited by
- Update queries to support renamed stuff. (diff)
- 03:13 Ticket #123 (I have added two user functions to array.au3) closed by
- Rejected: You're right, it's really not the best way to go about it.
- 01:47 Ticket #123 (I have added two user functions to array.au3) reopened by
- Is this even the proper way to submit UDFs? Forgetting for a moment that these would be rejected anyway, shouldn't he have gone through different channels?
- 01:43 Ticket #129 ("Bugs" on the main Trac page (Jon's links do not work)) created by
- I'm not sure if this is the appropriate place... The links to custom …
- 01:06 Ticket #128 (Accelerator Tables) created by
- Edited by Valik Add native support for accelerator tables.
02/17/08:
- 21:59 Ticket #127 (GUICtrlCreateDate -> GUICtrlSetData wrong on Timefields) created by
- Hi, when you create a Datepicker with GUICtrlCreateDate and make it …
- 20:02 Ticket #126 (Add @LF to end of ConsoleWrite/WriteError) closed by
- Rejected: Do you think the answer has changed since ticket #77 was closed? Resolving as Rejected.
- 17:49 Ticket #126 (Add @LF to end of ConsoleWrite/WriteError) created by
- Hi, Recently I have been working on a couple of functions which I use …
02/16/08:
- 15:56 Ticket #118 (Obfuscator (1.0.24.12) /striponly removing GUICreate()) closed by
- Fixed: I added an extra test which will leave the global variables that are set to a Function value. Fixed in v 1.0.24.12
- 13:00 Ticket #121 (StringSplit not case sensitive for separator with multiple characters ...) closed by
- Fixed: Fixed in version: 3.2.11.2
- 12:58 Ticket #122 (StringSplit does not return the string if no split found with ...) closed by
- No Bug: In fact there is a split in your example stringsplit return 2 empty strings the one nbefor "c" and the one after
- 07:01 Ticket #125 (codexecute) closed by
- Rejected: If you can't use Execute() or the command line features /AutoIt3ExecuteLine, /AutoIt3ExecuteScript, you are out of luck. As for sharing variables, depending on the type, it's not difficult to marshal data across process boundaries using STDIO streams or TCP functions. In short, everything you want can already be achieved with AutoIt. Resolving as Rejected.
- 05:13 Ticket #125 (codexecute) created by
- Hey au3dev team! I have been using autoit for over 2 years now, and …
02/15/08:
- 22:31 Ticket #112 (Send() does not check key release) closed by
- wontfix: It is not unexpected that if you use two sources of input asynchronously, you will confuse the internal keyboard state. When you choose to use Send(), you open yourself up to that possibility. I'm closing this as wont fix.
- 22:09 Ticket #112 (Send() does not check key release) reopened by
- Replying to Jpm: > Only the capslock key is managed whend Send() is used so if a Ctrl or Alt key is down the pointed window will received the combined keystroke. > Jon will confirm that due to compatibility in game script he will not extend this behavior ;) If the Ctrl key is pressed then it may be expected that the combination will result but that is not what happens and it is not the 'bug' being reported. The script is not a work around but a demonstration of how to add a delay waiting for Ctrl to be released so that the 'bug' is avoided. In my experience if Send operates when someone is holding down the Ctrl key then the result is as if the Ctrl key were not held down. The bug is that Send sometimes incorrectly adjust for the Ctrl key being down resulting in the key being latched down when it should not be. The report is actually a copy of a replay I gave to someone having this problem and includes my guess as to why it happens. I did not make the report but to me it seems like a bug, or at the very least, very undesirable behavior. How to see the problem 1) Comment out the 2 lines in the function WriteMessage While _IsPressed(11) WEnd 2) run the script. 3) Open Notepad 4) type anything and then press Ctrl and H but keep the Ctrl key pressed down until you see charcaters being typed by Send then immediately release Ctrl 5) end the script by pressing F11 6) in notepad press the letter g When I try this it behaves as Ctrl G and my in my view it's a bug.
- 21:55 Ticket #124 (Active Directory Integration - being able to query/enumerate AD objects) closed by
- rejected: AutoIt supports COM. So, the short answer is: You can. Ask on the forum for help.
- 21:44 Ticket #124 (Active Directory Integration - being able to query/enumerate AD objects) created by
- It would be a great feature addition (and I imagine by no means …
- 21:09 Ticket #123 (I have added two user functions to array.au3) closed by
- rejected
- 17:17 Ticket #123 (I have added two user functions to array.au3) created by
- Total - returns the total of all values in an array Average - returns …
- 17:04 Ticket #122 (StringSplit does not return the string if no split found with ...) created by
- StringSplit does not return the string if no split found with …
- 16:57 Ticket #121 (StringSplit not case sensitive for separator with multiple characters ...) created by
- Whereas; separator with Individual characters, or separator with …
- 15:58 Ticket #117 (TimeExecution) closed by
- fixed: This was already fixed in 3.2.11.2. That's why you always test with the latest beta before reporting bugs.
- 15:34 Ticket #117 (TimeExecution) reopened by
- please look at this... http://www.autoitscript.com/forum/index.php?showtopic=64212&st=0&p=478930&#entry478930
- 07:20 Ticket #112 (Send() does not check key release) closed by
- nobug: Only the capslock key is managed whend Send() is used so if a Ctrl or Alt key is down the pointed window will received the combined keystroke. Jon will confirm that due to compatibility in game script he will not extend this behavior ;)
- 02:57 Ticket #120 (StringSplit limit parameter) created by
- StringSplit("String","delimiters"[, flag [,limit]]) I was wondering …
02/14/08:
- 15:10 Ticket #117 (TimeExecution) closed by
- nobug: This is not a support forum. Ask support questions on the forum. Post bugs here. You aren't posting any details about a bug, you're trying to figure out if something is a bug. That does not belong on Trac. Resolving as no bug.
- 14:09 Ticket #119 (GuiCtrlGet*) created by
- We can set these options but how do we get them? …
- 12:14 Ticket #118 (Obfuscator (1.0.24.12) /striponly removing GUICreate()) created by
- OS WinXP Pro Sp2 AutoIt 3.2.10.0 Beta 3.2.11.1 It would appear that …[…]
- 07:45 Ticket #117 (TimeExecution) created by
02/13/08:
- 00:22 Ticket #116 (Windows menu bug) created by
- This was brought up by PianoMan as a bug …
- 00:03 Ticket #115 (Document Aut2Exe's /bin parameter) created by
- One of us needs to document the /bin parameter and make sure it's …
02/12/08:
- 23:41 Ticket #114 (Add Optional parameter to WinList - [, WinState]) closed by
- rejected: The reason you have all the building blocks is so you can write code for yourself and we don't have to write every single feature for you. Rejected as this is quite trivial to implement as a UDF.
- 23:07 Ticket #114 (Add Optional parameter to WinList - [, WinState]) created by
- Add Optional parameter to WinList - [, WinState], so the …
- 05:07 Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) closed by
- nobug: I'm closing this again. I repeat: this is not an AutoIt bug. If you don't believe me, run the script but this time click "Script Paused". Now without changing focus, press Alt+PrintScreen. Open Paint and paste the image. Notice that you get the exact same results. In fact, you can do this with any program that has a context menu entry which doesn't do anything visible. I just tested using a program I had running that happened to have just such a menu item. I can reproduce the problem without AutoIt being part of the equation. You need to understand, the focus changes when you invoke the context menu. I thought perhaps Windows restored focus back to the last window but it doesn't, so focus is wherever Windows puts it. As mentioned above, you must set focus where you want it to be. If you don't know where it should go, then you'll have to write some clever code to determine where it should go. But this is not an AutoIt bug. Resolving as no bug.
- 03:22 Ticket #113 (_ArrayDelete(StringSplit,..)) closed by
- nobug: This is not a bug. The _Array functions take the array by reference, not by value. That means you must pass a variable. The documentation in the beta version appears to correctly show you must pass ByRef so I'm resolving this as no bug.
- 02:45 Ticket #113 (_ArrayDelete(StringSplit,..)) created by
- Compiler issue: StringSplit returns an array, but _ArrayDelete does …
02/11/08:
- 18:58 Ticket #112 (Send() does not check key release) created by
- That's good. If I release the Ctrl key while send is sending a string …
- 18:38 Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) reopened by
- 17:21 Ticket #111 (Extension to StringinStr to allow search from position as well as from ...) closed by
- rejected: What you ask for can be done with regular expressions (StringRegExp()). It would be somewhat easy to write a function with StringRegExp() at it's heart to implement all the functionality you ask for (except perhaps the negative position, I'm not sure if StringRegExp() supports that). Resolving as rejected.
- 16:52 Ticket #111 (Extension to StringinStr to allow search from position as well as from ...) created by
- An additional flag parameter, also optional, that if you specify …
- 05:32 Ticket #110 (GUICtrlCreateObj controls do not correctly track focus.) created by
- The problem is that when i use multiple webbrowser objects on my GUI, …
- 00:04 Ticket #93 (ControlTreeView() - sets @error=1 even if command works OK) closed by
- fixed: Fixed in version: 3.2.11.2
02/10/08:
- 21:56 Ticket #109 (_SQLite_GetTable - Memory error) created by
- When I try to get a big 1d-Table with "_SQLite_GetTable", in 30% of …
- 19:45 Ticket #108 (IE.AU3 _IEAttach windowtitle using not existing registry entry) created by
- within _IEAttach when searching on windowtitle a registry entry is …
02/09/08:
- 19:04 Ticket #93 (ControlTreeView() - sets @error=1 even if command works OK) reopened by
- Now in version 3.2.11.1 Check, Select, Expand commands are OK but problem is with Exists command - return 1 and also sets @error to 1.
- 18:50 Ticket #40 (Pixel functions should accept HWND) closed by
- completed: Added in version: 3.2.11.2
- 14:00 Milestone 3.2.11.1 completed
02/08/08:
- 15:50 Ticket #106 (Gui Double Buffering Flag / exStyle) closed by
- rejected: That's rather a lot of work for such a small problem that can be solved in other ways. Not to mention, performance will suffer for those GUIs since drawing is rather expensive. The best solution depends on the circumstances. If updating one control a lot, only update the control when the content really changes (as opposed to setting the same content repeatedly). Or if updating a large amount of stuff all at once, lock the GUI before updating so that everything is only redrawn once when the GUI is unlocked. Resolving as rejected.
- 07:48 Ticket #107 (DllStructGetField) created by
- Returns the field string used to reference an index of a dll …
- 07:46 Ticket #106 (Gui Double Buffering Flag / exStyle) created by
- Add an optional flag, possibly an extended style, that forces a …
02/07/08:
- 00:38 Ticket #105 (_IEAttach does not work with embedded mode) closed by
- duplicate: This is already fixed in beta 3.2.11.0. Remember, always test with the latest version of AutoIt before reporting a bug. Resolving as duplicate since it's already fixed.
02/06/08:
- 21:33 Ticket #104 (Problem with _GUICtrlListView_RegisterSortCallBack and WM_NOTIFY) closed by
- fixed: Fixed in version: 3.2.11.1
- 21:18 Ticket #105 (_IEAttach does not work with embedded mode) created by
- When trying to attach to an IE control that is embedded in another …
- 08:48 Ticket #104 (Problem with _GUICtrlListView_RegisterSortCallBack and WM_NOTIFY) created by
- If you in the same script use _GUICtrlListView_RegisterSortCallBack …
02/05/08:
- 21:16 Ticket #103 (a-squared Free says exe's are trojans) closed by
- nobug: http://www.autoitscript.com/forum/index.php?showtopic=34658
- 20:42 Ticket #103 (a-squared Free says exe's are trojans) created by
- The latest malware signatures for a-squared Free …
- 15:15 Ticket #102 (ControlCommand(SelectString) - wrong selection order again) closed by
- fixed: Fixed in version: 3.2.11.1
- 12:38 Ticket #102 (ControlCommand(SelectString) - wrong selection order again) created by
- When there is value ABC|ABC_DEF in ComboBox then …
02/04/08:
- 21:29 Ticket #101 (_ScreenCapture_Capture: Cursor is not on the right position) closed by
- fixed: Fixed in version: 3.2.11.1
- 15:22 Ticket #101 (_ScreenCapture_Capture: Cursor is not on the right position) created by
- If you make a Screenshot and the upper left corner is not 0,0 the …
- 15:17 Ticket #100 (ControlSend Error) closed by
- nobug: This is a bug in edit control focus and has been fixed in 3.2.11.1. It's not a bug in any Control* function so I'm resolving it as no bug. All the edit focus bugs are fixed in 3.2.11.1, however.
- 14:02 Ticket #100 (ControlSend Error) created by
- in Autoit 3.2.10 and 3.2.11 controlsend doesn't just send the …
- 10:16 Ticket #99 (_GUICtrlListView_RegisterSortCallBack, Sort arrow not visible) closed by
- nobug: Documentation needs minor correction for the sort order arrows will only show for Windows XP and above.
- 07:42 Ticket #99 (_GUICtrlListView_RegisterSortCallBack, Sort arrow not visible) created by
- Tried the _GUICtrlListView_RegisterSortCallBack function, as in the …
02/03/08:
- 22:07 Ticket #98 (SplashImage (or GUI) without border) closed by
- rejected: As I mention on the forum thread, you need to use the right combination of styles. Please don't post any more feature requests until you have researched how to do it.
- 20:34 Ticket #98 (SplashImage (or GUI) without border) created by
- As reported here: …
- 04:11 Ticket #97 (WinMenuSelectItem()) closed by
- nobug: You say it doesn't work as expected, but you don't say what you expect. Looking at the code, clicking "Test WinMenuSelectItem" should trigger the event which displays a message box. It does that for me. Resolving as no bug as I don't see anything wrong here.
- 03:20 Ticket #97 (WinMenuSelectItem()) created by
- This does not seem to be working as expected. AutoItVersion: 3.2.10.0 …
02/02/08:
- 22:30 Ticket #95 (StringReplace doesn't recognize some number types as not strings) closed by
- fixed: Fixed in version: 3.2.11.1
- 19:20 Ticket #61 (Hashes) closed by
- rejected: This answer to this is still "We don't plan to add support for new data-types". Resolving as rejected.
- 19:12 Ticket #36 (MS SQL BigInt masked with 0xFFFFFF00) closed by
- fixed: Fixed in version: 3.2.11.1
02/01/08:
- 23:36 Ticket #96 (Display problems with 2 embedded WebBrowser objects in GUI) closed by
- nobug: Just reread rthe doc, $WS_CLIPCHILDREN is needed […]
- 22:46 Ticket #91 ("_ScreenCapture_CaptureWnd" does not work on Win2k) closed by
- nobug
- 22:40 Ticket #94 (_ClipPutFile drops drive letters) closed by
- fixed: See: http://www.autoitscript.com/forum/index.php?showtopic=60635
- 19:38 Ticket #96 (Display problems with 2 embedded WebBrowser objects in GUI) created by
- When 2 WebBrowser controls are embedded in a GUI and are sequentially …
- 16:26 Ticket #93 (ControlTreeView() - sets @error=1 even if command works OK) closed by
- fixed: Thanks, example added too
- 13:45 Ticket #95 (StringReplace doesn't recognize some number types as not strings) created by
- Reported in General Support topic #63374 by jennico. Tested in …
- 11:23 Ticket #94 (_ClipPutFile drops drive letters) created by
- _ClipPutFile seems to drop the drive letter. However I can paste to …
- 10:53 Ticket #93 (ControlTreeView() - sets @error=1 even if command works OK) created by
- Touched commands: Check, Select, Expand Checking/Selecting/Expanding …
01/31/08:
- 15:45 Ticket #92 (DllStructGetData() truncation) created by
- DllStructGetData() truncates the last element of a (char/wchar) array …
- 11:58 Ticket #91 ("_ScreenCapture_CaptureWnd" does not work on Win2k) created by
- When I try to use "_ScreenCapture_CaptureWnd" function defined in …
01/30/08:
- 22:58 Ticket #90 (RunAs fails for a Limited User if run-as user's Profile is loaded) created by
- Using beta 3.2.11.0 on XP SP2: If the RunAs function is called in a …
- 22:19 Ticket #89 (RunAs w/ Profile does not grant acess to user environment) created by
- Using beta 3.2.11.0 on XP SP2: In a child process spawned by the …
- 19:48 Ticket #70 (AutoIt3Wrapper Attempts to Update 64bit Executables) closed by
- fixed: Closing this ticket and will threat the X64 support as a feature request which I am close at implementing native Resourse updating in the next version of Autoit3Wrapper.
- 18:40 Ticket #66 (BS_DEFPUSHBUTTON getting lost) closed by
- fixed: Fixed in version 3.2.11.1.
- 15:15 Ticket #88 (Help file (Round)) closed by
- fixed: Fixed in version: 3.2.11.1
- 14:57 Ticket #88 (Help file (Round)) created by
- In the help file under round, you have: $x = Round(-1.582, 1) …
- 09:53 Ticket #84 (SciTE doing syntax checking in comments in certin instances) closed by
- fixed: Fixed in version: 3.2.11.1
- 09:18 Ticket #86 (Scite, switching to other tab/file before Tidy is finished.) closed by
- fixed: I have changed Tidy to first "open" the script again forcing the focus back to the correct tab before doing the revert command which ensures the updated script is loaded. Tidy v2.0.23.9 is available from the SciTE Download page : http://www.autoitscript.com/autoit3/scite/download/Tidy.exe
- 08:57 Ticket #87 (Label disappears when clicking on a button) closed by
- nobug
- 08:57 Ticket #87 (Label disappears when clicking on a button) reopened by
- 08:55 Ticket #87 (Label disappears when clicking on a button) closed by
- rejected
- 08:52 Ticket #3 (GuiListView Hiding Behind BG Image) closed by
- fixed
- 08:52 Ticket #3 (GuiListView Hiding Behind BG Image) reopened by
- 08:51 Ticket #3 (GuiListView Hiding Behind BG Image) closed by
- fixed: In fact Listview behave as tab control so $GUI_ONTOP is needed Doc Updated for 3.2.11.1
- 07:16 Ticket #87 (Label disappears when clicking on a button) created by
- The first time you click on the button at the bottom, the label, which …
- 07:09 Ticket #58 (Add a new button Type called Splitbutton) closed by
- rejected: Resolving this as rejected. It's highly unlikely we are going to add the control as a native function. Maybe if somebody gets it working correctly it can be added as a UDF but that's up to Gary. For now, closing this.
- 07:03 Ticket #85 (Scite, 'console' to 'source error line' jumping. (filename issue)) closed by
- wontfix: This is not a bug and even if it was there's nothing we could do about it anyway since we don't maintain SciTE. What happens is the lexer is confused by the unexpected () in the path-name and thinks it's a line number or some other token it recognizes. The simple solution is, don't use files with () in the name. Resolving as wontfix since I agree that it is ideal but also I know we can't fix it and that it's highly unlikely the SciTE maintainer will fix it.
- 06:09 Ticket #86 (Scite, switching to other tab/file before Tidy is finished.) created by
- WHEN using the 'Tidy AutoIt Source' tool function, AND switching to a …
- 05:45 Ticket #85 (Scite, 'console' to 'source error line' jumping. (filename issue)) created by
- A filename or path with '('...')' text, virtually disables the …
- 04:19 Ticket #75 (_IEPropertyGet($oIE,"toolbar") Fails) closed by
- fixed
- 04:19 Ticket #75 (_IEPropertyGet($oIE,"toolbar") Fails) reopened by
- 04:17 Ticket #52 (RegRead REG_MULTI_SZ AutoIt3_X64 Dr Watson) closed by
- fixed
- 04:17 Ticket #52 (RegRead REG_MULTI_SZ AutoIt3_X64 Dr Watson) reopened by
- 04:16 Ticket #52 (RegRead REG_MULTI_SZ AutoIt3_X64 Dr Watson) closed by
- fixed: Fixed in version 3.2.11.1.
01/29/08:
- 23:33 Ticket #83 (_ChooseFont) closed by
- fixed
- 23:33 Ticket #83 (_ChooseFont) reopened by
- 23:32 Ticket #83 (_ChooseFont) closed by
- fixed: Corrected Thanks
- 08:01 Ticket #84 (SciTE doing syntax checking in comments in certin instances) created by
- this... […] returns this in console... ERROR: illegal characters …
- 06:38 Ticket #83 (_ChooseFont) created by
- The syntax in the helpfile says: […] And then the params says: …
- 06:32 Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) closed by
- worksforme: I close it as everything is working as it should for me with the proposed script.
- 04:09 Ticket #82 (Variable declared on same line = Undeclared) closed by
- nobug: This is a question. The issue tracker is not the place for asking questions. This is clearly not a bug. The variable is in the process of being declared so of course you can't use it in the declaration because it doesn't exist yet. Mark as no bug. In the future, please refrain from asking support questions (which belong on the forum) on the issue tracker.
- 03:58 Ticket #82 (Variable declared on same line = Undeclared) created by
- If you try this code: […] you will get an error "$str possibly …
- 02:12 Ticket #81 (_ArraySort output bad if first chararacter of alphanumeric string is ...) closed by
- nobug: There's no bug here. First of all, you're using an array that's way bigger than you need. That means with the default sort direction, all those empty values are going to be first (Which explains why you get no output). Correcting the array size to be 4, your expected output is still wrong. Again, the default option for _ArraySort() is to start at index 0. What you expect is to star at index 1. This code does what you want, mostly because it's written correctly. […]
- 01:54 Ticket #24 (Aut2Exe throws a "failed to UPX error" on occasion) closed by
- worksforme: I can't reproduce this nor can I see how it would fail unless UPX really is failing. So it seems that the problem I occasionally get is related to UPX genuinely failing and is not an Aut2Exe issue. Resolving as worksforme.
- 01:50 Ticket #81 (_ArraySort output bad if first chararacter of alphanumeric string is ...) created by
- ;Following sample program demonstrates problem. #include <array.au3> …
- 01:31 Ticket #34 (Pixelchecksum returns wrong values) closed by
- worksforme: With the above attached file, since you didn't provide one, it runs fine on 64-bit Windows running with 32-bit AutoIt/AutoItX. I'm marking this as works for me.
- 01:07 Ticket #64 (Enhance special description for recognizing controls) closed by
- rejected: I'm closing this as rejected. I've opened 78, 79 and 80 which cover the three requests I find acceptable. You can track the tickets there.
- 01:06 Ticket #80 (Au3Info showing advanced window descriptions) created by
- Au3Info should be modified to show the advanced window description …
- 01:05 Ticket #79 (Allow searching for windows/controls by position.) created by
- Expand the advanced window descriptor to use X, Y, W, H for match …
- 01:02 Ticket #78 (Regex in CLASS for window titles) created by
- Need to add REGEXPCLASS to window title support.
- 00:04 Ticket #74 (expose C (CRT) _finite(double x) function as IsFinite($x) in Autoit) closed by
- rejected: The function is in msvcrt.dll. You can use DllCall() to invoke it.
- 00:03 Ticket #77 (ConsoleWriteLine to write to the console with @CRLF at the end of line) closed by
- rejected: Not going to happen. Adding new functions to save typing < 10 characters is not really good enough justification. And please don't try to argue "But FileWriteLine!" I could do without FileWriteLine() and it wasn't my decision to add it.
01/28/08:
- 23:59 Ticket #75 (_IEPropertyGet($oIE,"toolbar") Fails) closed by
- fixed: Fixed in 3.2.11.1 (Ignore milestone, it's wrong).
- 22:43 Ticket #71 (Au3Info supporting Internet Explorer ComponentFromPoint) closed by
- rejected: That method does not do what you think. It only returns information about a scrollbar under the mouse. It does not allow you to see what sort of control is under the mouse in a page unless that control happens to be a scrollbar. Closing as rejected.
- 22:34 Ticket #77 (ConsoleWriteLine to write to the console with @CRLF at the end of line) created by
- This request based on this forum thread: …
- 22:34 Ticket #23 (Acces to DataGridView for .net 2.0) closed by
- rejected: Maybe someday AutoIt will be able to interact better with .NET controls but that day is not today.
- 22:26 Ticket #73 (DirMove on different volume) closed by
- fixed: Fixed in version: 3.2.11.1
- 22:23 Ticket #76 (Test Bug) closed by
- fixed: Fixed in version: 3.2.11.1
- 22:22 Ticket #76 (Test Bug) created by
- Ignore this, test bug.
- 16:33 Ticket #75 (_IEPropertyGet($oIE,"toolbar") Fails) created by
- _IEPropertyGet($oIE,"toolbar") returns a ==> The requested action …
- 14:23 Ticket #74 (expose C (CRT) _finite(double x) function as IsFinite($x) in Autoit) created by
- Determines whether the given double-precision floating-point value is …
- 13:58 Ticket #41 (Cleanup/Rename internal and User Defined Functions.) closed by
- completed: Being there has not been anything else added in a week I'm closing this ticket.
- 13:56 Ticket #69 (_GUICtrlListView_Create) closed by
- fixed: When the control is created it needs a control id, fixed for next version.
- 06:45 Ticket #73 (DirMove on different volume) created by
- When the destination already exists and the overwrite flag is …
- 04:19 Ticket #72 (MFC ActiveX Control doesn't work w/ AutoIt) closed by
- nobug: The object does not implement IDispatch. Objects must properly implement IDispatch in order for AutoIt to use them. This is not a bug.
- 03:34 Ticket #72 (MFC ActiveX Control doesn't work w/ AutoIt) created by
- MFC ActiveX controls' properies and methods cannot be accessed/invoked …
01/27/08:
- 11:00 Ticket #71 (Au3Info supporting Internet Explorer ComponentFromPoint) created by
- Would be very nice if AutoIt can do more with Internet Explorer. For a …
- 07:26 Ticket #70 (AutoIt3Wrapper Attempts to Update 64bit Executables) created by
- The AutoIt3 Wrapper is attempting to update 64bit executables. It …
- 01:51 Ticket #69 (_GUICtrlListView_Create) created by
- Whenever you try to move an item in a listview created with the UDF …
01/26/08:
- 17:45 Ticket #68 (GUIWrapper not saving option) closed by
- fixed: Yeap, see i missed a section in the update process. Its fixed in Version 1.9.5.7 currently availble as seperate download in the Downloads page: http://www.autoitscript.com/autoit3/scite/downloads.shtml
- 16:52 Ticket #67 (GUICtrlSetGraphic in help file) closed by
- fixed: Fixed in version: 3.2.11.1
- 11:09 Ticket #68 (GUIWrapper not saving option) created by
- When selecting a RequestExecutionLevel Scite output windows says …
- 09:54 Ticket #67 (GUICtrlSetGraphic in help file) created by
- GUICtrlSetGraphic example in the help file shows a misspelled word : …
01/25/08:
- 18:53 Ticket #66 (BS_DEFPUSHBUTTON getting lost) created by
- If I tab around or click somewhere and tab I lose the …
- 14:00 Milestone 3.2.11.0 completed
01/24/08:
- 20:50 Ticket #65 (Au3Check gives wrong error with Const ByRef params) created by
- The following code: […] produces this error: […] The error is …
- 19:40 Ticket #64 (Enhance special description for recognizing controls) created by
- Actually 2 request(s) to combine and not yet sure whats most logical …
- 16:47 Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) reopened by
- Hi JPM, I'm sorry for not providing a repro. This is the simplest version of the code that is causing me problems: […] Although I can't understand why I'm getting only a fraction of the active window, I suspect it's somehow related to the mouse being active (up/down) at the moment the printscreen is initiated. That being said sleep() doesn't seem to provide any amelioration. Thanks, Christian Blackburn
- 07:36 Ticket #62 (Pressing F1 from within Scite editor Runs the script & runs multiple ...) closed by
- wontfix: This has been asked many times and explained that SciTE's Job queue has issues and is not something we (the autoit dev team) will work on. I know that somebody has been working on a new Job queue mechanism for SciTE, but haven't seen much progress on it lately. I have reported this bug in the SciTE interest site and that's all I can do. Closing as "WontFix"
- 06:55 Ticket #63 (Overlay UAC icon on scripts with #RequireAdmin) created by
- It would be cool if Aut2Exe would automatically overlay the Windows …
- 03:41 Ticket #62 (Pressing F1 from within Scite editor Runs the script & runs multiple ...) created by
- F1 brings up the help screen , and runs the underlying code. This …
01/23/08:
- 19:50 Ticket #61 (Hashes) created by
- Any chance that hashes (as in PERL) might be implemented? If not as …
- 15:54 Ticket #60 (Test Bug) closed by
- fixed: Fixed in version: 3.2.11.0
- 15:38 Ticket #60 (Test Bug) created by
- Ignore this, test bug.
01/21/08:
- 22:57 Ticket #59 (_GUICtrlTreeView_GetState hard crashes external app) closed by
- fixed: (In [2870]) Fixed ticket:59 _GUICtrlTreeView_GetState hard crashes external application(s)
- 22:35 Ticket #59 (_GUICtrlTreeView_GetState hard crashes external app) created by
- This is a reminder for myself to fix by adding in memory calls.
- 19:58 Ticket #58 (Add a new button Type called Splitbutton) created by
- Addition of the "BS_SPLITBUTTON" type button. …
- 12:49 Ticket #55 (Show function ToolTip in SciTE) closed by
- wontfix
Note: See TracTimeline
for information about the timeline view.