Timeline



Apr 13, 2008:

7:08 PM Milestone 3.2.11.6 completed
6:37 PM Ticket #208 (Expand Adlib functionality) closed by Valik
Rejected: What is stopping you from calling more than one function from a single "master" AdLib callback? If you need callbacks on separate timers, it's trivial to do that as well. Or you could use WM_TIMER and GUIRegisterMsg(). Changing this to a feature request and closing as rejected (really, a bug? Come on).
2:30 PM Ticket #79 (Allow searching for windows/controls by position.) closed by Jon
Completed: Added in version: 3.2.11.6
10:14 AM Ticket #39 (Add HWND to common dialogs) closed by Jon
Completed: Added in version: 3.2.11.6
9:22 AM Ticket #208 (Expand Adlib functionality) created by CodeMaster Rapture
I found out the hard way that you can only have one function called …

Apr 12, 2008:

6:50 PM Ticket #170 (FileCopy unable to copy new files when source files number excess 10k) updated by Valik
Well, the error is really quite obvious. You created 13,005 files, copied them all, then created 1 more file and told FileCopy() to copy all the files again but did not specify the overwrite flag. FileCopy() stops on the very first file because it's not allowed to overwrite. This is obviously not quite expected (or documented) behavior but I'm certain that it is no bug, either.
4:02 PM Ticket #170 (FileCopy unable to copy new files when source files number excess 10k) reopened by Nitrogen
Here is my test code […] Ooops! The new files aren't copied! […]

Apr 9, 2008:

10:00 PM Ticket #207 (Auto Propercase in Comments) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:58 PM Ticket #207 (Auto Propercase in Comments) updated by Jos
Owner, Version, Component changed
Just tried this but it didn't propercase it for me while in a comment line. Please specify a way to replicate this and ofcourse I need to know the installed version (Date) of SciTE4AutoIt3 you use.
10:00 AM Ticket #207 (Auto Propercase in Comments) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
9:50 AM Ticket #207 (Auto Propercase in Comments) created by JamesB
When Auto Propercase is turned on, function names in comments are …

Apr 8, 2008:

8:04 PM Ticket #205 ([Vista64] PixelGetColor returns color of desktop picture instead of ...) closed by Valik
No Bug: Closing as No Bug.
1:23 PM Ticket #205 ([Vista64] PixelGetColor returns color of desktop picture instead of ...) updated by hactar
Further investigation has revealed that the issue is in fact anti aliasing. If a game uses anti aliasing getpixelcolor no longer "sees" the window. Probably not a bug then, but an update to the documentation would be help that pixelsearch and getpixelcolor both require antialiasing for the app to be turned off.

Apr 7, 2008:

3:00 PM Ticket #206 (Sleep Documentation Incorrect) closed by Valik
No Bug: You are missing the point. All functions must return a value, so no function returns a value of "none". But the point is, the return value is not clearly defined. We do not guarantee Sleep() will return 1. If you choose to rely on this value, you do so at your own risk that at some point we may change the value. Hence, the return value is not documented.
12:00 PM Ticket #206 (Sleep Documentation Incorrect) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
10:59 AM Ticket #206 (Sleep Documentation Incorrect) created by maroesjk
The documentation of the function Sleep( delay ) is incorrect. It …

Apr 6, 2008:

3:54 PM Ticket #199 (Multi-Monitor Support Include File) closed by Valik
Rejected: This doesn't seem like something we need in the official distribution at this time.
3:52 PM Ticket #204 (GUICtrlCreateListViewItem() - new optional parameter IconIndex) closed by Valik
Rejected

Apr 5, 2008:

4:21 PM Ticket #205 ([Vista64] PixelGetColor returns color of desktop picture instead of ...) created by hactar
When trying to determine the color of a pixel via PixelGetColor in a …

Apr 4, 2008:

9:09 PM Ticket #203 (AutoIt3Wrapper - Work on backup files) updated by Jos
Tidy runs on the original for obvious reasons but shouldn't never "mess things up". Obfuscator reads the original but NEVER modifies it and creates a new file called Scriptfile_obfuscated.au3. Am I missing your point here ? Jos
11:27 AM Ticket #185 (Limit of GUI Controls -> (eat up CPU)) updated by Xenobiologist
Replying to Jpm: > According to other AutoIt Dev that's a Window behavior. No bug from AutoIt side !!! Window or Windows? I guess, you meant Windows. So, it depends on the CPU and RAM and Windows version how many GUIs I can create? I will try to translate the script into Java or Perl and see how many GUIs I can create that way. Mega
10:58 AM Ticket #204 (GUICtrlCreateListViewItem() - new optional parameter IconIndex) updated by Zedna
Sorry. In my previous post where I wanted to add GUICtrlListView_SetImageList() I didn't consider that also all imagelist's functions from GuiImageList.au3 include must be added as native too based on >Sorry, but none AutoIt function can depend of an UDF.
10:54 AM Ticket #204 (GUICtrlCreateListViewItem() - new optional parameter IconIndex) reopened by Zedna
>Sorry, but none AutoIt function can depend of an UDF. If none AutoIt function can depend of an UDF then just add _GUICtrlListView_SetImageList() as native one GUICtrlListView_SetImageList() This will be very simple change and will make much more flexible icons operations with ListView/TreeView with native functions. >You can build your own UDF GUICtrlCreateListViewItemEX($itemtext, $ListView1, $index [,$imagefile]) I thought about that already but creating ListView items by UDF functions is much more slower (several times!) then native one. See this post about that: http://www.autoitscript.com/forum/index.php?showtopic=67829
7:59 AM Ticket #187 (AutoIt3.chm::/html/script_breaking_changes.htm) closed by J-Paul Mesnage
Completed
7:44 AM Ticket #181 (Could you make AutoIT Window Info Selectable?) closed by J-Paul Mesnage
Rejected: see the info above the listview, it say double-click and you get what you want without switching to the summary page
7:27 AM Ticket #204 (GUICtrlCreateListViewItem() - new optional parameter IconIndex) closed by J-Paul Mesnage
Rejected: Sorry, but none AutoIt function can depend of an UDF. You can build your own UDF GUICtrlCreateListViewItemEX($itemtext, $ListView1, $index [,$imagefile])
1:17 AM Ticket #187 (AutoIt3.chm::/html/script_breaking_changes.htm) updated by Valik
JP, I think all that needs done is for the script breaking change to link to the UDF renaming page. Right now there are 2 different pages that list script-breaking changes with no link from the "main" script breaking change page to the UDF renaming page.
1:04 AM Ticket #201 (DLLCall: $aRet[4] is invalid in AutoIT 3.2.10.0) closed by Valik
Duplicate: Closing as duplicate since it's long fixed, like I suspected.
12:58 AM Ticket #108 (IE.AU3 _IEAttach windowtitle using not existing registry entry) updated by Valik
This is trivial to solve. Just look for the registry key and use that data if it's found. If it's not found, use the following regular expression: "(?:Microsoft)|(?:Windows) Internet Explorer" That will match either "Microsoft Internet Explorer" or "Windows Internet Explorer". No complex OS/IE version complications.
12:26 AM Ticket #108 (IE.AU3 _IEAttach windowtitle using not existing registry entry) updated by DaleHohm
Thanks for the version information. I found a Microsoft KB on this: http://support.microsoft.com/kb/176497 When the registry key is missing, the default value is documented to be "Microsoft Internet Explorer". In fact, that the KB is incorrect and it is "Microsoft Internet Explorer" with some versions of IE/Windows and "Windows Internet Explorer" with others. Some more researched required. Dale
12:13 AM Ticket #201 (DLLCall: $aRet[4] is invalid in AutoIT 3.2.10.0) updated by DaleHohm
This was a known problem in AutoIt 3.2.10.0 caused by a bug in DllCall. This is fixed in AutoIt Beta 3.2.11.x. I tested the code and confirmed that it worked in beta 3.2.11.x and failed in 3.2.10.0. Bug fixed in beta. Please close. DaleHohm
12:00 AM Tickets #203,​204 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Apr 3, 2008:

11:43 PM Ticket #202 (Would like to be able to Branch on condition) closed by Valik
Rejected: It doesn't matter if I have a solution or not, that's not what the issue tracker is for. Don't re-open the ticket.
11:19 PM Ticket #204 (GUICtrlCreateListViewItem() - new optional parameter IconIndex) created by Zedna
GUICtrlCreateListViewItem() - new optional parameter IconIndex $iImage …
10:57 PM Ticket #203 (AutoIt3Wrapper - Work on backup files) created by danielkza@…
It would be very nice if there was an option ,when compiling …
10:47 PM Ticket #202 (Would like to be able to Branch on condition) updated by anonymous
Yes. You can have the AdLib() function spawn a new copy of your script and pass as a paramater, the next record number to execute then terminate the current script :P
10:39 PM Ticket #202 (Would like to be able to Branch on condition) reopened by anonymous
So, do YOU have a solution? Or do you think the "Add 700 identical statements" is the best way ?
10:14 PM Ticket #202 (Would like to be able to Branch on condition) closed by Valik
Rejected: This actually sounds worse than Goto... not happening.
10:00 PM Ticket #202 (Would like to be able to Branch on condition) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:58 PM Ticket #202 (Would like to be able to Branch on condition) created by Everseeker
Before you whack this request for a GoTo, let me explain... Consider a …
9:08 PM Ticket #181 (Could you make AutoIT Window Info Selectable?) updated by anonymous
Replying to Jpm: > Can you describe more clearly want you want? > The last selected tab is reselected. It can be any tab not just the summary one. Open Autoit v3 Window Info Select the tab marked Control Highlight something, then freeze the window with Alt-Ctrl-F Now, Copy the ClassnameNN... Without flipping to the summary page... You can not.... It would speed things up if I could copy from the tab I am on, instead of needing to always flip to the summary page (Otherwise, why bother with breaking down into different tabs ?)
3:40 PM Ticket #201 (DLLCall: $aRet[4] is invalid in AutoIT 3.2.10.0) updated by J-Paul Mesnage
Owner, Status changed
Not sure you can use as is internal functions of IE.au3. I leave to DaleHolm the final answer
3:38 PM Ticket #185 (Limit of GUI Controls -> (eat up CPU)) closed by J-Paul Mesnage
No Bug
3:36 PM Ticket #185 (Limit of GUI Controls -> (eat up CPU)) updated by J-Paul Mesnage
According to other AutoIt Dev that's a Window behavior. No bug from AutoIt side !!!

Apr 2, 2008:

8:00 PM error.au3 attached to Ticket #201 by Rayburn
8:00 PM Ticket #201 (DLLCall: $aRet[4] is invalid in AutoIT 3.2.10.0) updated by Rayburn
Sorry!!! Like I said, I'm new here so don't expect me to get it right the first time. Those directions you gave belong in the sticky note about posting bug reports in the bug report section of the forum (which I read before posting). Replying to Valik: > Always always ALWAYS post a script. This report is worthless without a script. > > Also, please don't say "latest beta". That is a moving target and what you think is the latest beta may or may not be. Given the exact version number you tested with.
8:45 AM Ticket #198 (_FileReadToArray) updated by Xenobiologist
Replying to Valik: > >To answer the OP's question with another question: Should a file that ends with @CRLF be processed with a final Empty record ? > I expect to be able to read a @CRLF file with _FileReadToArray() and then to write it with _FileWriteFromArray() and produce an identical file. It doesn't seem useful to me to strip trailing whitespace on read (that's an operation that should take place at write-time). Yes, I agree. That is what I meant. Should be the same.
5:41 AM Ticket #201 (DLLCall: $aRet[4] is invalid in AutoIT 3.2.10.0) updated by Valik
Always always ALWAYS post a script. This report is worthless without a script. Also, please don't say "latest beta". That is a moving target and what you think is the latest beta may or may not be. Given the exact version number you tested with.
5:01 AM Ticket #201 (DLLCall: $aRet[4] is invalid in AutoIT 3.2.10.0) created by Rayburn
Hi, I'm new here. I've been creating a script with AutoIT that uses …

Apr 1, 2008:

10:21 PM Ticket #198 (_FileReadToArray) updated by Valik
Replying to Jos: > aahh, a case of "stab first then ask"? Always. > Do you mean to use the whole @crlf as string to split on? > Shouldn't that be: $aArray = StringSplit($sTemp, @CRLF,1) ; Try Windows @CRLF first Yes, that's what I meant (dry coded). > At the time This UDF was written the 3rd parameter wasn't there. Fair enough, though it still doesn't explain all the nested function calls. >To answer the OP's question with another question: Should a file that ends with @CRLF be processed with a final Empty record ? I expect to be able to read a @CRLF file with _FileReadToArray() and then to write it with _FileWriteFromArray() and produce an identical file. It doesn't seem useful to me to strip trailing whitespace on read (that's an operation that should take place at write-time).
8:55 PM Ticket #198 (_FileReadToArray) updated by Xenobiologist
Hi, I come from here: […] I wondered why _FileCountLines counts all the empty lines and _FileReadToArray doesn't. That is why I thought I put a question here to clarify it.
8:23 PM Ticket #198 (_FileReadToArray) updated by Jos
aahh, a case of "stab first then ask"? Do you mean to use the whole @crlf as string to split on? Shouldn't that be: $aArray = StringSplit($sTemp, @CRLF,1) ; Try Windows @CRLF first At the time This UDF was written the 3rd parameter wasn't there. To answer the OP's question with another question: Should a file that ends with @CRLF be processed with a final Empty record ? Jos
4:29 PM Ticket #200 (_ArrayDisplay) closed by Valik
No Bug: Please stop asking *QUESTIONS* on here. This is for reporting bugs or asking for new features. It is not for asking for clarification on things. That's what the forum is for. As to your question, virtually all functions that work with arrays should take them ByRef for performance reasons. _ArrayDisplay() was brought more in line with other functions that take arrays and going forward most functions that take an array should be taking them ByRef. Closing this. Please direct future questions to the forum, not here.
11:21 AM Ticket #200 (_ArrayDisplay) created by Xenobiologist
HI Gary/Ultima, there was a change on the array functions between …
8:00 AM Ticket #199 (Multi-Monitor Support Include File) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:13 AM Ticket #199 (Multi-Monitor Support Include File) created by anonymous
I have taken several scripts from the AutoIt form and created a …

Mar 31, 2008:

10:42 PM Ticket #197 ($CmdLine as @CmdLine) closed by Valik
Rejected: First, I don't think the macro system supports array's so it could be quite a bit of work under the hood to enable that. Second, but more importantly, in 5 years this hasn't been an issue more than a handful of times. Yet it's a change that will break an extremely large number of scripts.
10:39 PM Ticket #198 (_FileReadToArray) updated by Valik
Can I stab whoever wrote that line of code? There's no sense in nesting function calls like that. You don't gain much over: […] I could go either way on this, it probably should preserve the file contents as much as possible. However, trailing whitespace is not important since presumably this is going to be used to read a text file. I will mention a bug with this function, though, it only supports Windows and Unix documents. Mac documents using only @CR will appear as a single line since the @CR will be stripped and the @LF won't match anything to split. A better way of writing the code would be: […]
9:59 PM Ticket #198 (_FileReadToArray) created by Xenobiologist
Hi, this is no really big bug, but it would be nice if someone could …
8:00 PM Ticket #197 ($CmdLine as @CmdLine) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
6:18 PM Ticket #197 ($CmdLine as @CmdLine) created by Richard Robertson
I propose that $CmdLine may be changed to a macro to reduce confusion. …
12:03 AM Ticket #196 (Enable shell printing of AutoIt source code) closed by Valik
Rejected: You kind of ramble on a bit making it somewhat unclear what you are asking for. However, the only thing I can fathom that actually involves us making any change to anything is for us to add the print verb to the file association when registered by the installer. To me, this doesn't sound very useful. Rejecting this.
12:00 AM Ticket #196 (Enable shell printing of AutoIt source code) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Mar 29, 2008:

11:02 PM Ticket #196 (Enable shell printing of AutoIt source code) created by apoliak@…
Most document types (at least the ones that come from Microsoft), …
2:00 PM Ticket #194 (Minor SciTeConfig error) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
1:47 PM Ticket #193 (guictrldelete on context menu already deleted causes win32 exception) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.11.6
1:33 PM Ticket #195 (GUICtrlSetDefColor() causing a problem) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.11.6
1:23 PM Ticket #194 (Minor SciTeConfig error) closed by Jos
Fixed: Fixed in v 1.6.6.6. Jos

Mar 29, 2008:

9:22 PM Ticket #195 (GUICtrlSetDefColor() causing a problem) created by anonymous
You don't need any test code for this one. Just create a GUI with a …
4:53 AM Ticket #191 (Aut2Exe adds aditional empty icon into EXE) closed by Valik
No Bug

Mar 28, 2008:

11:52 PM Ticket #194 (Minor SciTeConfig error) created by KentonBomb@…
Not anything major. If you go to SciTe Config from the Tools menu in …
8:54 PM Ticket #193 (guictrldelete on context menu already deleted causes win32 exception) updated by anonymous
The bug begins with 3.11.2 and is present in every build up to 3.11.5.

Mar 27, 2008:

6:26 PM Ticket #191 (Aut2Exe adds aditional empty icon into EXE) updated by Zedna
OK. Then you may close this ticket ;-)
1:58 PM Ticket #191 (Aut2Exe adds aditional empty icon into EXE) updated by J-Paul Mesnage
AutoIt only allows to have an icon substitution. We never document an addition process so it is not a breaking script. If you want to be not dependent use FileInstall()
1:04 PM Ticket #191 (Aut2Exe adds aditional empty icon into EXE) reopened by Zedna
OK. But then this should be mentioned in documentation/changelog or AutoIt3.chm::/html/script_breaking_changes.htm. As you can see in my Log_View project (pictures in attachment) all my added icons have changed index in EXE after recompilation with 3.2.11. So I must change icon indexes in all my: GUICtrlSetImage(-1, @ScriptFullPath, $index)
12:47 PM Ticket #190 (_SQLite_GetTable2d crashes script if column field is null or unset) closed by J-Paul Mesnage
Duplicate: already solved in Beta since december
12:34 PM Ticket #193 (guictrldelete on context menu already deleted causes win32 exception) created by MeJonah@…
Attempting to use guictrldelete on a control created by …
11:58 AM Ticket #191 (Aut2Exe adds aditional empty icon into EXE) closed by J-Paul Mesnage
No Bug
11:58 AM Ticket #191 (Aut2Exe adds aditional empty icon into EXE) updated by J-Paul Mesnage
That's normal it is a go around correction to have icon flashing under Vista
1:17 AM Ticket #192 (Version column on is outdated in "Create New Ticket") closed by Valik
No Bug: That's because it's manual and we don't do it very often. It'll be updated when I finish scripting it. Closing this as NO BUG since... since it'll be taken care of when I finish the script.

Mar 26, 2008:

10:48 PM Ticket #192 (Version column on is outdated in "Create New Ticket") created by Zedna
Version column on is outdated in "Create New Ticket" There is …
10:20 PM screenshots.zip attached to Ticket #191 by Zedna
10:18 PM Ticket #191 (Aut2Exe adds aditional empty icon into EXE) created by Zedna
I discovered BUG in Aut2Exe. In latest beta 3.2.11.5 it places into …
6:40 PM Ticket #190 (_SQLite_GetTable2d crashes script if column field is null or unset) created by mims.michael@…
I have incurred a fatal error that occurs during the call to …
10:14 AM Ticket #63 (Overlay UAC icon on scripts with #RequireAdmin) updated by J-Paul Mesnage
Component changed
10:11 AM Ticket #187 (AutoIt3.chm::/html/script_breaking_changes.htm) updated by J-Paul Mesnage
Help already contain a UDF renaming page. is not enough?
2:52 AM Ticket #189 (#Include Conflict: Constants.au3 + ScrollBarConstants.au3 = Duplicates) closed by Gary
Fixed: Fixed in version: 3.2.11.6
1:26 AM Ticket #189 (#Include Conflict: Constants.au3 + ScrollBarConstants.au3 = Duplicates) updated by Saunders <admin@…>
Oops, forgot to mention that I'm using latest beta 3.2.11.5 (although first discovered in .3)
1:25 AM Ticket #189 (#Include Conflict: Constants.au3 + ScrollBarConstants.au3 = Duplicates) created by Saunders <admin@…>
[…] […] They both set $OBJID_HSCROLL, $OBJID_VSCROLL, and …
1:00 AM Ticket #188 (Try...Catch) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
12:08 AM Ticket #188 (Try...Catch) closed by Valik
Rejected: Not going to happen.
12:03 AM Ticket #188 (Try...Catch) created by kiacolonel
Hi! I thought maybe a Try...Catch feature would be cool to have for AutoIt.

Mar 25, 2008:

4:41 PM Ticket #186 (GUICtrlSetDefColor - related) closed by J-Paul Mesnage
Completed: Added in version: 3.2.11.6
10:56 AM Ticket #184 (Child window must use GUICtrlSetTip() if the parent uses it too) updated by MsCreatoR <mscreator@…>
Replying to Jpm: > Are you saying that the commented lines does not work on the child window. They work with custom created GUI child window, what i am saying, is that this method will not work with MsgBox, because i can not set tips for his controls. Here is an example of what i mean: […] And still, this behaviour seems to me a little(?) unexpected :(
8:12 AM Ticket #185 (Limit of GUI Controls -> (eat up CPU)) updated by Xenobiologist
Yes, and the funny thing is, after having reached 100 % CPU, switching to the idle function which has only a 10 sec sleep, the CPU stays at 100 %. It seems that after a certain amount of GUIs the organization of them eats up the CPU.
3:00 AM Tickets #186,​187 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:14 AM Ticket #187 (AutoIt3.chm::/html/script_breaking_changes.htm) created by Zedna
add UDFs section for 3.2.10 version: In many UDF were changed/renamed …
1:57 AM Ticket #186 (GUICtrlSetDefColor - related) updated by Zedna
Maybe also GUICtrlSetColor, GUICtrlSetBkColor
1:54 AM Ticket #186 (GUICtrlSetDefColor - related) created by Zedna
AutoIt3.chm in 3.2.11.5 beta GUICtrlSetDefColor - as related could be …

Mar 24, 2008:

10:36 PM Ticket #108 (IE.AU3 _IEAttach windowtitle using not existing registry entry) reopened by anonymous
Replying to Dale Hohm <DaleHohm@msn.com>: Dutch Windows 2000 version Internet Explorer version 7 (7.0.5730.11) Title shown when I read this issue #108 (IE.AU3 _IEAttach windowtitle using not existing registry entry) – AutoIt – Trac - Windows Internet Explorer
8:04 PM Ticket #185 (Limit of GUI Controls -> (eat up CPU)) updated by Gary
I thought the limit of GUIs was changed to 16, but the help file states "Unlimited"
6:52 PM Ticket #185 (Limit of GUI Controls -> (eat up CPU)) created by Xenobiologist
Hi, on my CPU 1,8 Ghz Pentium M XP SP 2 I cannot create 300 GUIs. CPU …
6:01 PM Ticket #109 (_SQLite_GetTable - Memory error) closed by J-Paul Mesnage
Works For Me
6:00 PM Ticket #109 (_SQLite_GetTable - Memory error) updated by J-Paul Mesnage
impossible to reproduce
5:58 PM Ticket #178 (GUIRegisterMsg: change of behaviour in WM_NCHITTEST message handler) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.11.6
5:28 PM Ticket #184 (Child window must use GUICtrlSetTip() if the parent uses it too) updated by J-Paul Mesnage
Are you saying that the commented lines does not work on the child window.
4:01 PM Ticket #184 (Child window must use GUICtrlSetTip() if the parent uses it too) updated by MsCreatoR <mscreator@…>
I use Win XP SP2. But the problem is not only with GUI child window (where i can use a workaround as i shown in the example), if i use system MsgBox as a child (via DllCall with Hwnd parameter), i have no other way to "fix" this behaviour :( I can not set tip for that child window... or can i?
3:20 PM Milestone 3.2.11.5 completed
11:08 AM Ticket #184 (Child window must use GUICtrlSetTip() if the parent uses it too) closed by J-Paul Mesnage
No Bug
11:08 AM Ticket #184 (Child window must use GUICtrlSetTip() if the parent uses it too) updated by J-Paul Mesnage
For be when you reactivated the 2 windows reappear at least under Vista/Sp1. Back to your problem the tip is associated to a control/window so that normal if the window is not activated the tip cannot appear
7:53 AM Ticket #120 (StringSplit limit parameter) updated by J-Paul Mesnage
I would prefer to have a _StringExplode() Standard UDF than to add such extension to basic StringSplit()
7:50 AM Ticket #131 (UDP socket and IP) closed by J-Paul Mesnage
Rejected: to use UDPRecv you need to call first UDPBind so just set the IP and port as global variable and you can reuse them when you need. the global variables can be by socket if you need them
2:08 AM Ticket #184 (Child window must use GUICtrlSetTip() if the parent uses it too) created by MsCreatoR <mscreator@…>
[http://www.autoitscript.com/forum/index.php?s=&showtopic=67000&view
12:34 AM Ticket #182 (Add GUISetColor() by analogue of GUISetFont()) closed by J-Paul Mesnage
Completed: Added in version: 3.2.11.5

Mar 23, 2008:

3:16 PM Ticket #181 (Could you make AutoIT Window Info Selectable?) updated by J-Paul Mesnage
Can you describe more clearly want you want? The last selected tab is reselected. It can be any tab not just the summary one.
11:35 AM Ticket #181 (Could you make AutoIT Window Info Selectable?) updated by J-Paul Mesnage
Summary changed
11:18 AM Ticket #183 (Event of radio control fired when the GUI is reactivated) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.11.5

Mar 22, 2008:

10:47 PM Ticket #183 (Event of radio control fired when the GUI is reactivated) created by MsCreatoR <mscreator@…>
For some reason, when we create a radio control, the same event is …
3:00 AM Ticket #182 (Add GUISetColor() by analogue of GUISetFont()) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
1:32 AM Ticket #182 (Add GUISetColor() by analogue of GUISetFont()) created by MsCreatoR <mscreator@…>
GUISetFont cover all controls that will be created and set Font for …
12:49 AM Ticket #180 (Could you make AitoIT Window Info Selectable?) closed by Valik
No Bug: Uhh, rather than create a new ticket, you could have just... mentioned your mistake and let us change it. But whatever.

Mar 21, 2008:

11:00 PM Ticket #181 (Could you make AutoIT Window Info Selectable?) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:59 PM Ticket #180 (Could you make AitoIT Window Info Selectable?) updated by anonymous
Kill this one, it's not a bug... sorry
9:56 PM Ticket #181 (Could you make AutoIT Window Info Selectable?) created by anonymous
On all pages, not just the Summary page?
9:55 PM Ticket #180 (Could you make AitoIT Window Info Selectable?) created by anonymous
On all pages, not just the Summary page?
2:05 PM Ticket #54 (_DateDiff) closed by Jos
Fixed: I am providing the Definitions as distributed by the AutoIt3 installer. It is correct in the current Beta definitions. Jos
11:38 AM Ticket #50 (Handle COM Byte-Array) updated by anonymous
Hi Valik, Can you give us an idea when this feature will be added ? Next week, month, year, .... As you know I am using AU3 COM alot. And there are lot of projects, which I can't complete because of this missing COM feature. Just give us an idea of the timeline, when it will be implemeted. This will make some of us at least happier. Which means I am more than happy so far :-) regards ptrex

Mar 20, 2008:

11:03 PM Ticket #131 (UDP socket and IP) updated by anonymous
It exists
5:00 PM Ticket #54 (_DateDiff) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
4:52 PM Ticket #54 (_DateDiff) reopened by Xenobiologist
_DateDiff is still again not highlighted in latest Scite.
3:40 PM Milestone 3.2.11.4 completed

Mar 19, 2008:

11:17 PM Ticket #179 (The use of "[CLASS:classnane; TEXT:controltext]" method to identify ...) closed by Valik
Duplicate: I know it doesn't sound like it, but this is actually a duplicate of #173. The bug is, the advanced title matching is only reading up to the first ; character. It should be fixed in 3.2.11.4. Closing this as Duplicate, re-open if you experience the same behavior with 3.2.11.4 when it's released.
11:00 PM Ticket #179 (The use of "[CLASS:classnane; TEXT:controltext]" method to identify ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:27 PM Ticket #179 (The use of "[CLASS:classnane; TEXT:controltext]" method to identify ...) created by Bowmore
Win XP Home/Pro SP2 AutoIt beta 3.2.11.3 The use of …
9:04 PM Ticket #173 (SysListView32 and 3.2.11.2, Gets different instance than 3.2.11.1?) closed by Jon
Fixed: Fixed in version: 3.2.11.4
3:53 PM Ticket #169 (GUIRegisterMsg return value) closed by Valik
Duplicate: Resolving as a duplicate of #178 as I'm certain the issue is the same. That ticket is better as it provides a test script.
3:52 PM Ticket #169 (GUIRegisterMsg return value) updated by Valik
Description, Summary changed
3:52 PM Ticket #178 (GUIRegisterMsg: change of behaviour in WM_NCHITTEST message handler) updated by Valik
Assuming that GUIRegisterMsg()'s return value is as broken as I think it is, then yes.
7:09 AM Ticket #178 (GUIRegisterMsg: change of behaviour in WM_NCHITTEST message handler) created by rover
WM_NCHITTEST message handler for moving gui form by client area with …
12:28 AM Ticket #176 (Check for Updates on Windows XP x64) updated by TurboX455
Sorry Valik. I did all of my searching on the AutoIT forum, but found nothing. I shouldn't have assumed that the Wiki site contained the same bugs. My fault. I'll use the Wiki page in the future to read bug reports or deal with them quietly.

Mar 18, 2008:

8:30 PM Ticket #128 (Accelerator Tables) updated by Saunders <admin@…>
I love you in the most non-homosexual way possible.
8:05 PM Ticket #78 (Regex in CLASS for window titles) closed by J-Paul Mesnage
Completed: Added in version: 3.2.11.4
2:12 PM Ticket #159 (Add a Date: header in _inetsmtpmail) closed by J-Paul Mesnage
Completed: Added in version: 3.2.11.4
12:51 PM Ticket #170 (FileCopy unable to copy new files when source files number excess 10k) closed by J-Paul Mesnage
No Bug
12:51 PM Ticket #170 (FileCopy unable to copy new files when source files number excess 10k) updated by J-Paul Mesnage
I confirm Jos diagnostic No bug under XP/Sp2
12:24 PM Ticket #150 (Can´t open hidden file) closed by J-Paul Mesnage
No Bug
12:23 PM Ticket #150 (Can´t open hidden file) updated by J-Paul Mesnage
Hidden files cannot be open so you need to change the file attribute before opening
11:02 AM Milestone 3.2.11.3 completed
10:56 AM Ticket #177 (PixelGetColor third param not accepted (AutoIt error)) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.11.4
8:08 AM Ticket #128 (Accelerator Tables) closed by Jon
Completed: Added in version: 3.2.11.3
4:50 AM Ticket #177 (PixelGetColor third param not accepted (AutoIt error)) updated by Saunders <admin@…>
Er, forgot to mention the other Pixel* functions are throwing the same error whenever I try to use their hwnd parameters too.
4:48 AM Ticket #177 (PixelGetColor third param not accepted (AutoIt error)) created by Saunders <admin@…>
Perhaps the modification was not included when the latest beta was …
2:34 AM Ticket #176 (Check for Updates on Windows XP x64) closed by Valik
Duplicate: Didn't bother searching, I see. Resolving as duplicate of #165.
2:06 AM Ticket #176 (Check for Updates on Windows XP x64) created by TurboX455
Just built a new x64 system and installed 3.2.10.0 and 3.2.11.2 beta. …

Mar 17, 2008:

11:00 PM Ticket #174 (au3.api for v3.2.10.0 is missing RunAsSet) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
9:12 PM Ticket #174 (au3.api for v3.2.10.0 is missing RunAsSet) closed by Jos
Fixed: Fixed and Uploaded installer with this update.
8:14 PM Ticket #128 (Accelerator Tables) updated by Jon
Owner, Status changed
8:13 PM Ticket #128 (Accelerator Tables) updated by anonymous
In progress.
3:00 PM Ticket #175 (_ProcessHide) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
1:53 PM Ticket #175 (_ProcessHide) closed by Valik
Rejected: I have no idea what you want, however, the name doesn't sound all that encouraging for this function being used for good things. Rejected.
1:27 PM Ticket #175 (_ProcessHide) created by Anthrax
Aloha, It would be nice if you could implement a ProcessHide-Function …
10:05 AM Ticket #174 (au3.api for v3.2.10.0 is missing RunAsSet) created by JayMan
The au3.api files in the 3.2.10.0 definitions have the RunAs & …

Mar 16, 2008:

9:26 PM Ticket #173 (SysListView32 and 3.2.11.2, Gets different instance than 3.2.11.1?) created by randallc
Hi, I presume there has been a change in obtaining windows in this …
8:59 PM Ticket #172 (StructureConstants.au3 - $tagREBARINFO) closed by Gary
Fixed: Fixed in version: 3.2.11.3
8:21 PM Ticket #172 (StructureConstants.au3 - $tagREBARINFO) updated by Gary
Owner, Component changed
5:50 PM Ticket #165 ('Check for Updates' on Vista x64) closed by Jon
Fixed
5:04 PM Ticket #172 (StructureConstants.au3 - $tagREBARINFO) created by Zedna
[…] should be […] It's used in GuiReBar.au3 --> Func …
4:40 PM Ticket #171 (consolewrite() documentation addendum) closed by Valik
Rejected: This doesn't appear to be a bug (I can reproduce it with a simple C++ program). However, it is not an AutoIt feature, either. It seems to be a feature/bug/quirk in the command interpreter. I don't feel that we should be documenting the functionality of other programs.
3:00 PM Ticket #171 (consolewrite() documentation addendum) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:53 PM Ticket #171 (consolewrite() documentation addendum) created by flyingboz
Assuming the behavior is desired, and not leveraging a bug... If there …
12:46 PM Ticket #165 ('Check for Updates' on Vista x64) updated by Jon
Owner, Status changed
I've changed the script so that it works under x64. Still might need to change the installer as well though to stop similar problems with other scripts.

Mar 15, 2008:

11:39 PM Ticket #153 (Running process with $STDOUT_CHILD kills ConsoleWrite.) updated by Valik
Added the scripts I used to test with.
11:38 PM Child.au3 attached to Ticket #153 by Valik
11:38 PM Parent.au3 attached to Ticket #153 by Valik
11:17 PM Ticket #160 (FileGetTime - Date UDF compatible format) closed by Valik
Rejected: Resolving as rejected due to lack of activity combined with how trivial the request is.
11:12 PM Ticket #153 (Running process with $STDOUT_CHILD kills ConsoleWrite.) updated by Valik
If you only knew how obscure this was. I've actually known the entire time what the problem was, but it took some time to write a script to prove it and to debug it. Oh, then there's the fact that I only looked at the issue on 2 occasions in the last couple weeks.
11:06 PM Ticket #153 (Running process with $STDOUT_CHILD kills ConsoleWrite.) closed by Valik
Fixed: Fixed in version: 3.2.11.3
9:01 AM Ticket #170 (FileCopy unable to copy new files when source files number excess 10k) updated by Jos
This script runs fine for me: […] It creates 10005 files in a directory and then copies them to a new directory. Are you sure that none of the files is in use since FileCopy will stop processing when that happens. Autoit3:3.2.10.0 Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 2 CPU:X86)

Mar 14, 2008:

9:00 PM Ticket #167 (SciTe4AutoIt3 8-3-2008 Installs beta Aut2exe.exe) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:37 PM Milestone 3.2.11.2 completed
7:11 PM Ticket #167 (SciTe4AutoIt3 8-3-2008 Installs beta Aut2exe.exe) closed by Jos
Fixed: Uploaded a updated SciTE4AutoIt3 installer containing an aut2exe that is backwards compatible with the AutoIT3 3.2.10.0 version. (Thanks Valik)
12:08 PM Ticket #168 (RunAsSet() for 3.2.11.x) updated by JayMan
I'm not sure how its any more of a security risk to be honest... Sure if people don't code the script right, if they want only a section runas'd and they forget to do a RunAsSet() it'll continue with the elevated user instead... If thats the only risk involved, rather than remove it completely, why not make it a function that requires a end to pass syntax checks (e.g. require 'RunAsEnd' or something to be present) Ofcourse, I might be overlooking/unaware another security issue with this…
4:57 AM Ticket #170 (FileCopy unable to copy new files when source files number excess 10k) created by anonymous
When using filecopy with wildcard, like FileCopy ("X:\*.bin", …
Note: See TracTimeline for information about the timeline view.