Timeline



Jan 9, 2008:

10:33 PM Ticket #13 (STD I/O functions supporting binary.) closed by Jon
completed
10:33 PM Ticket #13 (STD I/O functions supporting binary.) reopened by Jon
7:18 PM Ticket #13 (STD I/O functions supporting binary.) closed by Valik
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 Jon
Milestone changed
6:16 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) closed by J-Paul Mesnage
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 Valik
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 anonymous
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 J-Paul Mesnage
Keywords changed
5:28 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) updated by J-Paul Mesnage
Owner, Status changed
4:15 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) created by pseakins
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 Gary
Component changed
12:44 AM Ticket #16 (Dead link in helpfile) updated by Gary
Component changed
12:44 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) updated by Gary
Component changed
12:43 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) updated by Gary
Milestone changed
12:38 AM Ticket #9 (_GUICtrlRebar_AddToolBarBand(): Button height clipped when Toolbar ...) updated by Jon
Milestone changed
12:29 AM Ticket #9 (_GUICtrlRebar_AddToolBarBand(): Button height clipped when Toolbar ...) closed by Gary
fixed: (In [2758]) Fixed #9: _GUICtrlRebar_AddToolBarBand Button height clipped when Toolbar added to Rebar
12:04 AM Ticket #18 (Test ticket) updated by Jon
Milestone changed

Jan 8, 2008:

10:30 PM Ticket #11 (WinWaitActive error) updated by Jon
Milestone changed
10:27 PM Ticket #18 (Test ticket) closed by Valik
wontfix: Done testing.
10:22 PM Ticket #18 (Test ticket) updated by Valik
Test comment.
10:22 PM Ticket #18 (Test ticket) created by Valik
Ignore me, I'm a test.
10:08 PM Ticket #10 (_IsPressed Keys list) updated by Bert
Ahh... Ok. Looked everywhere else... :)
10:03 PM Ticket #17 (_WinAPI_MessageBeep with parameter 3) updated by Xenobiologist
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 Gary
rejected
9:54 PM Ticket #17 (_WinAPI_MessageBeep with parameter 3) updated by Gary
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 Jon
Milestone changed
9:41 PM Ticket #17 (_WinAPI_MessageBeep with parameter 3) created by Xenobiologist
Hi, I do not get any sound on number 3. Why? […] Thanks! So …
9:17 PM Ticket #16 (Dead link in helpfile) updated by Xenobiologist
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 Gary
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 Gary
rejected: Works for me. Gary
8:57 PM Ticket #16 (Dead link in helpfile) updated by J-Paul Mesnage
Owner, Status changed
8:55 PM Ticket #11 (WinWaitActive error) closed by J-Paul Mesnage
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 Xenobiologist <th.meger@…>
Hi, the link in _WinNet_GetProviderName is dead. See Also Search …
6:39 PM Ticket #11 (WinWaitActive error) updated by J-Paul Mesnage
Cc, Keywords changed
6:08 PM Ticket #11 (WinWaitActive error) updated by 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.
5:31 PM Ticket #8 (loop bug) updated by Jos
Milestone changed
5:08 PM Ticket #15 (Rewrite INI functionality to remove limitations.) updated by Valik
Description changed
5:05 PM Ticket #15 (Rewrite INI functionality to remove limitations.) created by Valik
From forum thread …
5:02 PM Ticket #14 (Callback functions with parameter support.) created by Valik
From forum thread …
4:59 PM Ticket #13 (STD I/O functions supporting binary.) created by Valik
From forum thread …
4:23 PM Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) closed by J-Paul Mesnage
rejected
4:22 PM Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) updated by J-Paul Mesnage
Owner, Status changed
4:22 PM Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) reopened by J-Paul Mesnage
4:22 PM Ticket #6 (StringInStr not reporting error) closed by J-Paul Mesnage
rejected
4:21 PM Ticket #6 (StringInStr not reporting error) updated by J-Paul Mesnage
Owner, Status changed
4:21 PM Ticket #6 (StringInStr not reporting error) reopened by J-Paul Mesnage
4:21 PM Ticket #8 (loop bug) closed by J-Paul Mesnage
rejected
4:21 PM Ticket #8 (loop bug) reopened by J-Paul Mesnage
4:20 PM Ticket #8 (loop bug) closed by J-Paul Mesnage
fixed
4:20 PM Ticket #8 (loop bug) updated by J-Paul Mesnage
Owner, Status changed
4:20 PM Ticket #8 (loop bug) reopened by J-Paul Mesnage
4:12 PM Ticket #12 (GuiCtrlSetData() not appending a single value if it already exists) closed by J-Paul Mesnage
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 J-Paul Mesnage
Owner, Status changed
4:02 PM Ticket #12 (GuiCtrlSetData() not appending a single value if it already exists) created by Bowmore
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 J-Paul Mesnage
Cc changed
3:41 PM Ticket #11 (WinWaitActive error) updated by J-Paul Mesnage
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 anonymous
Forgot one thing: Win 2000 SP4 English
3:19 PM Ticket #11 (WinWaitActive error) created by wooltown
The following code doesn't give an error, it just waits eternally, …
10:52 AM Ticket #10 (_IsPressed Keys list) updated by J-Paul Mesnage
Owner, Status changed
10:49 AM Ticket #9 (_GUICtrlRebar_AddToolBarBand(): Button height clipped when Toolbar ...) updated by J-Paul Mesnage
Owner, Status changed
10:17 AM Ticket #10 (_IsPressed Keys list) created by Bert
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 rover
Reversed _WinAPI_LoWord and _WinAPI_HiWord for setting rebar height in …
8:52 AM Ticket #8 (loop bug) closed by Jos
rejected: No a BUG report.
7:19 AM Ticket #6 (StringInStr not reporting error) updated by Jon
Description changed
6:59 AM Ticket #8 (loop bug) created by anonymous
we cant have 2 loops at a time ?
2:39 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) closed by Gary
fixed
2:39 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) updated by Gary
Owner, Status changed
2:39 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) reopened by Gary
2:28 AM Ticket #7 (Example for _GUICtrlListView_AddArray uses ...) closed by Gary
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 Saunders
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 J-Paul Mesnage
Version changed
11:08 PM Ticket #5 (AVector[] out of bounds - AU3check should pick up on my error) updated by J-Paul Mesnage
Version changed
10:11 PM Ticket #6 (StringInStr not reporting error) closed by J-Paul Mesnage
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 J-Paul Mesnage
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 volly
Look in description field
9:47 PM Ticket #6 (StringInStr not reporting error) created by Volly
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 anonymous
$color = If _ChooseColor( 2 ) <> -1 then $color Notice the code …
3:48 PM Ticket #4 (viewing post selection) closed by Jon
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 J-Paul Mesnage
Owner, Status, Component changed
1:56 PM Ticket #4 (viewing post selection) created by Katrijn
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 J-Paul Mesnage
Description changed
10:57 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by J-Paul Mesnage
Description changed
10:56 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by J-Paul Mesnage
Description changed
10:47 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by jp
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 jp
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 anonymous
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 jp
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 J-Paul Mesnage
Replying to jp: > add info with a jp user reply to jp
10:35 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by jp
add info with a jp user
9:57 AM Ticket #3 (GuiListView Hiding Behind BG Image) updated by J-Paul Mesnage
Cc changed
7:12 AM bg_backup.jpg attached to Ticket #3 by J-Paul Mesnage
7:11 AM Ticket #3 (GuiListView Hiding Behind BG Image) created by ame1011
link to old Auto It Bug report forum …

Jan 6, 2008:

7:08 PM Ticket #2 (Test2) closed by Jon
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 Jon
6:59 PM Ticket #2 (Test2) closed by Jon
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 Jon
6:57 PM Ticket #2 (Test2) closed by Jon
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 Jon
6:18 PM Ticket #2 (Test2) closed by Jon
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 Jon
6:10 PM Ticket #2 (Test2) closed by Jon
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 Jon
6:09 PM Ticket #2 (Test2) closed by Jon
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 Jon
Version changed
1:47 PM Ticket #2 (Test2) created by anonymous
Test2
1:29 PM CamelCase created by trac
1:29 PM InterMapTxt created by trac
1:29 PM InterTrac created by trac
1:29 PM InterWiki created by trac
1:29 PM PageTemplates created by trac
1:29 PM RecentChanges created by trac
1:29 PM SandBox created by trac
1:29 PM TitleIndex created by trac
1:29 PM TracAccessibility created by trac
1:29 PM TracAdmin created by trac
1:29 PM TracBackup created by trac
1:29 PM TracBrowser created by trac
1:29 PM TracCgi created by trac
1:29 PM TracChangeset created by trac
1:29 PM TracEnvironment created by trac
1:29 PM TracFastCgi created by trac
1:29 PM TracFineGrainedPermissions created by trac
1:29 PM TracGuide created by trac
1:29 PM TracImport created by trac
1:29 PM TracIni created by trac
1:29 PM TracInstall created by trac
1:29 PM TracInterfaceCustomization created by trac
1:29 PM TracLinks created by trac
1:29 PM TracLogging created by trac
1:29 PM TracModPython created by trac
1:29 PM TracNotification created by trac
1:29 PM TracPermissions created by trac
1:29 PM TracPlugins created by trac
1:29 PM TracQuery created by trac
1:29 PM TracReports created by trac
1:29 PM TracRevisionLog created by trac
1:29 PM TracRoadmap created by trac
1:29 PM TracRss created by trac
1:29 PM TracSearch created by trac
1:29 PM TracStandalone created by trac
1:29 PM TracSupport created by trac
1:29 PM TracSyntaxColoring created by trac
1:29 PM TracTickets created by trac
1:29 PM TracTicketsCustomFields created by trac
1:29 PM TracTimeline created by trac
1:29 PM TracUnicode created by trac
1:29 PM TracUpgrade created by trac
1:29 PM TracWiki created by trac
1:29 PM TracWikiMacros created by trac
1:29 PM TracWorkflow created by trac
1:29 PM WikiDeletePage created by trac
1:29 PM WikiFormatting created by trac
1:29 PM WikiHtml created by trac
1:29 PM WikiNewPage created by trac
1:29 PM WikiPageNames created by trac
1:29 PM WikiProcessors created by trac
1:29 PM WikiRestructuredText created by trac
1:29 PM WikiRestructuredTextLinks created by trac
1:29 PM WikiStart created by trac
Note: See TracTimeline for information about the timeline view.