Timeline
Jan 10, 2008:
- 11:54 PM Ticket #10 (_IsPressed Keys list) closed by
- completed
- 11:54 PM Ticket #10 (_IsPressed Keys list) reopened by
- 5:02 PM Ticket #12 (GuiCtrlSetData() not appending a single value if it already exists) updated by
-
Milestone changed
- 4:35 PM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) updated by
- I am sorry. I thought that the ticket had been dismissed and marked as "fixed" due to a misunderstanding about timestamp granularity. I see now that if that were the case it would have been flagged as "rejected" or "wontfix". I understand now that it has actually been fixed which is great, I couldn't ask for anything more. (I'm wondering why I am not getting CC'd on changes to this ticket. Also, when I view "My Tickets" I get zero results but that feature may only be available to administrators).
- 3:46 PM 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.
- 3:45 PM Ticket #21 (Scite Jump to Function case sensitive) updated by
-
Owner, Status changed
- 3:37 PM 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.
- 3:18 PM 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?
- 3:14 PM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
-
Priority, Version changed
- 3:13 PM Ticket #21 (Scite Jump to Function case sensitive) created by
- Ctrl-J does found the function is the case does not match. As AutoIt …
- 9:15 AM 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
- 9:07 AM Ticket #20 ([:class:] in regex) updated by
- Hi, works for me: […] So long, Mega
- 6:57 AM Ticket #13 (STD I/O functions supporting binary.) updated by
-
Milestone changed
- 6:55 AM 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.
- 6:09 AM 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.
- 3:30 AM Ticket #10 (_IsPressed Keys list) updated by
-
Component changed
- 3:30 AM Ticket #10 (_IsPressed Keys list) updated by
-
Milestone changed
- 12:09 AM Ticket #20 ([:class:] in regex) created by
- StringRegExp says that [:space:] is recognized. But this one works: …
Jan 9, 2008:
- 10:33 PM Ticket #13 (STD I/O functions supporting binary.) closed by
- completed
- 10:33 PM Ticket #13 (STD I/O functions supporting binary.) reopened by
- 7:18 PM Ticket #13 (STD I/O functions supporting binary.) closed by
- fixed: (In [2764]) Changed: STDIO functions support binary data. Close #13
- 9:46 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) updated by
-
Milestone changed
- 6:16 AM 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.
- 5:54 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) updated by
- Oops, I wasn't logged in. The last comment was from me.
- 5:53 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) updated by
- Without testing or anything, this sounds to me like you've run into the 2 second timestamp resolution time on FAT partitions. On FAT, timestamps are only accurate to within 2 seconds. This is a limitation of the filesystem. If that's what's going on here, then it's not a bug.
- 5:29 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) updated by
-
Keywords changed
- 5:28 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) updated by
-
Owner, Status changed
- 4:15 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) created by
- If executed on a FAT drive the following script will fail (reports …
- 12:45 AM Ticket #9 (_GUICtrlRebar_AddToolBarBand(): Button height clipped when Toolbar ...) updated by
-
Component changed
- 12:44 AM Ticket #16 (Dead link in helpfile) updated by
-
Component changed
- 12:44 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) updated by
-
Component changed
- 12:43 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) updated by
-
Milestone changed
- 12:38 AM Ticket #9 (_GUICtrlRebar_AddToolBarBand(): Button height clipped when Toolbar ...) updated by
-
Milestone changed
- 12:29 AM 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
- 12:04 AM Ticket #18 (Test ticket) updated by
-
Milestone changed
Jan 8, 2008:
- 10:30 PM Ticket #11 (WinWaitActive error) updated by
-
Milestone changed
- 10:27 PM Ticket #18 (Test ticket) closed by
- wontfix: Done testing.
- 10:22 PM Ticket #18 (Test ticket) updated by
- Test comment.
- 10:22 PM Ticket #18 (Test ticket) created by
- Ignore me, I'm a test.
- 10:08 PM Ticket #10 (_IsPressed Keys list) updated by
- Ahh... Ok. Looked everywhere else... :)
- 10:03 PM Ticket #17 (_WinAPI_MessageBeep with parameter 3) updated by
- Hi, thanks! Now I understand which sounds that are and where they come from. And you are right, after setting a sound it is played. :-) So long, Mega
- 9:54 PM Ticket #17 (_WinAPI_MessageBeep with parameter 3) closed by
- rejected
- 9:54 PM Ticket #17 (_WinAPI_MessageBeep with parameter 3) updated by
- I believe by default the Question has no sound assigned to it. Go into Sounds from the control panel and check, mine doesn't have a sound assigned to it.
- 9:53 PM Ticket #11 (WinWaitActive error) updated by
-
Milestone changed
- 9:41 PM Ticket #17 (_WinAPI_MessageBeep with parameter 3) created by
- Hi, I do not get any sound on number 3. Why? […] Thanks! So …
- 9:17 PM Ticket #16 (Dead link in helpfile) updated by
- OK, the link leads to search of msdn http://search.msdn.microsoft.com/search/Default.aspx?brand=msdn&query=WNetGetProviderNameA but the result is : We're sorry, we couldn't find any results containing WNetGetProviderNameA Besides, was a test for the new BugForum, too. So long, Mega
- 9:01 PM 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
- 8:59 PM Ticket #16 (Dead link in helpfile) closed by
- rejected: Works for me. Gary
- 8:57 PM Ticket #16 (Dead link in helpfile) updated by
-
Owner, Status changed
- 8:55 PM 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.
- 8:42 PM Ticket #16 (Dead link in helpfile) created by
- Hi, the link in _WinNet_GetProviderName is dead. See Also Search …
- 6:39 PM Ticket #11 (WinWaitActive error) updated by
-
Cc, Keywords changed
- 6:08 PM Ticket #11 (WinWaitActive error) updated by
- 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.
- 5:31 PM Ticket #8 (loop bug) updated by
-
Milestone changed
- 5:08 PM Ticket #15 (Rewrite INI functionality to remove limitations.) updated by
-
Description changed
- 5:05 PM Ticket #15 (Rewrite INI functionality to remove limitations.) created by
- From forum thread …
- 5:02 PM Ticket #14 (Callback functions with parameter support.) created by
- From forum thread …
- 4:59 PM Ticket #13 (STD I/O functions supporting binary.) created by
- From forum thread …
- 4:23 PM Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) closed by
- rejected
- 4:22 PM Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) updated by
-
Owner, Status changed
- 4:22 PM Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) reopened by
- 4:22 PM Ticket #6 (StringInStr not reporting error) closed by
- rejected
- 4:21 PM Ticket #6 (StringInStr not reporting error) updated by
-
Owner, Status changed
- 4:21 PM Ticket #6 (StringInStr not reporting error) reopened by
- 4:21 PM Ticket #8 (loop bug) closed by
- rejected
- 4:21 PM Ticket #8 (loop bug) reopened by
- 4:20 PM Ticket #8 (loop bug) closed by
- fixed
- 4:20 PM Ticket #8 (loop bug) updated by
-
Owner, Status changed
- 4:20 PM Ticket #8 (loop bug) reopened by
- 4:12 PM 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.
- 4:11 PM Ticket #12 (GuiCtrlSetData() not appending a single value if it already exists) updated by
-
Owner, Status changed
- 4:02 PM Ticket #12 (GuiCtrlSetData() not appending a single value if it already exists) created by
- This script demonstrates a bug in repeated calls to GUICtrlSetData() …
- 3:52 PM Tickets #8,10,11 batch updated
-
Milestone changed
Milestone Future Release deleted - 3:44 PM Ticket #11 (WinWaitActive error) updated by
-
Cc changed
- 3:41 PM Ticket #11 (WinWaitActive error) updated by
-
Owner, Status changed
I don't understand where the MEs connected comes from? Do you mean that after 5 sec the script does not go on if the specified windows is not active. - 3:40 PM Ticket #11 (WinWaitActive error) updated by
- Forgot one thing: Win 2000 SP4 English
- 3:19 PM Ticket #11 (WinWaitActive error) created by
- The following code doesn't give an error, it just waits eternally, …
- 10:52 AM Ticket #10 (_IsPressed Keys list) updated by
-
Owner, Status changed
- 10:49 AM Ticket #9 (_GUICtrlRebar_AddToolBarBand(): Button height clipped when Toolbar ...) updated by
-
Owner, Status changed
- 10:17 AM Ticket #10 (_IsPressed Keys list) created by
- The hex key list seems to have dissapeared from the helpfile. I did …
- 9:37 AM Ticket #9 (_GUICtrlRebar_AddToolBarBand(): Button height clipped when Toolbar ...) created by
- Reversed _WinAPI_LoWord and _WinAPI_HiWord for setting rebar height in …
- 8:52 AM Ticket #8 (loop bug) closed by
- rejected: No a BUG report.
- 7:19 AM Ticket #6 (StringInStr not reporting error) updated by
-
Description changed
- 6:59 AM Ticket #8 (loop bug) created by
- we cant have 2 loops at a time ?
- 2:39 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) closed by
- fixed
- 2:39 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) updated by
-
Owner, Status changed
- 2:39 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) reopened by
- 2:28 AM 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)
- 1:49 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) created by
- Since the _GUICtrlListView_DeleteAllItems has been modified to not …
Jan 7, 2008:
- 11:18 PM Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) updated by
-
Version changed
- 11:08 PM Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) updated by
-
Version changed
- 10:11 PM Ticket #6 (StringInStr not reporting error) closed by
- rejected: Nobug error is only reported on occurrence error as described in the doc
- 9:58 PM 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>
- 9:48 PM Ticket #6 (StringInStr not reporting error) updated by
- Look in description field
- 9:47 PM Ticket #6 (StringInStr not reporting error) created by
- WHen using string in string, I made a mistake in the code. I did this: …
- 7:26 PM 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 …
- 3:48 PM 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.
- 3:43 PM Ticket #4 (viewing post selection) updated by
-
Owner, Status, Component changed
- 1:56 PM Ticket #4 (viewing post selection) created by
- Example: Search for Josbe so that when you pull him up in the member …
- 11:23 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
-
Description changed
- 10:57 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
-
Description changed
- 10:56 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
-
Description changed
- 10:47 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
- Replying to ame1011: > http://www.autoitscript.com/forum/index.php?s=&showtopic=58810&view=findpost&p=444001 > ---- > > Run the script I provided above. > > Make sure to drag the header divider far enough to the right to cause the horizontal scrollbar to appear, then you should see the bug. reply 3 from jp
- 10:45 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
- Replying to ame1011: > http://www.autoitscript.com/forum/index.php?s=&showtopic=58810&view=findpost&p=444001 > ---- > > Run the script I provided above. > > Make sure to drag the header divider far enough to the right to cause the horizontal scrollbar to appear, then you should see the bug. rereply to description from jp
- 10:44 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
- Replying to ame1011: > http://www.autoitscript.com/forum/index.php?s=&showtopic=58810&view=findpost&p=444001 > ---- > > Run the script I provided above. > > Make sure to drag the header divider far enough to the right to cause the horizontal scrollbar to appear, then you should see the bug. reply from anonymous
- 10:41 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
- Replying to Jpm: > Replying to jp: > > add info with a jp user > reply to jp reply from
- 10:38 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
- Replying to jp: > add info with a jp user reply to jp
- 10:35 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
- add info with a jp user
- 9:57 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by
-
Cc changed
- 7:11 AM Ticket #3 (GuiListView Hiding Behind BG Image) created by
- link to old Auto It Bug report forum …
Jan 6, 2008:
- 7:08 PM 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.
- 7:00 PM Ticket #2 (Test2) reopened by
- 6:59 PM 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.
- 6:58 PM Ticket #2 (Test2) reopened by
- 6:57 PM 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.
- 6:18 PM Ticket #2 (Test2) reopened by
- 6:18 PM 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.
- 6:11 PM Ticket #2 (Test2) reopened by
- 6:10 PM 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.
- 6:09 PM Ticket #2 (Test2) reopened by
- 6:09 PM 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.
- 2:48 PM Ticket #2 (Test2) updated by
-
Version changed
- 1:47 PM Ticket #2 (Test2) created by
- Test2
- 1:29 PM CamelCase created by
- 1:29 PM InterMapTxt created by
- 1:29 PM InterTrac created by
- 1:29 PM InterWiki created by
- 1:29 PM PageTemplates created by
- 1:29 PM RecentChanges created by
- 1:29 PM SandBox created by
- 1:29 PM TitleIndex created by
- 1:29 PM TracAccessibility created by
- 1:29 PM TracAdmin created by
- 1:29 PM TracBackup created by
- 1:29 PM TracBrowser created by
- 1:29 PM TracCgi created by
- 1:29 PM TracChangeset created by
- 1:29 PM TracEnvironment created by
- 1:29 PM TracFastCgi created by
- 1:29 PM TracFineGrainedPermissions created by
- 1:29 PM TracGuide created by
- 1:29 PM TracImport created by
- 1:29 PM TracIni created by
- 1:29 PM TracInstall created by
- 1:29 PM TracInterfaceCustomization created by
- 1:29 PM TracLinks created by
- 1:29 PM TracLogging created by
- 1:29 PM TracModPython created by
- 1:29 PM TracNotification created by
- 1:29 PM TracPermissions created by
- 1:29 PM TracPlugins created by
- 1:29 PM TracQuery created by
- 1:29 PM TracReports created by
- 1:29 PM TracRevisionLog created by
- 1:29 PM TracRoadmap created by
- 1:29 PM TracRss created by
- 1:29 PM TracSearch created by
- 1:29 PM TracStandalone created by
- 1:29 PM TracSupport created by
- 1:29 PM TracSyntaxColoring created by
- 1:29 PM TracTickets created by
- 1:29 PM TracTicketsCustomFields created by
- 1:29 PM TracTimeline created by
- 1:29 PM TracUnicode created by
- 1:29 PM TracUpgrade created by
- 1:29 PM TracWiki created by
- 1:29 PM TracWikiMacros created by
- 1:29 PM TracWorkflow created by
- 1:29 PM WikiDeletePage created by
- 1:29 PM WikiFormatting created by
- 1:29 PM WikiHtml created by
- 1:29 PM WikiNewPage created by
- 1:29 PM WikiPageNames created by
- 1:29 PM WikiProcessors created by
- 1:29 PM WikiRestructuredText created by
- 1:29 PM WikiRestructuredTextLinks created by
- 1:29 PM WikiStart created by
Note:
See TracTimeline
for information about the timeline view.
