Timeline



Jan 14, 2008:

11:26 PM Ticket #35 (ProcessClose() as an admin doesn't close other user's process) updated by Valik
Alright, I know how to do this. I'll take care of it in the next day or two.
11:02 PM Ticket #36 (MS SQL BigInt masked with 0xFFFFFF00) updated by anonymous
And here is the output from running the script against my MS SQL Server 2005 CREATE TABLE int_test(ip_addr1 float, ip_addr2 int, ip_addr3 bigint, ip_addr4 decimal(12), ip_addr5 numeric(12)) INSERT INTO int_test VALUES(-1407448780,-1407448780,-1407448780,-1407448780,-1407448780) INSERT INTO int_test VALUES(1104350679,1104350679,1104350679,1104350679,1104350679) INSERT INTO int_test VALUES(2130706434,2130706434,2130706434,2130706434,2130706434) SELECT * FROM int_test 0: -1407448780 - AC1C0934 1: -1407448780 - AC1C0934 2: -1407448832 - AC1C0900 3: -1407448832 - AC1C0900 4: -1407448832 - AC1C0900 0: 1104350679 - 41D30DD7 1: 1104350679 - 41D30DD7 2: 1104350720 - 41D30E00 3: 1104350720 - 41D30E00 4: 1104350720 - 41D30E00 0: 2130706434 - 7F000002 1: 2130706434 - 7F000002 2: 2130706432 - 7F000000 3: 2130706432 - 7F000000 4: 2130706432 - 7F000000
11:02 PM Ticket #35 (ProcessClose() as an admin doesn't close other user's process) updated by Valik
Owner, Status changed
9:42 PM Ticket #37 (Wine Compatibility Notice) created by annonamous
I believe that the Autoit homepage and front page of the helpfile …
9:33 PM Ticket #36 (MS SQL BigInt masked with 0xFFFFFF00) created by jpoulsen2
When storing an integet value as a bigint, decimal or numeric in MS …
8:55 PM Ticket #30 (GUICtrlSetBkColor() bug with GUICtrlCreateLabel() and GUICreate with ...) updated by Gary
Might want to look up what $WS_CLIPCHILDREN does, you'll never get the child control(s) to repaint with that set.
8:47 PM Ticket #35 (ProcessClose() as an admin doesn't close other user's process) created by anonymous
The ProcessClose() function doesn't terminate other user's processes …
8:09 PM AutoItNotOnToDoList edited by Valik
Bold important words that previously had invalid BBC tags around it. (diff)
6:00 PM WikiStart edited by Jon
(diff)
1:36 PM Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) updated by J-Paul Mesnage
Replying to anonymous: > {{{ > Sleep(2000) > Send("!{PRINTSCREEN}") > }}} > In my tests this correctly captures just the active window. still a lot of think can go wrong with such script. Please post a complete reproduction script with the way you use the info capture with the !PRINTSCREEN and what is captured.
10:52 AM Ticket #34 (Pixelchecksum returns wrong values) created by stevy80@…
Hello, I developed an application with visual c# under windows xp. …
10:00 AM Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) updated by anonymous
[…] In my tests this correctly captures just the active window.
3:02 AM Ticket #33 (_IsNumber() & IsInt() both incorrectly return true) closed by Valik
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.
1:53 AM Ticket #33 (_IsNumber() & IsInt() both incorrectly return true) created by squirrely1
XP SP2 EN x86 […]

Jan 13, 2008:

5:18 PM Ticket #26 (Setting Color with words) updated by JamesB <james@…>
Ahh right yeah. Didn't know this, I saw it in VB and thought it would be useful!
5:13 PM Ticket #29 (Game Engine Incorperatrion) updated by anonymous
I'm leaving it as closed but you should re-write the privleges so that members can't re-open.
2:29 PM Ticket #31 (AutoIt user agent added to internet functions) closed by Jon
completed: (In [2795]) User agent is set to "AutoIt". May add user-defined agent in future. Completed ticket:31
2:25 PM Ticket #31 (AutoIt user agent added to internet functions) updated by Jon
Milestone changed
1:12 PM Ticket #32 (_GUICtrlTreeView_GetNext does not return 0 for last item) closed by Gary
fixed: Already Fixed: http://www.autoitscript.com/forum/index.php?showtopic=58299
12:58 PM Ticket #31 (AutoIt user agent added to internet functions) updated by Jon
Type changed
12:43 PM Ticket #24 (Aut2Exe throws a "failed to UPX error" on occasion) updated by Xenobiologist
Hi, I get this output all the time I compile this script: […] […] The produced exe isn't runnable and it also doesn't show my chosen icon. So long, Mega
12:43 PM Ticket #29 (Game Engine Incorperatrion) closed by Jos
rejected: Closed.. and please do not re-open this.
12:23 PM AutoItNotOnToDoList edited by Jon
(diff)
12:23 PM WikiStart edited by Jon
(diff)
12:14 PM Ticket #32 (_GUICtrlTreeView_GetNext does not return 0 for last item) created by DarkTurok
The following code shows a bug in _GUICtrlTreeView_GetNext. The bug …
12:06 PM AutoItNotOnToDoList created by Jon
10:10 AM Ticket #26 (Setting Color with words) updated by anonymous
Replying to Gary: > > Look in Constants.au3 you'll find some of the colors already defined: > Actually I knew that, which was why I found it preferable. :)
10:06 AM Ticket #31 (AutoIt user agent added to internet functions) updated by Jon
Status changed
10:06 AM Ticket #26 (Setting Color with words) updated by Jos
Version, Milestone changed
10:05 AM Ticket #31 (AutoIt user agent added to internet functions) created by Jon
AutoIt currently uses a blank user agent for internet functions. Many …
10:05 AM Ticket #29 (Game Engine Incorperatrion) updated by anonymous
First you need to find someone who's interested in this kind of thing, and then get them to do it. You could maybe start with a forum thread. And stop reopening this. The ability to reopen really needs to be administrator-only.
10:04 AM Ticket #26 (Setting Color with words) updated by Jos
Version changed
10:03 AM Ticket #26 (Setting Color with words) closed by Jos
rejected
9:50 AM Ticket #6 (StringInStr not reporting error) updated by anonymous
I was of the opinion that the case sense param wasn't "0 or 1", it was "0 or <>0" (similar to false/true). Hence 18, while confusing, is a perfectly valid parameter.
9:08 AM Ticket #30 (GUICtrlSetBkColor() bug with GUICtrlCreateLabel() and GUICreate with ...) updated by J-Paul Mesnage
Owner changed
7:09 AM Ticket #29 (Game Engine Incorperatrion) reopened by anonymous
Why not though? Everyone would want it to happen. If I made them it would all be crappy 2D sprites with lots of glitches.
6:32 AM Ticket #30 (GUICtrlSetBkColor() bug with GUICtrlCreateLabel() and GUICreate with ...) updated by J-Paul Mesnage
Keywords, Owner, Status changed
Replying to atomman: > With every combo of BitOR() i've tried, GUICtrlSetBkColor() fails. If BitOR() is removed, GUICtrlSetBkColor() works fine. Run the code as is, color won't change. Comment out L2 and uncomment L3, it works fine. Behavior is same with GUICtrlCreateGraphic() as well, maybe others. > > {{{ > #include <GUIConstants.au3> > $Win_SBS = GUICreate("SpeedBlog - Satellite", 556, 204, -1, -1, BitOR($WS_CLIPCHILDREN,$WS_POPUP)) > ;$Win_SBS = GUICreate("SpeedBlog - Satellite", 556, 204, -1, -1) > GUISetFont(8, 400, 0, "Arial") > $Label1 = GUICtrlCreateLabel("", 193, 113, 8, 15) > GUICtrlSetBkColor(-1, 0x00FF00) > $Button1 = GUICtrlCreateButton("Button1", 292, 80, 75, 25, 0) > GUISetState(@SW_SHOW) > While 1 > $nMsg = GUIGetMsg() > Switch $nMsg > Case $GUI_EVENT_CLOSE > Exit > Case $Button1 > GUICtrlSetBkColor($Label1, 0xFF0000) > EndSwitch > WEnd > }}} Please describe the environment you are running with as XP/Sp2 US X86 In fact under Vista your script is producing the same result a little green square
6:16 AM Ticket #29 (Game Engine Incorperatrion) closed by Gary
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.
6:05 AM Ticket #29 (Game Engine Incorperatrion) reopened by Kesne
You should add these. Autoit is SO limited when it comes to gaming.
5:38 AM Ticket #30 (GUICtrlSetBkColor() bug with GUICtrlCreateLabel() and GUICreate with ...) created by atomman
With every combo of BitOR() i've tried, GUICtrlSetBkColor() fails. If …
4:54 AM Ticket #29 (Game Engine Incorperatrion) closed by Gary
rejected
4:51 AM Ticket #29 (Game Engine Incorperatrion) created by keen@…
There should be a game engine feature that allows users to make games …
4:26 AM Ticket #28 (ControlGetPixel) updated by Gary
Priority changed
4:22 AM Ticket #26 (Setting Color with words) updated by Gary
Description changed
Look in Constants.au3 you'll find some of the colors already defined: ; Colour Constants RGB Hex Global Const $COLOR_AQUA = 0x00FFFF Global Const $COLOR_BLACK = 0x000000 Global Const $COLOR_BLUE = 0x0000FF Global Const $COLOR_CREAM = 0xFFFBF0 Global Const $COLOR_FUCHSIA = 0xFF00FF Global Const $COLOR_GRAY = 0x808080 Global Const $COLOR_GREEN = 0x008000 Global Const $COLOR_LIME = 0x00FF00 ;~ Global Const $COLOR_MAROON = 0x800000 Global Const $COLOR_MAROON = 0x8B1C62 Global Const $COLOR_MEDBLUE = 0x0002C4 Global Const $COLOR_MEDGRAY = 0xA0A0A4 Global Const $COLOR_MONEYGREEN = 0xC0DCC0 Global Const $COLOR_NAVY = 0x000080 Global Const $COLOR_OLIVE = 0x808000 Global Const $COLOR_PURPLE = 0x800080 Global Const $COLOR_RED = 0xFF0000 Global Const $COLOR_SILVER = 0xC0C0C0 Global Const $COLOR_SKYBLUE = 0xA6CAF0 Global Const $COLOR_TEAL = 0x008080 Global Const $COLOR_WHITE = 0xFFFFFF Global Const $COLOR_YELLOW = 0xFFFF00 Global Const $CLR_NONE = 0xFFFFFFFF ; Color Constants BGR Hex Global Const $CLR_AQUA = 0xFFFF00 Global Const $CLR_BLACK = 0x000000 Global Const $CLR_BLUE = 0xFF0000 Global Const $CLR_CREAM = 0xF0FBFF Global Const $CLR_DEFAULT = 0xFF000000 Global Const $CLR_FUCHSIA = 0xFF00FF Global Const $CLR_GRAY = 0x808080 Global Const $CLR_GREEN = 0x008000 Global Const $CLR_LIME = 0x00FF00 ;~ Global Const $CLR_MAROON = 0x000080 Global Const $CLR_MAROON = 0x621C8B Global Const $CLR_MEDBLUE = 0xC40200 Global Const $CLR_MEDGRAY = 0xA4A0A0 Global Const $CLR_MONEYGREEN = 0xC0DCC0 Global Const $CLR_NAVY = 0x800000 Global Const $CLR_OLIVE = 0x008080 Global Const $CLR_PURPLE = 0x800080 Global Const $CLR_RED = 0x0000FF Global Const $CLR_SILVER = 0xC0C0C0 Global Const $CLR_SKYBLUE = 0xF0CAA6 Global Const $CLR_TEAL = 0x808000 Global Const $CLR_WHITE = 0xFFFFFF Global Const $CLR_YELLOW = 0x00FFFF ; Color Dialog constants Global Const $CC_ANYCOLOR = 0x100 Global Const $CC_FULLOPEN = 0x2 Global Const $CC_RGBINIT = 0x1
4:21 AM Ticket #26 (Setting Color with words) updated by Gary
Description changed
Replying to Saunders: > Where do you draw the line though? Blue, sure. Dark Blue, Light Blue? Fuschia? Lawn Green? Lavendar Blush? Medium Aqua Marine? Light Golden Rod Yellow? > There are a lot of colours out there, even if you go by the W3C's HTML colour names list. > So which ones should get added? I prefer the idea of an include personally, with colours defined like $COLOR_BLUE, etc. > > Hope I was allowed to comment here…
4:15 AM Ticket #28 (ControlGetPixel) created by Hiyoal
It would be great if you could make autoit capable of searching for …

Jan 12, 2008:

11:46 PM Ticket #27 (ControlClick with alternate mouse buttons (Like MouseClick's Primary, ...) created by Saunders <admin@…>
Copied from …
11:13 PM Ticket #26 (Setting Color with words) updated by Saunders
Where do you draw the line though? Blue, sure. Dark Blue, Light Blue? Fuschia? Lawn Green? Lavendar Blush? Medium Aqua Marine? Light Golden Rod Yellow? There are a lot of colours out there, even if you go by the W3C's HTML colour names list. So which ones should get added? I prefer the idea of an include personally, with colours defined like $COLOR_BLUE, etc. Hope I was allowed to comment here…
7:17 PM Ticket #26 (Setting Color with words) updated by Jos
Why don't you just define the variable $Red, $Blue etc and use those in stead of trying to build this in?
2:49 PM Ticket #25 (_WinAPI_LoadShell32Icon doc typo) updated by Gary
Milestone changed
2:48 PM Ticket #25 (_WinAPI_LoadShell32Icon doc typo) closed by Gary
fixed: (In [2790]) Fixed ticket:25 UDF Doc corrected for _WinAPI_LoadShell32Icon
2:35 PM Ticket #24 (Aut2Exe throws a "failed to UPX error" on occasion) updated by J-Paul Mesnage
Replying to Valik: > It seems there is a race condition in Aut2Exe somewhere. Sometimes it fails to run UPX and throws an error, other times it works just fine. Not really sure how to reproduce this so just going over the code looking for an obvious way to get out of sync is about all I know to do. > > Assigning to Jon but if I get time I may look as well. Probably better if Jon has a look... I experience that too I was thinking it was due to the nonreg test environment
2:25 PM Ticket #25 (_WinAPI_LoadShell32Icon doc typo) updated by Gary
Owner, Status changed
1:34 PM Ticket #26 (Setting Color with words) created by JamesB
I don't think this has been suggested, but could we have AutoIt allow …
11:39 AM Ticket #24 (Aut2Exe throws a "failed to UPX error" on occasion) updated by Jon
The only thing changed in the last couple of years in that part of the code is upx is not used if compiling x64. And just before UPX is run you added the change susbsystem code. Is it possible that it is leaving the file open or something causing trouble for upx?
9:50 AM Ticket #25 (_WinAPI_LoadShell32Icon doc typo) created by MadBoy
It says: When you are done with the icon, call _API_DestroyIcon to …
12:07 AM Ticket #24 (Aut2Exe throws a "failed to UPX error" on occasion) created by Valik
It seems there is a race condition in Aut2Exe somewhere. Sometimes it …

Jan 11, 2008:

6:20 PM Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) updated by J-Paul Mesnage
Keywords changed
Replying to christian.blackburn@yahoo.com: > Hi JPM, > > I didn't include more source code, because I didn't want to pick apart my program. If you try executing the the alt+Printscreen command and then pasting it into MS Paint you'll notice that the entire window isn't included (regardless of the window). Then try printscreen and notice the difference. I only see a point in provide step by step here if you were unable to reproduce the problem, were you? > > Thanks, > Christian Blackburn Thanks for the osversion but definitly you have to described how you us the alt-printscreen info as what I can say I use it without any problem. I have not cristal ball SantaClaus just forget about it
10:27 AM Ticket #23 (Acces to DataGridView for .net 2.0) created by Gandi
Could You make funtion which recognize and have acess to read date …
9:43 AM Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) updated by christian.blackburn@…
Hi JPM, I didn't include more source code, because I didn't want to pick apart my program. If you try executing the the alt+Printscreen command and then pasting it into MS Paint you'll notice that the entire window isn't included (regardless of the window). Then try printscreen and notice the difference. I only see a point in provide step by step here if you were unable to reproduce the problem, were you? Thanks, Christian Blackburn
9:40 AM Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) updated by christian.blackburn@…
I'm using Windows XP Pro SP2 and am logged in as an admin user.
6:34 AM Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) updated by J-Paul Mesnage
Keywords, Owner, Status changed
can you give a complete description as for instance the osvesion the window which is not capture how your script copy the capture info. In fact just follow the sticky directive. the old sticky is still a valid check list. Thanks
2:58 AM Ticket #22 (Send() doesn't work when trying to Alt+Printscreen) created by christian.blackburn@…
Hi Gang, I'm able to Send("{PRINTSCREEN}") without problems, but …
2:30 AM Ticket #6 (StringInStr not reporting error) updated by Volly
rejected...then reopened...then rejected....I'm not sure what is going on here. somewhat confusing. I just expected when I made the error when I tried the code, Scite would report the syntax error. no biggie if not addressed. I just wanted to make sure it was noted in the system. Thanks guys for looking into it.

Jan 10, 2008:

11:54 PM Ticket #10 (_IsPressed Keys list) closed by J-Paul Mesnage
completed
11:54 PM Ticket #10 (_IsPressed Keys list) reopened by J-Paul Mesnage
5:02 PM Ticket #12 (GuiCtrlSetData() not appending a single value if it already exists) updated by Jon
Milestone changed
4:35 PM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) updated by Phil Seakins <pseakins@…>
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 Valik
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 Valik
Owner, Status changed
3:37 PM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) closed by Valik
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 Phil Seakins <pseakins@…>
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 J-Paul Mesnage
Priority, Version changed
3:13 PM Ticket #21 (Scite Jump to Function case sensitive) created by J-Paul Mesnage
Ctrl-J does found the function is the case does not match. As AutoIt …
9:15 AM Ticket #20 ([:class:] in regex) closed by J-Paul Mesnage
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 Xenobiologist
Hi, works for me: […] So long, Mega
6:57 AM Ticket #13 (STD I/O functions supporting binary.) updated by Valik
Milestone changed
6:55 AM Ticket #19 (FileSetTime() erronously rounds UP on non NTFS partition) closed by Valik
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 Phil Seakins <pseakins@…>
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 Gary
Component changed
3:30 AM Ticket #10 (_IsPressed Keys list) updated by Gary
Milestone changed
12:09 AM Ticket #20 ([:class:] in regex) created by anonymous
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 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.