Timeline



Jun 11, 2008:

10:10 PM Ticket #373 (GUI - Moving Mouse Across Edit or Input) updated by Valik
Need more info, Larry, I can't see it happening here.
10:08 PM Ticket #373 (GUI - Moving Mouse Across Edit or Input) updated by Larry
GUICreate("") GUICtrlCreateInput("",0,0) GUISetState() While GUIGetMsg() <> -3 WEnd
9:59 PM Ticket #373 (GUI - Moving Mouse Across Edit or Input) created by Larry
Moving the mouse across an edit or input field causes an awful …
9:15 PM Ticket #371 (_GDIPlus_Startup() returns wrong boolean value) closed by Gary
Fixed: Fixed in version: 3.2.13.2
9:08 PM Ticket #92 (DllStructGetData() truncation) updated by Valik
Jon, the current behavior is wrong and causes data-loss of 1 character every time a string is read when strlen() == sizeof(buffer). For example, BSTR's don't have null terminators, they store the size in the first WORD (or something like that). Attempting to use this with an exact-sized BSTR-style string would cause data-loss of the last character. AutoIt is assuming all array's are sized to correctly hold a null terminator and that it's okay to replace the last character with a null terminator when reading. This assumption is wrong since we don't know enough about how the data is being used to make that assumption.
9:06 PM Ticket #372 (Parent GUI of -1 causes dramatic problems) created by MeJonah@…
$gui = guicreate("TEST", 100, 100, default, default, default, default, …
8:59 PM Ticket #328 (Faster string manipulation with use of ASCII decimal values.) updated by Valik
Owner, Status changed
I'll take a look at this but the criteria for it's inclusion is that it must actually demonstrate a performance gain. If it ends up not really being faster than StringMid() or StringSplit() then it's a no-go.
8:53 PM Ticket #338 (Run scripts with no need to save them) updated by Jos
Replying to anonymous: > Replying to Jos: > > I have no idea why this would be usefull. could you explain how it will be ? > > So you avoid saving the script the first time you run it (selecting path and everything) mainly... > and for test scripts also... > > otherwise I alwas have to save a new file just to run a test script found on the forum XD I understand what you have done, but still do not see the big advantage and am really worried people would use this and then "forget" to save it when done. By the way, you can avoid the save prompt by addding that parameter to the option: command.save.before.0=2 Jos
8:45 PM Ticket #371 (_GDIPlus_Startup() returns wrong boolean value) created by wraithdu
The GdiplusStartup() function returns 0 on success, so the last line …
8:35 PM Ticket #277 (@ProcessorArch) updated by Jon
Owner, Status changed
I'm thinking of adding @OSArch to replace @ProcessorArch and then add a new @CPUArch for the CPU type (CPU instead of Processor to avoid subtle errors in old scripts).
8:32 PM Ticket #92 (DllStructGetData() truncation) updated by Jon
No. I looked at it briefly, decided it was right as it was and then changed my mind, got confused and ignored it.
7:57 PM Milestone 3.2.13.1 completed
6:45 PM Ticket #333 (Directive for disabling /AutoItExecuteScript) updated by Valik
Needs to also support /AutoIt3ExecuteLine.
6:44 PM Ticket #340 (Marquee progress bar) closed by Valik
Rejected: In all honesty, the ProgressSet stuff should be removed from AutoIt as native functions and replaced as a set of UDF's. It's a terribly simple thing to do yourself and for that reason this is being closed as rejected.
6:42 PM Ticket #367 (StdOutRead Error in compiled program) closed by Valik
Fixed: Fixed in version: 3.2.13.1
6:33 PM Ticket #311 (GUICtrlCreateHotKey - as new native AutoIt control) closed by Valik
Rejected: This is a niche control. If there are already UDF's for this (which I see there are), then that's the best place for it. Maybe as some UDF's it can get added, but not native.
6:31 PM Ticket #270 (Obfuscate /striponly functionality --> as default behaviour of Aut2Exe) closed by Valik
Rejected: You already have a working solution. As nice as this would be it's a can of worms that once opened will require a massive amount of work to do all that should be done. Closing as rejected.
6:29 PM Ticket #267 (SendMessage/PostMessage as native AutoIt function) closed by Valik
Rejected: There's no real point to this.
6:27 PM Ticket #335 (Sample Code, Help File, covering ToolTip( )) closed by Valik
Rejected: No further input and I do not see what's wrong with the current documentation so closing.
6:26 PM Ticket #342 (Syntax Check after Build/Compile) closed by Valik
Rejected: Seems this can be closed.
6:25 PM Ticket #344 (RunAs + StdxxxRead doesn't work as expected on XP SP1 and XP RTM) updated by Valik
Owner, Status changed
6:23 PM Ticket #370 (RunAs() and I/O redirection does not work on Windows 2000) created by Valik
Reminder for myself that RunAs() with STDIO redirection will fail on …
6:22 PM Ticket #92 (DllStructGetData() truncation) updated by Valik
Severity changed
Jon, is this fixed in your DllStruct implementation rewrite?
6:20 PM Ticket #369 (RunAsWait and RunAs) closed by Valik
Duplicate: Sigh. Not a bug in AutoIt, we still fixed it anyway since user's are idiots. Couldn't you have bothered checking the tracker first? See #309 which doesn't mention the fix but the changelog for the next version will. Closing as duplicate.
6:09 PM Ticket #369 (RunAsWait and RunAs) created by anonymous
When launching a program using Runaswait and giving a flag value but …
5:58 PM Ticket #360 (RunAs() function not working on Windows 2000) closed by Valik
Fixed: Fixed in version: 3.2.13.1
4:57 PM Ticket #322 (SciTE wrong highlighting when using nested #CS/#CE) updated by Valik
Jos, this seems fixable, for example, the Lua lexer gets it right: […] I haven't looked at how the Lua lexer does it, but maybe you should have a peek for ideas? Is it possible to just use a simple counter that gets incremented each time it sees the block start and decremented each time it sees the block end? Then just always color the text in comment if counter != 0?
4:51 PM Ticket #365 (Forum for standard UDF candidates) closed by Valik
Rejected: The easier it is for every moron on the planet to contribute, the more crap we have to reject or the more crap we pointlessly distribute. The current system is fine. Remember, the mentality "every UDF is good" is a bad one to have. Only really hard things that take a lot of work and are written by talented people should be considered. Those things have a habit of attracting their own attention. Closing as rejected.
4:20 PM Ticket #360 (RunAs() function not working on Windows 2000) updated by Valik
Owner, Status changed
Hmm. I smell MSDN lies again. Assuming you are running as an administrative user, you should not go into any code that differs noticeably from the previous RunAsSet() stuff. I'll try and get Windows 2000 up and running to take a look.
2:52 PM Ticket #360 (RunAs() function not working on Windows 2000) updated by ScottS
Also having this issue.
2:00 PM Ticket #368 (Success of _ArrayToClip is now -1 (used to be 1 and as still documented)) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
12:15 PM Ticket #368 (Success of _ArrayToClip is now -1 (used to be 1 and as still documented)) created by John.Rainbow@…
The "Success" return of function _ArrayToClip is now -1 (older …
9:22 AM Ticket #365 (Forum for standard UDF candidates) updated by Wooltown
The problem with "example scripts", is that there are so many "non UDFs", so the UDF candidates is hard to detect, a forum called "UDF candidates" would be better. Easier for both the developer team as well as all other users to detect and vote for standard UDF inclusion. Another way is to set up some "header rule", all UDFs should begin with "UDF candidate ", example: "UDF candidate Excel".
8:31 AM Ticket #366 (Weird crashing bug) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.1
8:23 AM Ticket #360 (RunAs() function not working on Windows 2000) updated by CleM71
I tried the same thing on the 3.2.13.0 beta version. I am getting the same issue.
8:00 AM Ticket #314 (FileCreateShortcut cannot create for non-existing Universal Naming Path) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
7:43 AM Ticket #314 (FileCreateShortcut cannot create for non-existing Universal Naming Path) closed by Jon
No Bug: Actually no. It's allowed to create shortcuts to non-exist unc paths (pre-creating future shortcuts). You need to do a manual FileExists() check prior to calling if you need to be sure the location exists.
7:42 AM Ticket #314 (FileCreateShortcut cannot create for non-existing Universal Naming Path) reopened by Jon
7:32 AM Ticket #314 (FileCreateShortcut cannot create for non-existing Universal Naming Path) closed by Jon
Fixed: Fixed in version: 3.2.13.1
7:27 AM Ticket #314 (FileCreateShortcut cannot create for non-existing Universal Naming Path) updated by Jon
For a non existing unc path there will be a short hang (10-15 secs here) which is normal when requesting invalid UNC paths even in the explorer. The return code will be fixed though.

Jun 10, 2008:

8:44 PM Ticket #310 (visual Autoit studio) closed by Jon
Rejected: It would be too large, and we already ship with a "lite" version that handles the basics.
8:42 PM Ticket #329 (#RequireAdmin) closed by Jon
Works For Me
7:10 PM Ticket #367 (StdOutRead Error in compiled program) created by anonymous
Hallo, StdOutRead produces an error in the compiled program: …
5:32 PM Ticket #366 (Weird crashing bug) updated by MeJonah@…
More information- Crash occurs when trying to run the script, not when running the compiled script. The compiled script correctly reports "expected =". Same crash occurs whether you have flag set to run AU3 check or not.
5:28 PM Ticket #366 (Weird crashing bug) created by anonymous
This line of code, anywhere within a script, whether it is ever …
4:40 PM Ticket #357 (@AutoItUnicode - obsolete) closed by J-Paul Mesnage
Completed: Removed in version: 3.2.13.1
11:10 AM Ticket #355 (Child dialogs not visible) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.1
10:38 AM Ticket #355 (Child dialogs not visible) updated by J-Paul Mesnage
the regression is due to rev 3456
10:18 AM Ticket #355 (Child dialogs not visible) updated by Gary
Jon your code doesn't work correctly for me in 3.2.13.0 on WinXP Pro SP3. Child window still doesn't show.
10:15 AM Ticket #347 (Add _WinAPI_SetFilePointer) closed by Gary
Rejected: Write one up and submit for addition to the Standard UDFs.
10:12 AM Ticket #365 (Forum for standard UDF candidates) updated by Gary
I believe that would be called Example scripts. The user can add a poll to their thread. If it is popular enough and useful then they can submit it to me by pm or in the "Standard UDF Library, to be included in the AutoIt3 installset" thread.
10:00 AM Ticket #365 (Forum for standard UDF candidates) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:23 AM Ticket #365 (Forum for standard UDF candidates) created by Wooltown
It would be nice if there could be a section in the forum, where the …

Jun 9, 2008:

11:05 PM Ticket #355 (Child dialogs not visible) updated by anonymous
Jon's posted code doesn't work for me in beta .13.0
11:04 PM Ticket #352 (v3.2.12.0 + RegRead (REG_MULTI_SZ)) updated by J-Paul Mesnage
Replying to Jon: > I think we limit reg operations to 64KB. Might be worth rewriting/checking if this is the case. So that's nothing to do with a 255 char limit …
10:53 PM Ticket #362 (_GUICtrlListView_InsertItem() - doc typo) closed by Gary
Fixed: Fixed in version: 3.2.13.1
8:58 PM Ticket #356 (ConsoleWrite not working on Vista.) closed by Jon
No Bug
7:46 PM Ticket #356 (ConsoleWrite not working on Vista.) updated by anonymous
It's ok. Scite was open with the right clic Edit Script, so it wasn't lauch whith admin right. :( Sorry for that. I thank you very much, because you learn me that if I use Scite without launching him with admin right, he doesn't return output stream !!! Note for Scite4AutoIt autors : It will be a pretty good idea to add a context menu for Vista like : Edit With Admin Right (I don't know if it's possible for the moment but I will probably search to make it ;) ). You can close the ticket.
6:00 PM Ticket #364 (Error at runtime caused by obfuscator) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
5:59 PM Ticket #355 (Child dialogs not visible) updated by Jon
Odd, this works: […] I know jp/us mess around with GuiSetState almost every build so we've probably messed up something.
5:53 PM Ticket #352 (v3.2.12.0 + RegRead (REG_MULTI_SZ)) updated by Jon
I think we limit reg operations to 64KB. Might be worth rewriting/checking if this is the case.
5:52 PM Ticket #233 (Inetget + "automatically detect proxy settings" = HUGE RAM usage) closed by Jon
Works For Me: Unable to repro and no new info.
5:50 PM Ticket #334 (Sqlite UDF and Vista64) closed by Jon
Wont Fix: Not something we have control over.
5:47 PM Ticket #356 (ConsoleWrite not working on Vista.) updated by anonymous
You won't be able to see the console output if #RequireAdmin forces an elevation (secure desktop, click continue). This is by design. If you run Scite elevated (right click, run as admin) then everything will probably work ok.
5:01 PM Ticket #364 (Error at runtime caused by obfuscator) created by madflame991
After I compile this I get "Line -1: Error: Array variable subscript …
4:42 PM Ticket #363 (UDF Func Declaration & #CS #CE Comment) closed by Valik
No Bug: First of all, this is an Au3Check issue, which you fail to mention. AutoIt works just fine. However, I'm surprised AutoIt works (not really, I know how the code works). But anyway, your #cs and #ce statements are invalid. You have: […] You need a space between #cs and the dashes. This makes Au3Check happy, and is the correct thing to do anyway. No bug.
4:14 PM Ticket #363 (UDF Func Declaration & #CS #CE Comment) created by goldenix
Try Running This, You will see, that its Not Skipping the #Cs Comments …
2:24 PM Ticket #356 (ConsoleWrite not working on Vista.) updated by anonymous
I see this 'bug' when I use Scite4AutoIt (Like I said before). So the script isn't compiled, I just do F5 in Scite4AutoIt. On Scite4AutoIt there is a result output where you can see various informations. On Vista with the code of the example the output stream not appear on result windows of Scite4AutoIt !
2:03 PM Ticket #362 (_GUICtrlListView_InsertItem() - doc typo) created by Zedna
Parameters $sText Item text. If set to -1, the item set is set …
12:20 PM Ticket #283 (Duplicated Windows Messages) closed by Jon
No Bug: Not enough info.
12:17 PM Ticket #359 (Autoit Info Window) closed by Jon
Works For Me: Not enough information to reproduce.
12:16 PM Ticket #358 (Install Directory Structure --> no ANSI versions) closed by Jon
Fixed: Fixed in version: 3.2.13.1
11:28 AM Ticket #338 (Run scripts with no need to save them) updated by anonymous
Replying to Jos: > I have no idea why this would be usefull. could you explain how it will be ? So you avoid saving the script the first time you run it (selecting path and everything) mainly... and for test scripts also... otherwise I alwas have to save a new file just to run a test script found on the forum XD
11:00 AM Ticket #361 (_GUICtrlListView_InsertItem() - bad order of parametres) closed by Gary
Fixed: Fixed in version: 3.2.13.1
9:21 AM Ticket #361 (_GUICtrlListView_InsertItem() - bad order of parametres) created by Zedna
_GUICtrlListView_InsertItem() - in yellow section order of …
9:08 AM Ticket #342 (Syntax Check after Build/Compile) updated by anonymous
OK, that's fine Replying to Jos: > Have you used the Full version of SciTE4AutoIt3? > It uses an program called AutoIt3Wrapper which will run au3check by default before the Run or Compile task.
9:05 AM Ticket #360 (RunAs() function not working on Windows 2000) created by CleM71
Hi, I try to use the RunAs() and RunAsWait() functions on Windows …
12:17 AM Ticket #357 (@AutoItUnicode - obsolete) updated by Zedna
Replying to Gary: > true, hmmm may need to put another check into many of the UDFs. You probably mean _GUICtrlListView_GetUnicodeFormat($hWnd) _GUICtrlStatusBar_GetUnicodeFormat($hWnd) ... So instead of If @AutoItUnicode Then ... use If _GUICtrlListView_GetUnicodeFormat($hWnd) Then ... inside GUIListView.au3 If _GUICtrlStatusBar_GetUnicodeFormat($hWnd) Then ... inside GUIStatusBar.au3 …

Jun 8, 2008:

11:52 PM Ticket #357 (@AutoItUnicode - obsolete) updated by Gary
true, hmmm may need to put another check into many of the UDFs.
11:39 PM Ticket #357 (@AutoItUnicode - obsolete) updated by Zedna
I didn't know about that. But @AutoItUnicode if it stay this way always returns true because it's based on Unicode version of AutoIt and not on Unicode version of some control.
11:35 PM Ticket #358 (Install Directory Structure --> no ANSI versions) updated by Zedna
and here is missing all X64 versions.
11:35 PM Ticket #357 (@AutoItUnicode - obsolete) updated by Gary
I have to disagree with it being obsolete. Most controls can have unicode turned off, therefore needing to call the ansi api function call(s).
11:34 PM Ticket #359 (Autoit Info Window) created by anonymous
There is some type of bug with the info window. It keeps freezing up …
11:34 PM Ticket #358 (Install Directory Structure --> no ANSI versions) updated by Zedna
and also psapi.dll for NT4 …
11:33 PM Ticket #358 (Install Directory Structure --> no ANSI versions) created by Zedna
Install Directory Structure section is not updated. From AutoIt 3.2.13 …
11:21 PM Ticket #357 (@AutoItUnicode - obsolete) created by Zedna
@AutoItUnicode Returns 1 if running using the Unicode version of …
6:46 PM Ticket #356 (ConsoleWrite not working on Vista.) updated by Valik
Replying to Tlem: > It will be probably necessery to have a look on all consolexxx command on Vista and Windows 2008. Why? I can't rule out you being the problem. Here's why: You haven't told us how you're running this. Are you compiling it as a console application? Are you running it from within SciTE? Are you running it outside SciTE? And if you're using #RequireAdmin, then I can guarantee you're not going to see the output due to how it works and that is *not* a bug. In short, you haven't provided enough information.
6:18 PM Ticket #356 (ConsoleWrite not working on Vista.) created by Tlem
Perhaps I made something wrong, but on Vista this code doesn't work : …
3:17 PM Ticket #355 (Child dialogs not visible) updated by Valik
Very strange. I can see the non-client area (though this may be because I'm using WindowBlinds). The client area is fully transparent. The child appears to the lower right of the parent by quite a bit. It also won't let me move the mouse outside the client area of the parent while I'm dragging the child. I can drag the child around but I'm bound by the client area of the parent.
5:46 AM Ticket #355 (Child dialogs not visible) created by Ultima
[…] Expected behavior: The child dialog should be displayed …

Jun 7, 2008:

6:00 PM Ticket #354 (Transparency with images) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
4:52 PM Ticket #350 (FileInstall fails when user login name is non-English chars) updated by J-Paul Mesnage
can you check fileinstall return I suspect the "winvnc.exe" is not found so fileinstall does work due to unable to found the file. Nothing to do with the user. Your example is not MBCS at least under a non asian windows.
4:46 PM Ticket #352 (v3.2.12.0 + RegRead (REG_MULTI_SZ)) updated by J-Paul Mesnage
[…] That's working perfect under Vista SP1. So you understand that" you need to follow directive as how to write a bug ticket
4:05 PM Ticket #354 (Transparency with images) updated by J-Paul Mesnage
Type changed
move to feature request
3:38 PM Milestone 3.2.13.0 completed
6:46 AM Ticket #352 (v3.2.12.0 + RegRead (REG_MULTI_SZ)) updated by J-Paul Mesnage
can you give an example using an existing key in the registry? Thanks
3:05 AM Ticket #353 (Aut2exe adding weird blank icons to compiled apps) updated by Valik
Replying to corz: > I see. So long as it's staying that way, I can simply update the references, no problem. Cheers. > > In future, such important changes could perhaps be noted in the change log, so folk know it's intentional. I believe it is documented, it just doesn't mention the new icon because that is an implementation detail. While to you it seems an important point, keep in mind, as I said, you are doing things that aren't officially supported. > ps. I didn't realize AutoIt3Wrapper was an unsupported 3rd party tool. I got it from the downloads page. Noted, thanks. At any rate, Valik, I could have been using the built-in "+" icon for some purpose, and without any 3rd party tools whatsoever, it would now be broken. I don't mind fixing it, I just wanted to be sure that my fix wouldn't also break. It's a semi-supported, semi-official 2nd party tool.
2:32 AM Ticket #353 (Aut2exe adding weird blank icons to compiled apps) updated by corz
I see. So long as it's staying that way, I can simply update the references, no problem. Cheers. In future, such important changes could perhaps be noted in the change log, so folk know it's intentional. ;o) (or ps. I didn't realize AutoIt3Wrapper was an unsupported 3rd party tool. I got it from the downloads page. Noted, thanks. At any rate, Valik, I could have been using the built-in "+" icon for some purpose, and without any 3rd party tools whatsoever, it would now be broken. I don't mind fixing it, I just wanted to be sure that my fix wouldn't also break.

Jun 6, 2008:

8:50 PM Ticket #353 (Aut2exe adding weird blank icons to compiled apps) updated by Queue
The blank icon is used to make the tray icon blink when TraySetState(4) is used. The icon is swapped back and forth between the standard icon (which can be changed via TraySetIcon()) and the blank icon.
8:13 PM Ticket #354 (Transparency with images) created by anonymous
Transparency with autoit is different on computers based on that …
6:15 PM Ticket #353 (Aut2exe adding weird blank icons to compiled apps) closed by Valik
No Bug: It is in fact an intentional change. However, no matter what, it is not a bug. AutoIt does not officially support modifying resources. You are using 2nd- and 3rd-party tools to add your own icons. It is not our responsibility to fix this because we did not break anything we officially support. If you choose to add resources to your compiled scripts, then the onus is on you to maintain your script to correctly reference them.
6:07 PM Ticket #350 (FileInstall fails when user login name is non-English chars) updated by Valik
Replying to ehaerim@gmail.com: > Please find the cause of this bug and fix ASAP. Or what? Really, that's a very rude thing to say. You are in no place to request prioritization of our time and effort to fix bugs. We'll fix it when we fix it like we do with everything else.
5:39 PM Ticket #353 (Aut2exe adding weird blank icons to compiled apps) updated by anonymous
Actually, removing icons from compiled applications isn't so easy. I've just tried three tools that I expected to be able to do it, and none of them could. Oh oh.
5:21 PM Ticket #353 (Aut2exe adding weird blank icons to compiled apps) created by corz
I have recently upgraded my AutoIt installation (from 3.2.9.3b to …
3:43 PM Ticket #352 (v3.2.12.0 + RegRead (REG_MULTI_SZ)) created by Stéphane
if you try to read a REG_MULTI_SZ realy big key > 255 chars, RegRead …
12:00 PM Ticket #351 (Reverse PixelSearch) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
11:57 AM Ticket #351 (Reverse PixelSearch) created by dennis@…
Searching in other directions then left -> right and top -> bottom. …
9:52 AM Ticket #350 (FileInstall fails when user login name is non-English chars) created by ehaerim@…
$execdir = "C:\HelpDesk\" FileInstall("winvnc.exe", $execdir, 1) …
2:00 AM Ticket #349 (guiconstants.au3) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:15 AM Ticket #349 (guiconstants.au3) closed by Gary
Rejected: No sense in discussing it, it's already changed as well as the examples.
1:03 AM Ticket #349 (guiconstants.au3) created by jennico
i would like to continue the discussion about the gui constants. i …
12:00 AM Ticket #347 (Add _WinAPI_SetFilePointer) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Jun 5, 2008:

11:20 PM Ticket #348 (Compiler complains that $STDERR_MERGED is undefined global variable) closed by Valik
No Bug
11:13 PM Ticket #348 (Compiler complains that $STDERR_MERGED is undefined global variable) updated by david@…
Close bug. I did not realize one had to add #include<Constants.au3>. It was referenced in the help, but did not realize it needed to specified. I realized my mistake as soon as I tried to use the other constants as well. my apologies.
11:05 PM Ticket #348 (Compiler complains that $STDERR_MERGED is undefined global variable) created by david@…
The helps for Run indicate a new standard_i/o_flag option described …
10:11 PM Ticket #347 (Add _WinAPI_SetFilePointer) created by anonymous
_WinAPI file-handling functions are very useful, but would be enhanced …
9:50 PM Ticket #338 (Run scripts with no need to save them) updated by Jos
I have no idea why this would be usefull. could you explain how it will be ?
9:48 PM Ticket #342 (Syntax Check after Build/Compile) updated by Jos
Have you used the Full version of SciTE4AutoIt3? It uses an program called AutoIt3Wrapper which will run au3check by default before the Run or Compile task.
2:30 PM Ticket #345 (@OSVersion Windows 2008) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.0
1:15 PM Ticket #311 (GUICtrlCreateHotKey - as new native AutoIt control) updated by Zedna
This control is usefull for scripts where can be user defined hotkeys. It's just graphical user interface (GUI) for let people setting their own hotkeys at runtime (and maybe store it to INI files for later use). Here are some links to forum UDFs about that: http://www.autoitscript.com/forum/index.php?s=&showtopic=72588&view=findpost&p=529587 http://www.autoitscript.com/forum/index.php?s=&showtopic=56374&view=findpost&p=427659
12:00 AM Ticket #346 (Remove the FileOpenDialog/FileSaveDialog filter length limit) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Jun 4, 2008:

11:43 PM Ticket #346 (Remove the FileOpenDialog/FileSaveDialog filter length limit) created by anonymous
There appears to be a 260-character limit for the filter string. If …
1:48 PM Ticket #345 (@OSVersion Windows 2008) created by PeteW
Hello, @OSVersion reports as WIN_VISTA under Windows 2008; help file …

Jun 3, 2008:

5:06 PM Ticket #344 (RunAs + StdxxxRead doesn't work as expected on XP SP1 and XP RTM) created by DaveF
When running a script like this one: […] ...on Windows XP RTM and …
4:04 PM Ticket #343 (Window checks to return only visible windows (option)) closed by Valik
Rejected: Replying to amokoura: > Yes you could use WinGetState but it requires BitAnd(). You could create some kind of a helper function also. It just gets dirty in my opinion. If you find writing functions dirty, then stop using programming languages immediately. The proposed "WinVisible" is trivial to write using the tools we've already provided you with. It doesn't need to be built in. > I assume most of the window automation is done on visible windows and every time a window is hidden, it causes confusion, especially for new AutoItters. Thats why a setting for managing visible windows only would be useful. I think you're wrong here. Given that most of the ways of automating a window work just fine on hidden windows, there's no real need to have the window visible, only in existence. So the assumption most automation is done on visible windows is a very bad assumption. And lastly, asking for new things to be added to Opt() is a big no-no. It's mentioned as one of the things not to ask for. The penalty is death. Most definitely closing this as rejected.
2:30 PM Ticket #343 (Window checks to return only visible windows (option)) updated by amokoura
WinVisible() sounds good and the name is very descriptive also.
11:56 AM Ticket #343 (Window checks to return only visible windows (option)) updated by Sheri
How about a new function to handle it: WinVisible()
11:12 AM Ticket #343 (Window checks to return only visible windows (option)) updated by amokoura
Yes you could use WinGetState but it requires BitAnd(). You could create some kind of a helper function also. It just gets dirty in my opinion. I assume most of the window automation is done on visible windows and every time a window is hidden, it causes confusion, especially for new AutoItters. Thats why a setting for managing visible windows only would be useful.
10:05 AM Ticket #334 (Sqlite UDF and Vista64) updated by J-Paul Mesnage
there is no sqlite.dll 64-bit version I don't know if picasso can build a working one.
10:01 AM Ticket #343 (Window checks to return only visible windows (option)) updated by Gary
What is wrong with using WinGetState?
10:00 AM Ticket #343 (Window checks to return only visible windows (option)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:33 AM Ticket #343 (Window checks to return only visible windows (option)) created by amokoura
Opt("WinCheckVisible") 0 = Check all windows (default) 1 = Check only …
6:45 AM Ticket #339 (GUICtrlDelete() crashes at special occasions.) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.0
3:55 AM Ticket #336 (Add DirGetTime function) updated by fherrero@…
Last one: in the documentation makes no reference to the function is valid for directories nor specifies that the names of the directories have to go without the slash final. http://www.autoitscript.com/autoit3/docs/functions/FileGetTime.htm
2:00 AM Ticket #342 (Syntax Check after Build/Compile) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:59 AM Ticket #342 (Syntax Check after Build/Compile) created by fherrero@…
I find it interesting to compile / build a script syntax check first, …
12:47 AM Ticket #336 (Add DirGetTime function) updated by fherrero@…
Replying to Valik: > This isn't VBS or PHP, this is AutoIt. Do what AutoIt expects, not what other languages expect. Of course this is AutoIt, but is usually indifferent to refer to directories with or without slash end ... is what is commonly expected. My reference to VB or PHP were just examples of what I say. I do not know the difficulty of modifying the function FileGetTime to act in this way, but much help to developers. Thank you for your attention and help.

Jun 2, 2008:

11:09 PM Ticket #336 (Add DirGetTime function) updated by Valik
Replying to anonymous: > > OK, I tryed MsgBox(0, "hola", FileGetTime("e:\_", 1, 1)) and works but MsgBox(0, "hola", FileGetTime("e:\_\", 1, 1)) not work > > In my experience with VBS and php when dealing with directories like whether they gave the last slash or not This isn't VBS or PHP, this is AutoIt. Do what AutoIt expects, not what other languages expect.
10:54 PM Ticket #332 (Helpfile addition) updated by Gary
see #265
10:00 PM Ticket #341 (Extend TraySetIcon() undocumented keywords) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:19 PM Ticket #341 (Extend TraySetIcon() undocumented keywords) created by Queue
Currently TraySetIcon() supports 5 (seemingly) undocumented internally …
8:00 PM Ticket #340 (Marquee progress bar) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:41 PM Ticket #332 (Helpfile addition) updated by Túlio
Status bar should be made standard trough GUICtrlCreateStatus, shouldn't? ;)
7:38 PM Ticket #340 (Marquee progress bar) created by Túlio
Add the ability to use marquee progress bars on ProgressOn, and to set …
6:33 PM Ticket #336 (Add DirGetTime function) updated by anonymous
Replying to Valik: > Replying to fherrero@noticiasdenavarra.com: > > I try this first and not work... bug? > > Ask on the forum. You are probably making a mistake by placing a trailing slash on the path or something. OK, I tryed MsgBox(0, "hola", FileGetTime("e:\_", 1, 1)) and works but MsgBox(0, "hola", FileGetTime("e:\_\", 1, 1)) not work In my experience with VBS and php when dealing with directories like whether they gave the last slash or not
4:21 PM Ticket #339 (GUICtrlDelete() crashes at special occasions.) created by monoceres
Getting hard crash with this code: […] Seems to only occur on …
4:00 PM Ticket #338 (Run scripts with no need to save them) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:19 PM Ticket #291 (TCPRecv() example in help file incorrect) closed by J-Paul Mesnage
No Bug: no error under 3.2.12.0
3:12 PM Ticket #282 (Transparency issue with icon controls on tabs (revisited)) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.0
2:41 PM Ticket #338 (Run scripts with no need to save them) created by torels
I think it's a good idea to insert a "Run" voice in SciTe which runs …
7:55 AM Ticket #337 (TraySetIcon causes read only error) created by Queue
TraySetIcon causes read-only error when loading icon from read-only …
12:59 AM Ticket #336 (Add DirGetTime function) updated by Valik
Replying to fherrero@noticiasdenavarra.com: > I try this first and not work... bug? Ask on the forum. You are probably making a mistake by placing a trailing slash on the path or something.
12:00 AM Ticket #336 (Add DirGetTime function) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Jun 1, 2008:

11:37 PM Ticket #336 (Add DirGetTime function) updated by fherrero@…
I try this first and not work... bug?
10:44 PM Ticket #336 (Add DirGetTime function) closed by Valik
Rejected: FileGetTime() works on directories. Closing as Rejected.
10:25 PM Ticket #336 (Add DirGetTime function) created by fherrero@…
I think a good idea add DirGetTime function. I need this and …
4:00 PM Ticket #335 (Sample Code, Help File, covering ToolTip( )) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:35 PM Ticket #335 (Sample Code, Help File, covering ToolTip( )) updated by Valik
Why? What's wrong with the example we have now?
2:58 PM Ticket #335 (Sample Code, Help File, covering ToolTip( )) created by rthilo
Hello, I'd like to suggest to slightly modify the example code for …
2:38 PM Ticket #334 (Sqlite UDF and Vista64) created by Dschingis
The example from helpfile for _Sqlite_StartUp() works fine for 32bit …
7:16 AM Ticket #318 (GUICtrlSetTip problem on TreeViewItem) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.0

May 31, 2008:

2:36 PM Ticket #332 (Helpfile addition) closed by Gary
Completed: Added in version: 3.2.13.0
11:44 AM Ticket #322 (SciTE wrong highlighting when using nested #CS/#CE) updated by Hubertus72
Replying to Jos: > I see what you are saying but am not sure if I ever will "fix" this in the SciTE lexer because that will be a complex solution to a very minor issue. > We could debate is SciTE is wrong or AutoIt3 is wrong here. :) > > Jos Hi Jos, I've no problem whith not fixing this issue. Real sorry to find "the needles", but I think it's better to show an issue than to skip it. :) Many, many thanks for your excellent support of SciTE4AutoIt !!! Hubertus
10:00 AM Ticket #333 (Directive for disabling /AutoItExecuteScript) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:35 AM Ticket #333 (Directive for disabling /AutoItExecuteScript) updated by Jon
Type changed
9:35 AM Ticket #333 (Directive for disabling /AutoItExecuteScript) created by Jon
Look at the possibility of adding a directive for disabling …
4:00 AM Ticket #332 (Helpfile addition) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
3:39 AM Ticket #332 (Helpfile addition) created by anonymous
You may like to put in the helpfile under the _GUICtrlStatusBar_Create …

May 30, 2008:

11:17 PM Ticket #327 (SciTE/Tidy bug. False message: "endfunc" is closing previous "if") updated by Hubertus72
Replying to Jos: > You are good in finding the famous needle in the haystack :) > The error is triggered because the line ends with "then". I can change the test to " then". > > Jos I'll try to find more needles, if they don't hurt you :) I'm sorry to spoil your time. ;-) Hubertus
10:00 PM Ticket #327 (SciTE/Tidy bug. False message: "endfunc" is closing previous "if") updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:04 PM Ticket #327 (SciTE/Tidy bug. False message: "endfunc" is closing previous "if") closed by Jos
Fixed: Fixed in tidy v2.0.23.15 Jos
7:53 PM Ticket #327 (SciTE/Tidy bug. False message: "endfunc" is closing previous "if") updated by Jos
You are good in finding the famous needle in the haystack :) The error is triggered because the line ends with "then". I can change the test to " then". Jos
7:50 PM Ticket #322 (SciTE wrong highlighting when using nested #CS/#CE) updated by Jos
I see what you are saying but am not sure if I ever will "fix" this in the SciTE lexer because that will be a complex solution to a very minor issue. We could debate is SciTE is wrong or AutoIt3 is wrong here. :) Jos
3:42 PM Ticket #331 (menuradioitem is not work?) closed by Valik
Duplicate: Closing as a Duplicate of #325. Ultima, don't link tickets explicitly. Just type #<ticketnumber> and Trac will automagically link it. There are a couple reasons for this. First, you have now hard-coded a link to that ticket into the system. If we ever change URL's for the issue tracker, that link becomes invalid. Second, I use the secure (https) version of the issue tracker but you've linked to the non-secured (http) version. Not a big deal really, but still. Lastly, the ticket isn't striked-out to show that it's closed since it's just a normal link.
3:34 PM Ticket #313 (DirMove on same volume) updated by hawkear@…
Replying to Jpm: > I don't know why this functions was implemented as such but there is no error as the doc say > {{{ > If the destination already exists and the overwrite flag is specified then the source directory will be moved inside the destination. > > }}} But the directory is not moved inside the destination, it ist moved inside a subdirectory with the same name as the source directory, if it exists in the destination.
3:23 PM Ticket #331 (menuradioitem is not work?) updated by Ultima
See ticket 325.
2:12 PM Ticket #331 (menuradioitem is not work?) created by YGYL
menuradioitem is not work? […]
9:22 AM Ticket #50 (Handle COM Byte-Array) updated by ptrex
Valik, OK good to know !! Thanks

May 29, 2008:

2:22 PM Ticket #305 (GuiCtrlCreateCombo and GUICtrlSetFont causing highlight) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.0
1:45 PM Ticket #325 (Radio menu items not firing events) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.0
6:22 AM Ticket #330 (ControlSend Bug?) closed by J-Paul Mesnage
No Bug: That's not the place to ask support go to forum please
6:20 AM Ticket #329 (#RequireAdmin) updated by J-Paul Mesnage
It is OK under Vista/SP1 for me Be complete when you write your ticket in giving all information about your environment. OS, ...? anything which can help to reproduce. Thanks
6:07 AM Ticket #324 (DllCall - related) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.0
6:01 AM Ticket #323 (DllStructCreate - related) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.0
5:30 AM Ticket #330 (ControlSend Bug?) created by lun266@…
Hi, I am a new user of AutoIt and is having some problem. I am not …
2:00 AM Ticket #328 (Faster string manipulation with use of ASCII decimal values.) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
1:29 AM Ticket #329 (#RequireAdmin) created by anixon
#RequireAdmin RegWrite("HKLM\SOFTWARE\Test", "TestKey", "REG_SZ", …
1:08 AM Ticket #328 (Faster string manipulation with use of ASCII decimal values.) created by SmOke_N
StringSplitASCII("String") or StringToASCII("String") Return an array …

May 28, 2008:

8:17 PM Ticket #326 (Autoit with Windows Mobile) closed by Valik
Rejected
6:00 PM Ticket #326 (Autoit with Windows Mobile) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.
5:29 PM Ticket #327 (SciTE/Tidy bug. False message: "endfunc" is closing previous "if") created by Hubertus72
There is a Tidy bug in _ITE function: Error -> "endfunc" is closing …
5:20 PM Ticket #326 (Autoit with Windows Mobile) updated by webmaster@…
[…] . I see :( Not on to do list is Windows CE :(
5:15 PM Ticket #326 (Autoit with Windows Mobile) created by webmaster@…
Hello, Is it possible that you can write applications with Autoit for …
7:10 AM Ticket #325 (Radio menu items not firing events) created by Ultima
Exactly as the title implies, radio menu items do not fire events. It …

May 27, 2008:

11:20 PM Ticket #324 (DllCall - related) created by Zedna
In related section is missing link to "DllStructCreate" which is …
11:18 PM Ticket #323 (DllStructCreate - related) created by Zedna
In related section is link to itself "DllStructCreate"
10:12 PM Ticket #50 (Handle COM Byte-Array) updated by Valik
This is still on the "will be done when it's done" list and that status is not going to change until you see the ticket closed.
9:34 PM Ticket #322 (SciTE wrong highlighting when using nested #CS/#CE) created by Hubertus72
[…] This code work perfect and there is no beep at all. But... in …
7:36 PM Ticket #50 (Handle COM Byte-Array) updated by ptrex
> This is in no way blocking a release < Is this good or bad news ? Thanks ptrex
7:25 AM Ticket #318 (GUICtrlSetTip problem on TreeViewItem) updated by Wooltown
I forgot, running on Win 2000 SP4
12:13 AM Ticket #321 (_GUICtrlStatusBar_GetText() --> truncation on Unicode) closed by Gary
Fixed: Fixed in version: 3.2.13.0

May 26, 2008:

9:04 PM Ticket #321 (_GUICtrlStatusBar_GetText() --> truncation on Unicode) created by Zedna
_GUIStatusBar.au3 --> _GUICtrlStatusBar_GetText() siao has found this …
4:00 PM Ticket #319 (BitOR gives error) closed by Valik
No Bug: Please save yourself, and us, a lot of time and read the changelog so you actually know what changed when you update so you don't create stupid bug reports like this.
1:27 PM Ticket #320 (_WinNet_EnumResource Bug. + Fix.) closed by Gary
Fixed: Fixed in version: 3.2.13.0
12:06 PM Ticket #319 (BitOR gives error) updated by J-Paul Mesnage
at least you miss the #include
12:00 PM Ticket #320 (_WinNet_EnumResource Bug. + Fix.) updated by TicketCleanup
Severity, Milestone changed
Automatic ticket cleanup.
11:53 AM Ticket #320 (_WinNet_EnumResource Bug. + Fix.) created by arcker
When try using the function _WinNet_EnumResource, error 487 is …
10:38 AM Ticket #319 (BitOR gives error) created by anonymous
GUICreate("Test", 400, 610, -1, -1, …
9:31 AM Ticket #318 (GUICtrlSetTip problem on TreeViewItem) updated by anonymous
On line 28 I added the GUICtrlSetTip !
9:30 AM GUICtrlCreateTreeViewItem.au3 attached to Ticket #318 by anonymous
9:29 AM Ticket #318 (GUICtrlSetTip problem on TreeViewItem) created by Wooltown
I try to make a tooltip on an GUICtrlCreateTreeViewItem, it gives code …
7:00 AM Ticket #316 (_Singleton sample invalid) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.13.0
5:42 AM Ticket #317 (ShellExecute/ShellExecuteRun verb-keyword "run" missing in helpfile.) closed by Valik
No Bug: There's no reason to mention it. It's nothing interesting or special. There are also better ways of re-running the same script than this. Closing as no bug.
4:24 AM Ticket #317 (ShellExecute/ShellExecuteRun verb-keyword "run" missing in helpfile.) created by Hubertus72
When running this script in SciTE (F5), it works OK. When omiting the …
3:47 AM Ticket #316 (_Singleton sample invalid) updated by Valik
It is mentioned in the documentation that slashes are an invalid character. I have no idea why that example was written that way but whoever did it should have known better.
3:27 AM Ticket #316 (_Singleton sample invalid) created by Hubertus72
Using version 3.2.12.0 of AutoIt, the _Singleton sample is invalid. …

May 25, 2008:

6:00 PM Ticket #297 (Scite doc outdated) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
4:48 PM Ticket #306 (Wrong Error message when a variable is not an array) closed by Jos
No Bug
4:46 PM Ticket #297 (Scite doc outdated) closed by Jos
Fixed: Ok, understand now. As said the "*" lines shouldn't be there so they since they where used for debugging and forgotten to REM out. I did change the input file to lowercase at some point but don;t remember why I did that so will test for a while without doing that en when it works made that change for the next released version of Tidy.
11:10 AM Ticket #297 (Scite doc outdated) updated by Xenobiologist
1) Ah, ok MHz. Thanks! 2) Very easy :-) Tidy prints this: * BACKUPDIR$: * TargetDir$:c:\downloads\BackUp\ +> Tidy AutoIt3 finished. Original copied to:"c:\downloads\BackUp\nowtime_old1.au3" which doesn't display the path correctly. Should be: * BACKUPDIR$: * TargetDir$:C:\Downloads\BackUp\ +> Tidy AutoIt3 finished. Original copied to:C:\Downloads\BackUp\Nowtime_old1.au3 this is no bug, but with very long pathes it is annoying and printing it correctly would make it much more readable. Mega
8:32 AM Ticket #312 (Cannot create dynamic arrays $foo[$bar]) closed by J-Paul Mesnage
No Bug: $countspecies is certainly <=0
8:28 AM Ticket #313 (DirMove on same volume) closed by J-Paul Mesnage
No Bug: I don't know why this functions was implemented as such but there is no error as the doc say […]
5:37 AM Ticket #309 (runas() from a network path) closed by Valik
Fixed
5:37 AM Ticket #309 (runas() from a network path) reopened by Valik
5:37 AM Ticket #309 (runas() from a network path) updated by Valik
Fixing mistake with resolution.
5:35 AM Ticket #309 (runas() from a network path) closed by Valik
Completed: Added in version: 3.2.13.0
1:46 AM Ticket #306 (Wrong Error message when a variable is not an array) updated by anonymous
Replying to Jos: > I get : > > > {{{ > >Running:(3.2.12.0):C:\Program Files\AutoIt3\autoit3.exe "C:\script.au3" > C:\...script.au3 (2) : ==> Subscript used with non-Array variable.: > MsgBox(0, "Test", $t[0]) > MsgBox(0, "Test", $t ERROR > }}} That's what I used to get and this time (I've already deleted the bad code) all I got was the "Unable to Parse....." message. I'll see if I can recreate it and let you know. In the meantime you can probably put this bug on hold. It can always be resurrected later.

May 24, 2008:

10:40 PM Ticket #315 (GUICtrlSetOnEvent() doesn't work if there are too many controls on one form) updated by dammit
i feel like an idiot, lol. i was just about to come delete this ticket when i realized my mistake!
10:03 PM Ticket #315 (GUICtrlSetOnEvent() doesn't work if there are too many controls on one form) closed by Valik
No Bug: This is not a bug. Your label is too wide and it obscures the button. Clicks do not get through to the button. The simple answer is, don't overlap controls. Closing as no bug.
10:00 PM Ticket #314 (FileCreateShortcut cannot create for non-existing Universal Naming Path) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
9:55 PM Ticket #297 (Scite doc outdated) updated by Jos
I will make the update for the Abbrev files and inform Mhz, who maintains them. The 2 * lines shouldn't be there and is already fixed for the next release. I am not sure about your other comment about "casre insensitive". Could you explian ? Thanks Jos
9:28 PM shitty.au3 attached to Ticket #315 by furroy@…
Repro code & workaround
9:27 PM Ticket #315 (GUICtrlSetOnEvent() doesn't work if there are too many controls on one form) created by furroy@…
If the button isn't created & linked before other controls are, it …
8:49 PM Ticket #311 (GUICtrlCreateHotKey - as new native AutoIt control) updated by Valik
Jon, this control doesn't *set* hotkeys. It just allows the user to type a hotkey combination into it. I don't see where there would be much wide-spread use for this. Further, I'm sure it's a pretty simple control and can be done via UDF's.
8:20 PM Ticket #314 (FileCreateShortcut cannot create for non-existing Universal Naming Path) created by anonymous
[…] hangs, or creates a disfunctional result …
7:42 PM Ticket #311 (GUICtrlCreateHotKey - as new native AutoIt control) updated by Jon
What does this do that current hotkeys and GuiSetAccelerators don't?
5:19 PM Ticket #313 (DirMove on same volume) created by hawkear@…
[…] […] Should be: […] Is: […] If Dirtest1 and …
11:37 AM Ticket #297 (Scite doc outdated) updated by Xenobiologist
Tidy pathes : Tidy AutoIt3 v2.0.23.14 Copyright (c) Jos van der Zande May 7, 2008 * BACKUPDIR$: * TargetDir$:c:\downloads\autoit-skripte\entwicklung\forumtests\BackUp\ +> Tidy AutoIt3 finished. Original copied to:"c:\downloads\autoit-skripte\entwicklung\forumtests\BackUp\db_5_aix_old1.au3" it is case insensitive : "C:\Downloads\AutoIt-Skripte\Entwicklung\ForumTests\DB_5_AIX.au3" and A3w or A3w2 or compiler and then CTRL+B in Scite ... there are still some outdated things like #AutoIt3Wrapper_Allow_Decompile=y #AutoIt3Wrapper_PassPhrase= Mega
10:52 AM Ticket #312 (Cannot create dynamic arrays $foo[$bar]) updated by Jon
I just tried this and it worked fine: […]
6:00 AM Ticket #312 (Cannot create dynamic arrays $foo[$bar]) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
5:38 AM Ticket #312 (Cannot create dynamic arrays $foo[$bar]) created by anonymous
Since latest revision creating an array depending on another variable …
4:00 AM Ticket #311 (GUICtrlCreateHotKey - as new native AutoIt control) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:52 AM Ticket #311 (GUICtrlCreateHotKey - as new native AutoIt control) created by Zedna
Here is link to MSDN: …

May 23, 2008:

7:49 PM Ticket #233 (Inetget + "automatically detect proxy settings" = HUGE RAM usage) updated by Jon
Wasn't able to reproduce on my system. What does "setup an auto proxy" mean?
2:00 PM Ticket #310 (visual Autoit studio) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:21 PM Ticket #310 (visual Autoit studio) created by superbem
A install package with Autoit and Scite4Autoit, would be a good step I …
10:00 AM Ticket #307 (Add a link to Trac) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:02 AM Ticket #307 (Add a link to Trac) closed by Jon
Completed: Changed the logo link to go to the forum.
6:00 AM Ticket #309 (runas() from a network path) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
5:04 AM Ticket #309 (runas() from a network path) updated by Valik
You must specify a working directory the user you're running as has access to. You don't specify one so AutoIt uses it's current working directory. Since you're running from a network path AutoIt uses that network path as the working directory for the child process. The problem is, the user doesn't have access to that directory and so the process fails to start with an access denied error. Specify a directory the user has access to as the working directory and your code will work.
4:35 AM Ticket #309 (runas() from a network path) created by cjdoyle@…
I have written a script that will elevate an uninstall process to …

May 22, 2008:

9:49 PM Ticket #308 (Controls embedded in statusbar lose theire position if GUI is ...) closed by Gary
No Bug: Being the statusbar is not built-in and the controls embedded are you'll have to make sure the statusbar gets updated when the gui re-paints. For example: […]
9:32 PM Ticket #297 (Scite doc outdated) updated by Jos
I am not sure what is left for me to fix here. Maybe you can specify anything that is still wrong under this post ? Thanks Jos
9:26 PM Ticket #306 (Wrong Error message when a variable is not an array) updated by Jos
I get : […]
7:56 PM Ticket #307 (Add a link to Trac) updated by WeaponX
I was thinking the same thing. The icon in the upper left corner takes us to the AutoIt homepage.
7:54 PM Ticket #306 (Wrong Error message when a variable is not an array) updated by WeaponX
Perhaps strings will be stored as character arrays, like C++? Nah. Although it would be cool to access a string by index without using StringSplit or StringMid.
5:33 PM Ticket #308 (Controls embedded in statusbar lose theire position if GUI is ...) created by Bowmore
GuiStatusBar UDF Bug OS WinXP SP2 AutoIt 3.2.12.0 Progress bars and …

May 21, 2008:

10:00 PM Ticket #307 (Add a link to Trac) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:08 PM Ticket #307 (Add a link to Trac) created by GEOSoft
Is it difficult to add a link from Trac back to the main forum? That …
9:04 PM Ticket #306 (Wrong Error message when a variable is not an array) created by GEOSoft
This used to return a message about the variable not being an array. …
5:19 PM Ticket #305 (GuiCtrlCreateCombo and GUICtrlSetFont causing highlight) created by anonymous
Although there is a workaround, this should be fixed at the source. …
4:47 PM Ticket #304 (subtract of @MIN results in negative value) closed by Valik
No Bug: Weaponx covered it, closing as no bug.
4:37 PM Ticket #233 (Inetget + "automatically detect proxy settings" = HUGE RAM usage) updated by sandawg
Pest? Original post was April 11, bug report April 29. Just a "hmm... hard to replicate, will take a while to test" would have been fine. But nothing until I poked the badger, so to speak. Anywho, just re-tested with v3.2.12.0 and the same behavior occurs.
3:48 PM Ticket #304 (subtract of @MIN results in negative value) updated by Weaponx
WTF are you talking about wrap around? These macros are no different than any other number. If @MIN equals 5 and you subtract 10 you get -5. If you are expecting something else you use: ;Subtract 10 minutes from current time $sNewDate = _DateAdd( 'n',-10, _NowCalc()) MsgBox( 4096, "", "Current time -10 minutes: " & $sNewDate )
10:39 AM Ticket #303 (Clock.au3 sample needs fixing) closed by Gary
Fixed: Fixed in version: 3.2.13.0
10:38 AM Ticket #304 (subtract of @MIN results in negative value) created by b_clephas@…
Whenever I subtract a number of @MIN (or the other date/time macros), …
10:23 AM Ticket #297 (Scite doc outdated) updated by Xenobiologist
* TargetDir$:c:\downloads\autoit-skripte\entwicklung\forumtests\BackUp\ Path is displayed case-insenstive. Mega
7:54 AM Ticket #303 (Clock.au3 sample needs fixing) created by Jon
C:\Program Files\AutoIt3\Examples\GUI\Advanced\Clock.au3 is currently …

May 20, 2008:

3:50 PM Ticket #271 (FTP - make it as standard include file (or native AutoIt)) reopened by Jon
Let's leave this one open. I've used the functions myself and would be nice to document/include if we (or the author/anyone else) ever got the time.
2:17 PM Ticket #271 (FTP - make it as standard include file (or native AutoIt)) closed by Gary
Rejected: If the author wishes this to be a part of the UDFs or if the author can not be contacted to have it added, would still need a proper submission of examples and include file.
2:14 PM Ticket #272 (_FileListArrayEx() - with recursive option) closed by Gary
Rejected: As I stated in the thread if he wishes it to be a part of the UDFs it's up to him to submit it properly.
2:07 PM Ticket #275 (Addition of _GDIPlus_GraphicsFillPolygon() to GDIPlus.au3) closed by Gary
Completed: Added in version: 3.2.13.0
11:01 AM Ticket #294 (Fix for _FileFreadToArray()) closed by Gary
Fixed: Fixed in version: 3.2.13.0
10:16 AM Ticket #258 (bugfix: hard crash when using _ClipBoard_GetData, (from the Clipboard UDF)) closed by Gary
Fixed: Fixed in version: 3.2.13.0
7:45 AM Ticket #297 (Scite doc outdated) updated by Xenobiologist
CTRL+B is still outdated.
1:08 AM Ticket #240 (Add as Snippet) closed by Gary
Works For Me: I expect it to error in Win9x. I can't duplicate the problem on WinXP Pro SP2 or SP3.
12:50 AM Ticket #290 (_WinAPI_FloatToInt() --> obsolete in GDIPlus.au3) closed by Gary
Completed: Changed in version: 3.2.13.0
12:05 AM Ticket #292 (_EventLog__Clear()) closed by Gary
Fixed: Fixed in version: 3.2.13.0

May 19, 2008:

10:23 PM Ticket #302 (to, Valik 2) closed by Jon
No Bug
10:21 PM Ticket #300 (to jon, "using CLASS and TEXT together...") updated by Jon
The Au3Info tool really is only setup to show Class and Instance parameters. When you move onto specifying _more_ than these paramters you need to start thinking by yourself because there is no way we can show all combinations. "Instance" always comes last and is the instance _if all the other parameters match_. Yes two buttons may have the same text - they could be in different groups, or even hidden (many dialogs hide controls when going from page to page). That is _exactly_ why we wrote it this way. If you couldn't specify the button you wanted I could understand but you can. Class:Button; Text:&Move. I'm sorry for wanting to give people multiple ways to specify buttons suitable for different situations... By all means suggest improvements for the documentation if it's misleading but don't keep telling me I am wrong when I wrote the code and it's working how I designed it.
10:19 PM Ticket #302 (to, Valik 2) created by anonymous
"This issue tracker is no a personal messaging system. Stop wasting …
10:03 PM Ticket #301 (to, Valik) closed by Valik
No Bug: This issue tracker is no a personal messaging system. Stop wasting our time.
10:00 PM Ticket #301 (to, Valik) updated by anonymous
poo
9:56 PM Ticket #301 (to, Valik) created by anonymous
please don't steal my message to jon. I want to talk to jon, not child …
9:28 PM Ticket #299 (_GUICtrlTab_SetItemText text display problem) closed by Gary
Fixed: Fixed in version: 3.2.13.0
9:12 PM Ticket #300 (to jon, "using CLASS and TEXT together...") closed by Valik
No Bug: What the hell are you on about? See the Advanced (Class) line you circled a few things in? That's what you need to be using. Why do you want to specify the text *and* the instance? The properties are "AND" properties. Your code says "I want the 10th button and it's text should be &Move". What you want to say is "I want the 10th button" or "I want the first button with the text &Move". But that's not what your code says. This is not a bug. You're being a retard even after having it explained to you. And now you're being insulting to Jon by saying something that makes sense lacks sense just because you don't have the sense to understand how it works. Closing.
8:39 PM Ticket #300 (to jon, "using CLASS and TEXT together...") created by anonymous
1. [[Image(...)]] …
6:34 PM Ticket #299 (_GUICtrlTab_SetItemText text display problem) created by benners
With the latest release the _GUICtrlTab_SetItemText function no longer …
6:08 PM Ticket #298 (Active Directory & Groups) closed by Valik
Rejected: Replying to umoshe0@gmail.com: > Hello, > > First let me tell you that you have an awsome program. > i have few major requests: > > 1. interface for mysql and ms sql > 2. active directory functions > 3. "in group" like functions similr to kix You can do all of this with COM. > please hurry up with this Get lost. We are not here to serve you. Ticket closed as rejected.
12:00 PM Ticket #298 (Active Directory & Groups) updated by TicketCleanup
Version, Severity, Milestone changed
Automatic ticket cleanup.
11:53 AM Ticket #286 (_GUICtrlReBar_AddBand() UDF: controls move off rebar bands after beta ...) updated by rover
the above comment should have been from 'rover'
11:50 AM Ticket #286 (_GUICtrlReBar_AddBand() UDF: controls move off rebar bands after beta ...) updated by anonymous
Replying to Gary: > The rebar is not part of the built-in functions so you'll have to make sure it refreshes. The built-in controls created are going to repaint at the location specified when created. That's the solution I came up with, but I found only the second call is needed. _GUICtrlRebar_ShowBand($hReBar, 0, False) followed by 'True' causes flashing. I use this WM_NCPAINT message handler in a Gui with 4 bands. Toolbar/GUICtrlCreateButton()/2x GUICtrlCreateInput() seems to work OK, any suggestions? I guess the help file examples that use bands and built-in controls will have to be updated. Thanks Gary […]
11:07 AM Ticket #293 (using CLASS and TEXT together...) closed by Jon
No Bug: I wrote the help. You want the FIRST instance of a "Button" class containing the text "&Move". OR the 10th instance of a "Button" class. Working as intended. No bug.
10:15 AM Ticket #298 (Active Directory & Groups) created by umoshe0@…
Hello, First let me tell you that you have an awsome program. i have …
9:29 AM Ticket #296 (Random(1, 1, 1)) closed by J-Paul Mesnage
No Bug: Min cannot be equal to Max so @error is set to 1 indicating bad parameters

May 18, 2008:

8:05 PM Ticket #294 (Fix for _FileFreadToArray()) updated by GeoSoft
Replying to Valik: > George, why not just do something like this in your own files somewhere? > {{{ > #include <File.au3> > > Func _FileReadToArray2($sFilePath) > Local $a > _FileReadToArray($sFilePath, $a) > SetError(@error, @extended) > Return $a > EndFunc > }}} That would work as well. The way I have it now is I have a file named Arrayx.au3 which I #include and the function is actually FileReadToArray() with the 2 underscores so that works. I really think it would have been better if Jon had left the ByRef out of the first version but it's too late for that now I think.
8:00 PM Ticket #297 (Scite doc outdated) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:32 PM Ticket #297 (Scite doc outdated) updated by anonymous
Damn, just saw the new version of Scite4Autoit fixed that.
7:29 PM Ticket #294 (Fix for _FileFreadToArray()) updated by Valik
George, why not just do something like this in your own files somewhere? […]
7:21 PM Ticket #297 (Scite doc outdated) updated by anonymous
Sorry forget to login first. Reported by Xenobiologist
7:17 PM Ticket #297 (Scite doc outdated) created by anonymous
Self Expanding Abbreviations Reference is outdated at some points. …
6:20 PM Ticket #294 (Fix for _FileFreadToArray()) updated by GEOSoft
That wasn't the problem. In order to keep it backwards compatable I had to add the ByRef back in which means that the array has to be pre-declared again. Wish we could fix that issue). This works. […] If I ignore backwards compatability then the origional fix is fine Just call it using […] That's the way I use my version but it's not backwards compatable for others.
5:33 PM Ticket #294 (Fix for _FileFreadToArray()) updated by GEOSoft
Replying to Gary: > Fails on files that contain CRLF. > > For example use @ScriptFullPath as the file to parse. I'll test it again. It can probably be solved by changing […] to […]
3:12 PM Ticket #294 (Fix for _FileFreadToArray()) updated by Gary
Severity changed
Fails on files that contain CRLF. For example use @ScriptFullPath as the file to parse.
2:58 PM Ticket #286 (_GUICtrlReBar_AddBand() UDF: controls move off rebar bands after beta ...) closed by Gary
No Bug: The rebar is not part of the built-in functions so you'll have to make sure it refreshes. The built-in controls created are going to repaint at the location specified when created.
8:49 AM Ticket #286 (_GUICtrlReBar_AddBand() UDF: controls move off rebar bands after beta ...) updated by Gary
Appears to be a repaint issue. Show/Hide Band(s) does a redraw of the rebar. […]
8:34 AM Ticket #285 (UDF Misc - _ChoosColor broken with Autoit 3.2.12.0) closed by Gary
Fixed: Fixed in version: 3.2.13.0

May 17, 2008:

10:09 PM Ticket #289 (GuiSetTitle) updated by Valik
Here's a thought or three. Have you even *tried* to use the HWND in WinSetTitle()? In fact, have you even bothered to look at the documentation for WinSetTitle() or virtually any other Win* function in general? Have you bothered to read the link which explains how to specify windows? The answer to these 3 questions is clearly "no". You're about 3 years behind on learning that you can pass an HWND to Win* functions. I suggest re-reading the documentation at least once every 3 years.
8:01 PM Ticket #289 (GuiSetTitle) updated by Jayowee
I know WinSetTitle(). But that is not what I mean. WinSetTitle() uses the old/current title of any window, and is therefore "title-sensitive". But I want a function with wich I can retitle a window using just its winhandle. And WinSetTitle() can do nothing wit winhandles, can it? You see, I'm getting tired of retitling my own windows having to use (read: look up) the old/current title. Since GUI windows usally have a handle assigned to it, it should give no major problems creating a function like this, does it not? Especially inside one of your own scripts... Here's an example of what I mean: […] P.S. If enybody brings up WinGetHandle, I would like to remind him/her that there still is no function capable of using that handle, is there?
6:08 PM Ticket #296 (Random(1, 1, 1)) created by theimer@…
Random(1, 1, 1) generated each time 0 - zero
5:58 PM Ticket #293 (using CLASS and TEXT together...) updated by anonymous
Replying to Jon: > No, Au3info never shows an advanced description that uses those 3 together. > > You either want "[CLASS:Button; INSTANCE:10]" or "[CLASS:Button; TEXT:&Move]". Aren't you read help? "e.g. Click the 2nd instance of a "Button" control containing the text "Finish" ControlClick("My Window", "", "[CLASS:Button; TEXT:Finish; INSTANCE:2]")" -from help file.
3:58 PM Ticket #295 (Test ticket) closed by Valik
No Bug: Testing done.
3:57 PM Ticket #295 (Test ticket) updated by Valik
Status, Severity changed
3:57 PM Ticket #295 (Test ticket) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
3:57 PM Ticket #295 (Test ticket) reopened by Valik
3:57 PM Ticket #295 (Test ticket) closed by Valik
No Bug
3:56 PM Ticket #295 (Test ticket) updated by Valik
Owner, Status, Severity changed
3:56 PM Ticket #295 (Test ticket) updated by TicketCleanup
Severity changed
Automatic ticket cleanup.
3:47 PM Ticket #295 (Test ticket) created by Valik
This is a test ticket, ignore me.
10:53 AM Ticket #293 (using CLASS and TEXT together...) updated by Jon
No, Au3info never shows an advanced description that uses those 3 together. You either want "[CLASS:Button; INSTANCE:10]" or "[CLASS:Button; TEXT:&Move]".
10:35 AM Ticket #293 (using CLASS and TEXT together...) updated by anonymous
Replying to Jon: > That's because the bug caused instance to be ignored. In your example what you are actually asking AutoIt to look for is the 10th instance of a "Button" class with the text "&Move". I'm guessing you are not looking for the 10th instance. :) it's by Au3Info.
8:09 AM Ticket #293 (using CLASS and TEXT together...) updated by Jon
That's because the bug caused instance to be ignored. In your example what you are actually asking AutoIt to look for is the 10th instance of a "Button" class with the text "&Move". I'm guessing you are not looking for the 10th instance. :)
3:32 AM Ticket #294 (Fix for _FileFreadToArray()) created by GEOSoft
Fixes the situation where the file contains no @LF NOTE: This also …
3:31 AM Ticket #293 (using CLASS and TEXT together...) created by anonymous
there was fix in this issue with v3.2.10.0. (Fixed: Control...() …
3:09 AM Ticket #292 (_EventLog__Clear()) created by anonymous
my os: windows xp pro sp3 clear eventlog without backup is not …

May 16, 2008:

10:36 PM Ticket #283 (Duplicated Windows Messages) updated by Valik
Need more information. Where is it duplicated?
10:33 PM Ticket #288 (GuiSetTitle) closed by Valik
Duplicate: Duplicated of #289.
10:33 PM Ticket #289 (GuiSetTitle) closed by Valik
Rejected: WeaponX is right, closing as Rejected.
10:32 PM Ticket #287 (Suggestion: Add an optional parameter "Referrer" to the Fuction "InetGet()") closed by Valik
Rejected: WeaponX hit this. Closing as Rejected.
9:30 PM Ticket #287 (Suggestion: Add an optional parameter "Referrer" to the Fuction "InetGet()") updated by WeaponX
I think this is too specific to add, there are tons of headers and you just want to add one? It would probably be better to use ObjCreate() with WinHttpRequest so you can pass more than one header.
9:29 PM Ticket #289 (GuiSetTitle) updated by WeaponX
We already have it, its called WinSetTitle()
6:08 PM Ticket #291 (TCPRecv() example in help file incorrect) created by anonymous
Line: Local $aRet = …
2:11 PM Ticket #290 (_WinAPI_FloatToInt() --> obsolete in GDIPlus.au3) created by Zedna
_WinAPI_FloatToInt() is declared in WinApi.au3 UDF and it's used in …
2:00 PM Tickets #287,​288,​289 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:51 PM Ticket #289 (GuiSetTitle) created by Jayowee
Maybe I just missed it but I can't find something like GuiSetTitle. I …
1:47 PM Ticket #288 (GuiSetTitle) created by Jayowee
Maybe I just missed it but I can't find something like GuiSetTitle. I …
1:36 PM Ticket #287 (Suggestion: Add an optional parameter "Referrer" to the Fuction "InetGet()") created by rudi
Hello. I hope that I got the sense of the "referrer" information …
1:17 PM Ticket #286 (_GUICtrlReBar_AddBand() UDF: controls move off rebar bands after beta ...) created by rover
Problem using _GUICtrlReBar_AddBand() with standard controls after …
11:57 AM Ticket #285 (UDF Misc - _ChoosColor broken with Autoit 3.2.12.0) created by water
UDF: Misc Management - _ChooseColor gives errors with new Autoit …
9:13 AM Milestone 3.2.12.0 completed

May 15, 2008:

11:40 PM Ticket #284 (help file error) closed by Jon
Fixed: Fixed in version: 3.2.11.13
8:27 PM Ticket #284 (help file error) created by GEOSoft
history.htm contains a link to a non-existant file <li>Added: <a …
6:20 PM Ticket #233 (Inetget + "automatically detect proxy settings" = HUGE RAM usage) updated by Valik
Don't be a pest.
5:00 PM Ticket #233 (Inetget + "automatically detect proxy settings" = HUGE RAM usage) updated by sandawg
Hello? Anybody moderating this thing?
10:00 AM Ticket #283 (Duplicated Windows Messages) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
9:47 AM Ticket #283 (Duplicated Windows Messages) created by anonymous
All the windows messages (codes) in the help file are duplicated
9:15 AM Ticket #277 (@ProcessorArch) updated by J-Paul Mesnage
just some addition http://msdn.microsoft.com/en-us/library/ms724958(VS.85).aspx I really don't understand why the return info is wrong from my point of view (Windows Bug???)
9:02 AM Ticket #277 (@ProcessorArch) updated by J-Paul Mesnage
at the type I code this macro, I was thinking that the Windows API will return the real architecture. I have to admit that it is not working as I though. So I don't know if we really need a processor arch but OS arch is Ok for me @ProcessorArch -> @OSArch
2:12 AM Ticket #282 (Transparency issue with icon controls on tabs (revisited)) created by Ultima
This is actually an issue with AutoIt v3.2.12.0 RC4. The problem I'm …
12:00 AM Ticket #281 (CLI and help) updated by TicketCleanup
Version, Milestone changed
Automatic ticket cleanup.

May 14, 2008:

11:52 PM Ticket #281 (CLI and help) closed by Valik
Rejected: Replying to anonymous: > Request here for CLI (command line interface) What? If you could be any more ambiguous than this, I don't know how. > and need user32.dll and kernel.dll actions listed in help file Right. So you want us to double the size of the documentation to provide information for something that's not part of AutoIt. Something that already has it's own site dedicated to it, which I won't tell you so you can waste time finding it on your own since you made me waste time with this poorly done ticket. Obviously, closed as Rejected. If you're going to make tickets put some effort into it.
10:49 PM Ticket #281 (CLI and help) created by anonymous
Request here for CLI (command line interface) and need user32.dll …
4:55 PM Ticket #250 (@CurrentScript) closed by Valik
Rejected
4:55 PM Ticket #250 (@CurrentScript) reopened by Valik
Re-opening to fix JP's mistake. This is still Rejected. JP just accidentally triggered the script which automatically sets the fields he set.
4:52 PM Ticket #280 (built-in scite lite is not showing autocomplete-tooltip for variables) closed by Valik
No Bug: It's called SciTE-Lite for a reason. It's missing many features and has different behavior than normal SciTE because it has none of the Lua scripts that provide the functionality. Not a bug.
3:33 PM Ticket #258 (bugfix: hard crash when using _ClipBoard_GetData, (from the Clipboard UDF)) updated by autoit@…
It's impossible to tell for certain, but it looks as though on the occasions when _ClipBoard_GetData was crashing, ClipGet() returns an empty string, and if I then do a very brief sleep() and try ClipGet() again, I get the data I was expecting.
1:30 PM Ticket #258 (bugfix: hard crash when using _ClipBoard_GetData, (from the Clipboard UDF)) updated by autoit@…
I think ClipGet() needs to be featured a wee bit more prominently in the help files!
1:29 PM Ticket #258 (bugfix: hard crash when using _ClipBoard_GetData, (from the Clipboard UDF)) updated by autoit@…
I have discovered that I can avoid the issue by using ClipGet() rather than _ClipBoard_GetData. It appears that the results are somewhat different when I do so -- but no crashes! I will post more as I learn it.
12:00 PM Ticket #280 (built-in scite lite is not showing autocomplete-tooltip for variables) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
10:24 AM Ticket #259 (_ArraySort UDF not returning 1 on succes,) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.11.13
10:20 AM Ticket #260 (_ArrayToString, Return Value, Success: 1) closed by J-Paul Mesnage
Fixed: Fixed in version: 3.2.11.13
10:19 AM Ticket #250 (@CurrentScript) updated by J-Paul Mesnage
Owner, Resolution, Milestone changed
Fixed in version: 3.2.11.13
10:11 AM Ticket #280 (built-in scite lite is not showing autocomplete-tooltip for variables) created by anonymous
if i want to write a variable, that is already designed, there is no …
12:00 AM Ticket #279 (AddressOfVar($VariableName), SizeOfVar($VariableName)) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

May 13, 2008:

11:18 PM Ticket #279 (AddressOfVar($VariableName), SizeOfVar($VariableName)) closed by Valik
Rejected: Oops, habit of hitting "No Bug". Meant to Reject.
11:18 PM Ticket #279 (AddressOfVar($VariableName), SizeOfVar($VariableName)) reopened by Valik
11:17 PM Ticket #279 (AddressOfVar($VariableName), SizeOfVar($VariableName)) closed by Valik
No Bug: AutoIt doesn't need typecast tricks. Besides, on the rare occasion that you do need to cast something, there are functions like Int() and the like to do that. Further, this will never work, AutoIt's types aren't simple. This isn't like overlaying a double onto an int64 to work with the raw bits. The Variant class in AutoIt is highly complex.
11:05 PM Ticket #279 (AddressOfVar($VariableName), SizeOfVar($VariableName)) created by Zedna
These new functiona will return memory Address/Size Of given AutoIt's …
10:27 PM Ticket #278 (Au3Check reporting syntax errors on dictionary object.) closed by Valik
No Bug: This script (or similar) would have been better. Yours contains loads of pointless crap and misses something rather obvious. You're making the assumption that just because operator += doesn't throw an AutoIt error, that it works. It does not in work so Au3Check flagging it as an error is actually an improvement over AutoIt's behavior. Now, whether AutoIt should or should not actually support the behavior is another issue entirely. […] Closing this as NO BUG as there isn't really a bug here unless it's in AutoIt not throwing an error for the syntax Au3Check knows is invalid.
10:16 PM Ticket #278 (Au3Check reporting syntax errors on dictionary object.) updated by aGorilla
See also: http://www.autoitscript.com/forum/index.php?showtopic=71159&st=0&gopid=521011&#entry521011
9:32 PM Ticket #278 (Au3Check reporting syntax errors on dictionary object.) updated by anonymous
#include <IE.au3> Global $App = ObjCreate("Scripting.Dictionary") If @error Then ; can't use dictionary object here, we don't have one. MsgBox(0, , 'Unable to create the configuration dictionary.') Exit ; might as well, we're kind of screwed without it. Else $App.Add('App_Retries', 0) EndIf Func WebGetPage($url) $App('App_Retries') = 0 Local $text = _GetPage($url) $App('App_Retries') = 0 Return $text EndFunc Func _GetPage($url) Local $text, $IE_GetPage _IEErrorHandlerRegister() $IE_GetPage = _IECreate($url, 0, 0, 1) _IELoadWait($IE_GetPage) if @error Then $App('App_Retries') += 1 If $App('App_Retries') < 3 Then Return _GetPage($url) Else Return False EndIf EndIf $text = StringStripWS(_IEBodyReadHTML($IE_GetPage), 3) _IEQuit ($IE_GetPage) return $text EndFunc
7:04 PM Ticket #278 (Au3Check reporting syntax errors on dictionary object.) updated by Valik
Your test script leaves a lot to be desired... like everything. Post a real script.
5:43 PM Ticket #278 (Au3Check reporting syntax errors on dictionary object.) created by aGorilla
It reported this as a syntax error, but the code seems to be working …
4:09 PM Ticket #276 ($GUI_DISABLE on a control blocks OnEvent ESC button msg) closed by Valik
No Bug: This is not our responsibility. If you are disabling a control, it is up to you to ensure that focus goes somewhere sensible. We can not choose sensible for you. This is NO BUG and should not be changed.
4:00 PM Ticket #274 (AutoIt V2 Website) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
3:34 PM Ticket #276 ($GUI_DISABLE on a control blocks OnEvent ESC button msg) updated by anonymous
Further note: I was using English WinXP SP2 when I noticed this. Seems that the Button retains focus after being disabled. So if there isn't another control to set focus to before disabling the button then just about any key press registers as a key press on the disabled control which results in a "Donk" sound for hitting the disabled control. Clicking the gui client area wont kill the disabled button focus either. Lose the gui focus then activate the gui again or click/set focus to another control (providing there is another control to set focus to)and then the disabled control loses focus as it should.
2:58 PM Ticket #274 (AutoIt V2 Website) closed by Jon
Fixed: Removed AutoIt v2 website and redirected all links to v3 pages.
2:00 PM Ticket #277 (@ProcessorArch) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:58 PM Ticket #277 (@ProcessorArch) created by Jon
I think @ProcessorArch is badly named as it gives the OS architecture …
9:38 AM Ticket #276 ($GUI_DISABLE on a control blocks OnEvent ESC button msg) created by smashly
Run the code below, Hit the ESC key and it works as it should. Run the …
5:27 AM Ticket #258 (bugfix: hard crash when using _ClipBoard_GetData, (from the Clipboard UDF)) updated by autoit@…
I agree about allocating the actual size for the struct -- I was trying to make the smallest possible change to the existing code that would correct the problem. But as it turns out all I did was move the problem elsewhere. :) I am still having crashes; just far, far less often, and at a different point. (The issue may even be with the other, target application's handling of the clipboard.) Thanks for your time actually trying out my "patch". Does the original, unpatched code (from Clipboard.au3) crash for you as well? does it crash differently? Is there an instrumented/debug build of autoit I could run in a C++ debugger? I'd be glad to help find out what's actually happening. :) For the meantime, I will try your suggestion and see if it'll crash some entirely new way ;) .... P.S. I'd hate to have to go back to my workaround, which was in essence implementing this function as an external program (in VBA!) and signaling it to run whenever I would have used _ClipBoard_GetData .... :-P
3:22 AM GDIPlus_GraphicsFillPolygon.au3 attached to Ticket #275 by smashly
Example of _GDIPlus_GraphicsFillPolygon()
3:20 AM Ticket #275 (Addition of _GDIPlus_GraphicsFillPolygon() to GDIPlus.au3) created by smashly
[…] Example attached
12:53 AM Ticket #258 (bugfix: hard crash when using _ClipBoard_GetData, (from the Clipboard UDF)) updated by Siao
Proposed function crashed on 1st try for me, so it's not much of a fix :) I agree that the original needs fixing though. Case $CF_UNICODETEXT is just funny, what is it supposed to do? :) $tData is always = 0 at that point, and even if it wouldn't, _WinAPI_WideCharToMultiByte() takes pointer as param not the struct variable itself, and even if it wouldn't, why call it anyway... As for Case $CF_TEXT and memory access error crashes, locking/unlocking may be the textbook failsafe way to do memory operations indeed, but it's not like we're following MS recommendations 100% here anyway (for example MSDN GetClipboardData says "The application must not use the handle after the EmptyClipboard or CloseClipboard function is called", but who cares), and I think the real problem with the code lies in the assumption of constant buffer size (8192), which is just begging for trouble. What really needs to be done is GlobalSize($hMemory) and create the struct of that returned size: […] - Siao

May 12, 2008:

10:30 PM Ticket #274 (AutoIt V2 Website) created by Bert
Is it still supported since you made the V2 forum and Archive (AutoIt2 …
9:27 PM Ticket #264 (Debug mode) updated by Zedna
Some links to existing AutoIt debug tools: http://www.autoitscript.com/forum/index.php?showtopic=55548&st=0&p=421272&#entry421272 http://www.autoitscript.com/forum/index.php?showtopic=21834&hl= http://www.autoitscript.com/forum/index.php?showtopic=35218&hl=
7:46 PM Ticket #257 (Memory allocation error when lots of ram still available.) closed by Jon
Wont Fix
4:41 PM Ticket #257 (Memory allocation error when lots of ram still available.) updated by Bowmore
Replying to Jon: Thanks for taking the time for the detailed explanations Jon. very much appreciated. Bowmore.
4:19 PM Ticket #273 (Hard-error on executing this) closed by Valik
No Bug: I agree with JP. You write stupid code, we can't protect you from that. This is definitely No Bug.
3:49 PM Ticket #257 (Memory allocation error when lots of ram still available.) updated by Jon
I've made some tweaks that "calm down" how much large strings leave themselves room to grow for which will help _a little_. But either way this is an OS / memory issue - the AutoIt code actually has the limit on a string set to 4GB but we hit performance and OS memory problems loooong before we get near that. Some things to be aware of: - On a 2GB system under x86, the biggest amount of memory a single process can allocate is going to be in the 1.5GB range. - We are running in unicode mode, so each character actually takes up TWO bytes - Strings leave themselves a little room to grow (rc4=double, rc5 it will be between double and 5% depending on the size). This is for performance reasons. - As the string is passed around AutoIt or concatenated (or when the string is resizing itself to make more room) there will be 2 copies allocated for a short time. An example string of 256MB charcters before I made the upcoming tweaks: - Worst case is that the string has allocated double the room to grow which instantly makes it occupy 512MB chars. - Unicode, so we double the size... 1GB That's before we've made any copies or passed it around AutoIt. Now we try to add another character to that string and it has no room, so it has to allocate another string of bigger size so that we can move the original string into it. Blam. We don't have another 1GB to spare so we get an error. Upcoming changes mean that strings of that size will only give themselves 5% to grow, so worst case for the example string would be 256 * 2 * 1.05 = 537MB which is a bit better. But we'll still get problems after another few hundred MB... Going to close this as a "wontfix" - there's nothing we can do really. If AutoIt gives a "out of memory" error then it's not lieing...it's run out of memory :)
12:40 PM Ticket #273 (Hard-error on executing this) updated by J-Paul Mesnage
How can you be for sure that 0xFFBC015F is a valid pointer? For me there is no BUG
9:38 AM Ticket #262 (Plugins - array parameters) updated by Jon
Owner, Status changed
9:38 AM Ticket #263 (Drop PluginOpen()/PluginClose() in favor of an #import statement) updated by Jon
Owner, Status changed
9:37 AM Ticket #273 (Hard-error on executing this) updated by Jon
Severity changed
9:11 AM Ticket #273 (Hard-error on executing this) created by VicTT
code: $hardwarestatus=DllStructCreate("ubyte",0xFFBC015F) …
7:03 AM Ticket #257 (Memory allocation error when lots of ram still available.) updated by J-Paul Mesnage
perhaps another pb as the limit today is something as 256Mb
12:00 AM Tickets #262,​263,​264,​265,​266,​267,​268,​269,​270,​271,​272 batch updated by TicketCleanup
Version changed
Automatic ticket cleanup.
Note: See TracTimeline for information about the timeline view.