Timeline
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
01/20/08:
- 19:51 Ticket #56 (Some features for discussion) closed by
- rejected: Examples forum is where you should put these to get feedback from the user community. Tickets should not be made up for discussing things.
- 19:48 Ticket #57 (unable to click hyperlink in any window) closed by
- rejected: The issue tracker is not a place to ask for general support. That's what the forum is for. Closing ticket.
- 19:22 Ticket #57 (unable to click hyperlink in any window) created by
- I am trying to automate a windows application which contains …
- 15:39 Ticket #56 (Some features for discussion) created by
- Hi, GaryFrost openend a thread how to submit udfs. I searched through …
- 15:04 Ticket #27 (ControlClick with alternate mouse buttons (Like MouseClick's Primary, ...) closed by
- completed: (In [2860]) Changed: ControlClick() now accepts the same mouse buttons as MouseClick() - left/right/middle/primary/secondary/main/menu. Completed ticket:27
01/19/08:
- 15:46 Ticket #55 (Show function ToolTip in SciTE) created by
- Hi, I noticed that there is a problem with showing the function …
- 11:01 Ticket #54 (_DateDiff) closed by
- fixed: I see a fix is committed for the version.
- 10:58 Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) closed by
- worksforme
- 01:30 Ticket #54 (_DateDiff) created by
- Hi, _DateDiff is missing in Scite for highlightning. So long, Mega …
01/18/08:
- 21:31 Ticket #53 (change taborder of controls in GUI) closed by
- rejected: see _WinAPI_SetWindowPos in the help
- 19:58 Ticket #53 (change taborder of controls in GUI) created by
- The order tabstops on a GUI is the order that the control was created. …
- 16:34 Ticket #52 (RegRead REG_MULTI_SZ AutoIt3_X64 Dr Watson) created by
- Attempting to read a REG_MULTI_SZ value that exists but has no data on …
- 15:15 Ticket #37 (Wine Compatibility Notice) closed by
- rejected: I agree with Jos. If things work in Wine, that's great, but it is not a platform we actively target. Also, I doubt everything AutoIt is doing works the same way under Wine. There are inevitably going to be differences due to interpretation and differences due to the fact that the Wine developers just haven't implemented everything. Marking as rejected.
- 15:10 Ticket #51 (Problem with "Au3Check" and "IsDeclared") closed by
- nobug: If you're going to write that much code and still hard-code the constant anyway, you might as well just hard-code it with a different name if you're really that concerned about the symbol not being found. Personally, I find that code to be one of the stupidest blocks of code you can write in AutoIt. Resolving as nobug as I don't consider this a bug.
- 11:33 Ticket #51 (Problem with "Au3Check" and "IsDeclared") created by
- Au3Check 'seems' to have a problem with correct checking of lines with …
- 02:23 Ticket #48 (_GUICtrlTab_GetItemState, _GUICtrlTab_SetItemState not working) closed by
- fixed: (In [2835]) Fixed #48: _GUICtrlTab_GetItemState, _GUICtrlTab_SetItemState, _GUICtrlTab_GetItem, _GUICtrlTab_SetItem State Mask was missing
01/17/08:
- 23:07 Ticket #49 (cSnippet.exe (outdated and no unicode version)) closed by
- rejected: Already fixed with the exception of 2 warnings for 3.2.11.0 Will be fixed for that also.
- 22:50 Ticket #49 (cSnippet.exe (outdated and no unicode version)) reopened by
- Hi, #AutoIt3Wrapper_Res_Fileversion=1.0.5.12 […] Latest beta and stable of Autoit and latest beta of Scite. So long, Mega
- 22:18 Ticket #49 (cSnippet.exe (outdated and no unicode version)) closed by
- rejected: That about covers it.
- 22:04 Ticket #50 (Handle COM Byte-Array) created by
- Reference: LDAP Byte return - is not recognized, Valik, Jon to …
- 21:47 Ticket #49 (cSnippet.exe (outdated and no unicode version)) created by
- Hi, I thought about a good solution to share my udfs and sample …
- 21:37 Ticket #48 (_GUICtrlTab_GetItemState, _GUICtrlTab_SetItemState not working) created by
- State Mask not set in _GUICtrlTab_GetItem and _GUICtrlTab_SetItem
- 15:59 Ticket #47 (FileInstall() to use the same Flag values as FileCopy) closed by
- rejected: I'm marking this rejected. FileInstall is going to see a major rewrite in the future and this may or may not be necessary at that time.
- 15:46 Ticket #47 (FileInstall() to use the same Flag values as FileCopy) created by
- I would like FileInstall() to use the same Flag parameter values as …
- 12:45 Ticket #43 (IniReadSectionNames returning incorrect number of sections (extra ...) closed by
- fixed
- 12:45 Ticket #43 (IniReadSectionNames returning incorrect number of sections (extra ...) reopened by
- 12:43 Ticket #43 (IniReadSectionNames returning incorrect number of sections (extra ...) closed by
- fixed: (In [2829]) Fixed #43: IniReadSectionNames() returning incorrect number of sections under Win9x.
- 00:53 Ticket #45 (Resizing GUI after _GUICtrlStatusBar_EmbedControl (Marquee Progress bar)) closed by
- wontfix
01/16/08:
- 22:39 Ticket #45 (Resizing GUI after _GUICtrlStatusBar_EmbedControl (Marquee Progress bar)) reopened by
- As I've stated, I attempted to control the resizing using the WM_SIZE message with the same results. The code you provided hard crashes AutoIt when the window is resized using the size box. This has been verified on multiple computers.
- 22:10 Ticket #46 (Wrong example _ArrayTrim in help) closed by
- fixed
- 22:09 Ticket #46 (Wrong example _ArrayTrim in help) reopened by
- 22:08 Ticket #46 (Wrong example _ArrayTrim in help) closed by
- fixed: (In [2822]) Fixed #46: Doc Example for _ArrayTrim
- 22:00 Ticket #45 (Resizing GUI after _GUICtrlStatusBar_EmbedControl (Marquee Progress bar)) closed by
- worksforme: I think the resize needs to be handled by the person writing the script. This works for me. […]
- 21:40 Ticket #42 (_FileWriteFromArray outputs too many CRLF (File.au3)) closed by
- fixed: (In [2821]) Fixed #42: _FileReadToArray leaving last line feed in the array (mlowery)
- 20:49 Ticket #46 (Wrong example _ArrayTrim in help) created by
- […] Should Be […] _ArrayTrim( $avArray, 1, 1,0,4) instead …
- 19:29 Ticket #45 (Resizing GUI after _GUICtrlStatusBar_EmbedControl (Marquee Progress bar)) created by
- The progress bar disappears when you try to resize the gui in the …
- 15:08 WikiStart edited by
- Added bit about this not being a support system. (diff)
- 14:49 Ticket #42 (_FileWriteFromArray outputs too many CRLF (File.au3)) reopened by
- Thanks for the link; I did a forum search but was looking for the function name. :( The fix above corrects the order of data and CRLF on a line, but the file will still grow if read/written multiple times. Here's an example that reads and writes an array from a file multiple times. Blank lines are added at the beginning or end (depending on whether the CRLF comes before or after the data), and the array item count returned increases each time. […] It's possible that the real issue is in _FileReadToArray, which should discard the very last CRLF it finds.
- 11:39 Ticket #44 (Input, in InputBox use Send command) closed by
- rejected: Looks like a support request to me which NEEDS to be posted in the forum.
- 11:02 Ticket #42 (_FileWriteFromArray outputs too many CRLF (File.au3)) closed by
- fixed: Already Fixed in 3.2.11.0 http://www.autoitscript.com/forum/index.php?showtopic=58503 […]
- 10:38 Ticket #41 (Cleanup/Rename internal and User Defined Functions.) reopened by
- Hi, I didn't meant to let Tidy do the job. I meant you should thing about doing this changes directly in Autoit. If your are doing not backwards compatible changes, then use this chance to make as much as you can to restructure Autoit. So long, Mega
- 10:24 Ticket #44 (Input, in InputBox use Send command) created by
- Send("{CTRLDOWN}") Send("{C}") Send("{CTRLUP}") Sleep(50) …
- 09:50 Ticket #41 (Cleanup/Rename internal and User Defined Functions.) closed by
- rejected: I don't see how I can ever make this fullproof and is very risky. Tidy's function really is to Tidy code and don't want it to change the code at all, just Indent, add/remove whitespace and proper case syntax. I wouldn't want Tidy to replace _SoundPlay() with Soundplay because that could/will break the script when it uses Handles in stead of filenames. Jos
- 03:05 Ticket #43 (IniReadSectionNames returning incorrect number of sections (extra ...) created by
- IniReadSectionNames returns an extra blank section that does not exist …
- 02:49 AutoItNotOnToDoList edited by
- Fixed a couple HTML tags that were in the document. (diff)
- 02:13 Ticket #42 (_FileWriteFromArray outputs too many CRLF (File.au3)) created by
- Lines output from the _FileWriteFromArray function in the standard …
01/15/08:
- 22:22 Ticket #41 (Cleanup/Rename internal and User Defined Functions.) created by
- Hi, I read about some changes which may break old scripts. If you are …
- 17:55 Ticket #30 (GUICtrlSetBkColor() bug with GUICtrlCreateLabel() and GUICreate with ...) closed by
- nobug
- 16:50 Ticket #28 (ControlGetPixel) closed by
- duplicate: Someday I intend to modify the current Pixel-related functions to accept an HWND. Your request would be covered by that since a Control is a Window with an HWND. I'm marking this as duplicate of #40 which I've just created to cover the more generic idea.
- 16:49 Ticket #40 (Pixel functions should accept HWND) created by
- The following pixel functions should accept an HWND: PixelCheckSum …
- 16:44 Ticket #39 (Add HWND to common dialogs) created by
- I (or somebody else) needs to add an HWND (parent) parameter to the …
- 16:15 Ticket #35 (ProcessClose() as an admin doesn't close other user's process) closed by
- completed: Done.
- 12:22 Ticket #38 (_SoundLength) closed by
- duplicate
- 09:08 Ticket #38 (_SoundLength) created by
- Ok. This is my script: […] I need to get the length of a MP3 …
01/14/08:
- 21:42 Ticket #37 (Wine Compatibility Notice) created by
- I believe that the Autoit homepage and front page of the helpfile …
- 21:33 Ticket #36 (MS SQL BigInt masked with 0xFFFFFF00) created by
- When storing an integet value as a bigint, decimal or numeric in MS …
- 20:47 Ticket #35 (ProcessClose() as an admin doesn't close other user's process) created by
- The ProcessClose() function doesn't terminate other user's processes …
- 20:09 AutoItNotOnToDoList edited by
- Bold important words that previously had invalid BBC tags around it. (diff)
- 18:00 WikiStart edited by
- (diff)
- 10:52 Ticket #34 (Pixelchecksum returns wrong values) created by
- Hello, I developed an application with visual c# under windows xp. …
- 03:02 Ticket #33 (_IsNumber() & IsInt() both incorrectly return true) closed by
- nobug: Break down what you're doing. You call Number("K") and it returns 0, which is a number. You then pass 0 to IsInt() or IsNumber(), both of which correctly return True since you gave it numeric input. Not a bug.
- 01:53 Ticket #33 (_IsNumber() & IsInt() both incorrectly return true) created by
- XP SP2 EN x86 […]
01/13/08:
- 14:29 Ticket #31 (AutoIt user agent added to internet functions) closed by
- completed: (In [2795]) User agent is set to "AutoIt". May add user-defined agent in future. Completed ticket:31
- 13:12 Ticket #32 (_GUICtrlTreeView_GetNext does not return 0 for last item) closed by
- fixed: Already Fixed: http://www.autoitscript.com/forum/index.php?showtopic=58299
- 12:43 Ticket #29 (Game Engine Incorperatrion) closed by
- rejected: Closed.. and please do not re-open this.
- 12:23 AutoItNotOnToDoList edited by
- (diff)
- 12:23 WikiStart edited by
- (diff)
- 12:14 Ticket #32 (_GUICtrlTreeView_GetNext does not return 0 for last item) created by
- The following code shows a bug in _GUICtrlTreeView_GetNext. The bug …
- 12:06 AutoItNotOnToDoList created by
- 10:05 Ticket #31 (AutoIt user agent added to internet functions) created by
- AutoIt currently uses a blank user agent for internet functions. Many …
- 10:03 Ticket #26 (Setting Color with words) closed by
- rejected
- 07:09 Ticket #29 (Game Engine Incorperatrion) reopened by
- Why not though? Everyone would want it to happen. If I made them it would all be crappy 2D sprites with lots of glitches.
- 06:16 Ticket #29 (Game Engine Incorperatrion) closed by
- rejected: If you want a game engine UDF go ahead and create one. Will not be created/added to the standard UDFs by the DEVs.
- 06:05 Ticket #29 (Game Engine Incorperatrion) reopened by
- You should add these. Autoit is SO limited when it comes to gaming.
- 05:38 Ticket #30 (GUICtrlSetBkColor() bug with GUICtrlCreateLabel() and GUICreate with ...) created by
- With every combo of BitOR() i've tried, GUICtrlSetBkColor() fails. If …
- 04:54 Ticket #29 (Game Engine Incorperatrion) closed by
- rejected
- 04:51 Ticket #29 (Game Engine Incorperatrion) created by
- There should be a game engine feature that allows users to make games …
- 04:15 Ticket #28 (ControlGetPixel) created by
- It would be great if you could make autoit capable of searching for …
01/12/08:
- 23:46 Ticket #27 (ControlClick with alternate mouse buttons (Like MouseClick's Primary, ...) created by
- Copied from …
- 14:48 Ticket #25 (_WinAPI_LoadShell32Icon doc typo) closed by
- fixed: (In [2790]) Fixed ticket:25 UDF Doc corrected for _WinAPI_LoadShell32Icon
- 13:34 Ticket #26 (Setting Color with words) created by
- I don't think this has been suggested, but could we have AutoIt allow …
- 09:50 Ticket #25 (_WinAPI_LoadShell32Icon doc typo) created by
- It says: When you are done with the icon, call _API_DestroyIcon to …
- 00:07 Ticket #24 (Aut2Exe throws a "failed to UPX error" on occasion) created by
- It seems there is a race condition in Aut2Exe somewhere. Sometimes it …
01/11/08:
- 10:27 Ticket #23 (Acces to DataGridView for .net 2.0) created by
- Could You make funtion which recognize and have acess to read date …
- 02:58 Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) created by
- Hi Gang, I'm able to Send("{PRINTSCREEN}") without problems, but …
01/10/08:
- 23:54 Ticket #10 (_IsPressed Keys list) closed by
- completed
- 23:54 Ticket #10 (_IsPressed Keys list) reopened by
- 15:46 Ticket #21 (Scite Jump to Function case sensitive) closed by
- fixed: I've fixed the script. Will send it to Jos soon. Going to mark fixed.
- 15:37 Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) closed by
- fixed: Replying to jpm: > (In [2762]) Public: > Fixed #19: FileSetTime() erronously rounds UP on non NTFS partition. That message. And STOP re-opening this. It's FIXED. I don't know what else you are expecting. AutoIt is closed source, it's not like you're going to see a patch attached. We aren't going to do a spot release for some insignificant bug like this. So other than the above message (Which in my opinion is pretty clear since it says it was fixed), how do you expect us to convey to you that the issue is fixed? This works just like the bug reports forum, people. You report a bug. We fix it, mark it as fixed (and set the milestone to the version it will appear in). But at any rate, once something is marked as fixed wait for the next release. Seriously, don't re-open tickets about a bug until you've actually tested that the bug is not fixed. It's extremely rude and obnoxious to continually re-open a ticket the developers have closed, whether you agree or understand or not. This will be the second time I've closed the ticket which is the third time after the automatic closing from JP's fix commit.
- 15:18 Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) reopened by
- I'm sorry, I don't understand. What do you mean it was fixed? Jpm changed the assignment to fixed, but I don't see any indication of how it was fixed. Has the fix been applied to a new release? It doesn't say so in any of the comments assigned to this report?
- 15:13 Ticket #21 (Scite Jump to Function case sensitive) created by
- Ctrl-J does found the function is the case does not match. As AutoIt …
- 09:15 Ticket #20 ([:class:] in regex) closed by
- rejected: Replying to anonymous: > StringRegExp says that [:space:] is recognized. > > But this one works: > > StringRegExpReplace($s,"(re:|fw:|fwd:)\s*","") > > but these didn't: > > StringRegExpReplace($s,"(re:|fw:|fwd:)[:space:]*","") > StringRegExpReplace($s,"(re:|fw:|fwd:)([:space:])*","") as stated by Mega there is no error as the [:space:] must me included in []. It is described in the doc
- 06:55 Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) closed by
- fixed: In case you didn't pay attention, JP fixed the issue, or so the commit message says. There was no need to re-open the ticket just to rant at me when somebody else already addressed the problem. I'm re-closing this.
- 06:09 Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) reopened by
- Valik. This is a bug. I would suggest you test it. I am well aware of the two second granularity of FAT partitions. What this bug is doing is adding two seconds to the specified time. If you set it to 19:14:16 it actually gets set to 19:14:18. As a workaround I have had to write special code to decrement the timestamp by TWO seconds before calling FileSetTime. Eg, to set it to 19:14:16 I need to specify 19:14:14. Using Borland's "Touch.exe" on the same filesystem yields correct results. AutoIt's FileSetTime() per the example, gives the wrong result. To save typing in a long explanation in the initial report I created and tested the working example. I get so mad when people don't take my reports seriously.
- 00:09 Ticket #20 ([:class:] in regex) created by
- StringRegExp says that [:space:] is recognized. But this one works: …
01/09/08:
- 22:33 Ticket #13 (STD I/O functions supporting binary.) closed by
- completed
- 22:33 Ticket #13 (STD I/O functions supporting binary.) reopened by
- 19:18 Ticket #13 (STD I/O functions supporting binary.) closed by
- fixed: (In [2764]) Changed: STDIO functions support binary data. Close #13
- 06:16 Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) closed by
- fixed: (In [2762]) Public: Fixed #19: FileSetTime() erronously rounds UP on non NTFS partition.
- 04:15 Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) created by
- If executed on a FAT drive the following script will fail (reports …
- 00:29 Ticket #9 (_GUICtrlRebar_AddToolBarBand(): Button height clipped when Toolbar ...) closed by
- fixed: (In [2758]) Fixed #9: _GUICtrlRebar_AddToolBarBand Button height clipped when Toolbar added to Rebar
01/08/08:
- 22:27 Ticket #18 (Test ticket) closed by
- wontfix: Done testing.
- 22:22 Ticket #18 (Test ticket) created by
- Ignore me, I'm a test.
- 21:54 Ticket #17 (_WinAPI_MessageBeep with parameter 3) closed by
- rejected
- 21:41 Ticket #17 (_WinAPI_MessageBeep with parameter 3) created by
- Hi, I do not get any sound on number 3. Why? […] Thanks! So …
- 21:01 Ticket #10 (_IsPressed Keys list) closed by
- fixed: Already worked back in to next version. see: http://www.autoitscript.com/forum/index.php?s=&showtopic=58851&view=findpost&p=443906 Gary
- 20:59 Ticket #16 (Dead link in helpfile) closed by
- rejected: Works for me. Gary
- 20:55 Ticket #11 (WinWaitActive error) closed by
- rejected: Replying to Wooltown: > There is a right parenthesis too much in the line, but AutoIT doesn't discover that when interpreting the script. > "MEs Connected" is the name of the window it is waiting for to be active. > My mistake when coding: I didn't discover the right parenthesis to the right of "MEs Connected". and AutoIT didn't complain - and should complain ! > > I wrote in my script: If WinWaitActive("MEs Connected"),"",5) Then > It should be: If WinWaitActive("MEs Connected","",5) Then > AutoIT should discover unbalanced parenthesis. I see I don't think we can do something as AutoIt detect error only when it execute something. In your case the WinWaitActive is valid and wait for ever before detecting the error. Au3check detect the error as it is not executing just syntax checking.
- 20:42 Ticket #16 (Dead link in helpfile) created by
- Hi, the link in _WinNet_GetProviderName is dead. See Also Search …
- 17:05 Ticket #15 (Rewrite INI functionality to remove limitations.) created by
- From forum thread …
- 17:02 Ticket #14 (Callback functions with parameter support.) created by
- From forum thread …
- 16:59 Ticket #13 (STD I/O functions supporting binary.) created by
- From forum thread …
- 16:23 Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) closed by
- rejected
- 16:22 Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) reopened by
- 16:22 Ticket #6 (StringInStr not reporting error) closed by
- rejected
- 16:21 Ticket #6 (StringInStr not reporting error) reopened by
- 16:21 Ticket #8 (loop bug) closed by
- rejected
- 16:21 Ticket #8 (loop bug) reopened by
- 16:20 Ticket #8 (loop bug) closed by
- fixed
- 16:20 Ticket #8 (loop bug) reopened by
- 16:12 Ticket #12 (GuiCtrlSetData() not appending a single value if it already exists) closed by
- rejected: No bug the say If the "data" starts with GUIDataSeparatorChar or is an empty string "" the previous list is destroyed.
- 16:02 Ticket #12 (GuiCtrlSetData() not appending a single value if it already exists) created by
- This script demonstrates a bug in repeated calls to GUICtrlSetData() …
- 15:19 Ticket #11 (WinWaitActive error) created by
- The following code doesn't give an error, it just waits eternally, …
- 10:17 Ticket #10 (_IsPressed Keys list) created by
- The hex key list seems to have dissapeared from the helpfile. I did …
- 09:37 Ticket #9 (_GUICtrlRebar_AddToolBarBand(): Button height clipped when Toolbar ...) created by
- Reversed _WinAPI_LoWord and _WinAPI_HiWord for setting rebar height in …
- 08:52 Ticket #8 (loop bug) closed by
- rejected: No a BUG report.
- 06:59 Ticket #8 (loop bug) created by
- we cant have 2 loops at a time ?
- 02:39 Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) closed by
- fixed
- 02:39 Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) reopened by
- 02:28 Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) closed by
- fixed: (In [2755]) Fixed #7: _GUICtrlListView_AddArray Example replaced UDF Delete from Example_Internal (Gary Frost)
- 01:49 Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) created by
- Since the _GUICtrlListView_DeleteAllItems has been modified to not …
01/07/08:
- 22:11 Ticket #6 (StringInStr not reporting error) closed by
- rejected: Nobug error is only reported on occurrence error as described in the doc
- 21:58 Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) closed by
- rejected: already closed for a long tile. please use the lastest official release with a complete repro script your one is missuing the #include <Misc.au3>
- 21:47 Ticket #6 (StringInStr not reporting error) created by
- WHen using string in string, I made a mistake in the code. I did this: …
- 19:26 Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) created by
- $color = If _ChooseColor( 2 ) <> -1 then $color Notice the code …
- 15:48 Ticket #4 (viewing post selection) closed by
- wontfix: All forum bugs just get posted to invision - we don't fix them ourselves as it causes too many problems. Check back next version of ipb.
- 13:56 Ticket #4 (viewing post selection) created by
- Example: Search for Josbe so that when you pull him up in the member …
- 07:11 Ticket #3 (GuiListView Hiding Behind BG Image) created by
- link to old Auto It Bug report forum …
01/06/08:
- 19:08 Ticket #2 (Test2) closed by
- fixed: (In [2744]) Misc changing of log files to see if a svn/trac hook script worked to fix #2. Attempt 15.
- 19:00 Ticket #2 (Test2) reopened by
- 18:59 Ticket #2 (Test2) closed by
- fixed: (In [2741]) Misc changing of log files to see if a svn/trac hook script worked to fix #2. Attempt 12.
- 18:58 Ticket #2 (Test2) reopened by
- 18:57 Ticket #2 (Test2) closed by
- fixed: (In [2733]) Misc changing of log files to see if a svn/trac hook script worked to fix #2. Attempt 6.
- 18:18 Ticket #2 (Test2) reopened by
- 18:18 Ticket #2 (Test2) closed by
- fixed: (In [2733]) Misc changing of log files to see if a svn/trac hook script worked to fix #2. Attempt 6.
- 18:11 Ticket #2 (Test2) reopened by
- 18:10 Ticket #2 (Test2) closed by
- fixed: (In [2733]) Misc changing of log files to see if a svn/trac hook script worked to fix #2. Attempt 6.
- 18:09 Ticket #2 (Test2) reopened by
- 18:09 Ticket #2 (Test2) closed by
- fixed: (In [2733]) Misc changing of log files to see if a svn/trac hook script worked to fix #2. Attempt 6.
- 13:47 Ticket #2 (Test2) created by
- Test2
- 13:29 CamelCase created by
- 13:29 InterMapTxt created by
- 13:29 InterTrac created by
- 13:29 InterWiki created by
- 13:29 PageTemplates created by
- 13:29 RecentChanges created by
- 13:29 SandBox created by
- 13:29 TitleIndex created by
- 13:29 TracAccessibility created by
- 13:29 TracAdmin created by
- 13:29 TracBackup created by
- 13:29 TracBrowser created by
- 13:29 TracCgi created by
- 13:29 TracChangeset created by
- 13:29 TracEnvironment created by
- 13:29 TracFastCgi created by
- 13:29 TracFineGrainedPermissions created by
- 13:29 TracGuide created by
- 13:29 TracImport created by
- 13:29 TracIni created by
- 13:29 TracInstall created by
- 13:29 TracInterfaceCustomization created by
- 13:29 TracLinks created by
- 13:29 TracLogging created by
- 13:29 TracModPython created by
- 13:29 TracNotification created by
- 13:29 TracPermissions created by
- 13:29 TracPlugins created by
- 13:29 TracQuery created by
- 13:29 TracReports created by
- 13:29 TracRevisionLog created by
- 13:29 TracRoadmap created by
- 13:29 TracRss created by
- 13:29 TracSearch created by
- 13:29 TracStandalone created by
- 13:29 TracSupport created by
- 13:29 TracSyntaxColoring created by
- 13:29 TracTickets created by
- 13:29 TracTicketsCustomFields created by
- 13:29 TracTimeline created by
- 13:29 TracUnicode created by
- 13:29 TracUpgrade created by
- 13:29 TracWiki created by
- 13:29 TracWikiMacros created by
- 13:29 TracWorkflow created by
- 13:29 WikiDeletePage created by
- 13:29 WikiFormatting created by
- 13:29 WikiHtml created by
- 13:29 WikiNewPage created by
- 13:29 WikiPageNames created by
- 13:29 WikiProcessors created by
- 13:29 WikiRestructuredText created by
- 13:29 WikiRestructuredTextLinks created by
- 13:29 WikiStart created by
Note: See TracTimeline
for information about the timeline view.