Timeline
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.