Timeline
07/18/08:
- 06:31 Ticket #448 (Make AutoIt harder to extract embedded script) closed by
- Rejected: Replying to OptimusB@optonline.net: > Bascially, the whole point why I used AutoIt3 in the first place has been defeated by this MyAutToExe program. Then you were using AutoIt for the wrong reason from the beginning. > If you need more information, let me know. Why would we need more information on a subject that has been discussed to death? Or did you not bother actually researching the issue first. Closing as rejected. That's not to say we don't know or care about the issue. But we do not need an open ticket on it so everybody can come along and chime in with their many worthless opinions.
- 05:11 Ticket #448 (Make AutoIt harder to extract embedded script) created by
- I have tried and tested MyAutToExe and it not extracts the AutoIt3 …
07/17/08:
- 21:11 Ticket #446 (OnAutoIt and SciTE) closed by
- No Bug: These are user-defined event callback functions. They aren't any different than any other event callback except that AutoIt implicitly calls it instead of requiring explicit registration (a design flaw). Going ahead and closing as no bug. I don't want Jos to make any special considerations for these two unique functions (not that I think he would) because any special provisions may interfere with some unreleased code I have that none of you know about.
- 19:04 Ticket #447 (Display AutoIT Version infromation in About Screen) created by
- Display Auto IT Version information in About Screen.
- 18:51 Ticket #446 (OnAutoIt and SciTE) created by
- Currently, SciTE does not recognise the OnAutoIt* functions as correct …
07/16/08:
- 07:48 Ticket #444 (Clone Structures with Data and Tags) closed by
- Rejected: If you need to copy one structure to another, you can do it easily enough by allocating a new destination structure and using DllCall() with memcpy or CopyMemory.
- 07:44 Ticket #445 (SubStructure Support in Structure Tags) closed by
- Rejected: There's no need to clutter the syntax further, it's hard enough as is. "Nested" structures can be done inline anyway so this doesn't really do much beyond make the syntax that much more obscure. Rejected.
- 07:43 Ticket #443 (Return Tag String for Structure) closed by
- Rejected: Other than maybe diagnostic purposes, there isn't a use for such functionality. You're trying to solve a theoretical problem with the wrong solution. Closing as rejected.
- 06:38 Ticket #445 (SubStructure Support in Structure Tags) created by
- If possible, about this sample: […]
- 06:20 Ticket #444 (Clone Structures with Data and Tags) created by
- Existent assignment operators clone Pointers of Structures instead of …
- 04:21 Ticket #443 (Return Tag String for Structure) created by
- If possible, about DLLStructGetTag($tStruct) - for verifying …
07/15/08:
- 18:27 Ticket #439 (ping function doesnt work for vista) closed by
- No Bug
- 17:58 Ticket #441 (Proposed changes to _StringAddThousandsSep()) closed by
- Duplicate: Closing as duplicate of #442.
- 17:41 Ticket #442 (Proposed changes to _StringAddThousandsSep()) created by
- This allows for regional settings. […]
- 17:39 Ticket #441 (Proposed changes to _StringAddThousandsSep()) created by
- This allows for regional settings. […]
- 00:13 Ticket #440 (EOF character at end of script causes parse error.) created by
- Some editor programs add an EOF character (hex 1A) to the end of a …
07/14/08:
- 02:37 Ticket #439 (ping function doesnt work for vista) created by
- function ping() does not work on Windows Vista 32 and 64 Bit Version, …
07/13/08:
- 22:49 Ticket #437 (InetGet in background mode - loop not responding when site overloaded) closed by
- Wont Fix: I'm closing this as "Won't Fix". There isn't a way to fix this which will work correctly in all cases. The current method is the least weird of all the various possible outcomes.
- 22:45 Ticket #436 (Aut2Exe more efficient from command line?) closed by
- Fixed: Fixed in version: 3.2.13.4
07/12/08:
- 22:03 Ticket #438 (Vista 64: ProgramDir) created by
- Hi, under Vista64 we find two Program Files-Folders: 1. Program …
07/10/08:
- 16:58 Ticket #437 (InetGet in background mode - loop not responding when site overloaded) created by
- InetGet in background mode - loop not responding I have created small …
- 15:59 Ticket #436 (Aut2Exe more efficient from command line?) created by
- When I used the Aut2Exe GUI to compress a script it came out to 311kb, …
- 10:34 Ticket #435 (MyProg.exe (Not Responding)) closed by
- Rejected: This is not the support forum. For support of your scripts start a thread on the forum.
- 08:47 Ticket #435 (MyProg.exe (Not Responding)) created by
- I made a simple browser script where i can access the internet but …
07/08/08:
- 18:40 Ticket #423 (samples) closed by
- Rejected
- 18:31 Ticket #427 (add latest SciTE info to ...) closed by
- Rejected: closing
- 14:47 Ticket #434 (small mistake in documentation for _IECreate function) created by
- Mistake in doc of _IECreate. sorry because of smap blocker I was not …
07/07/08:
- 16:06 Ticket #433 (Au3Check unexpected behaviour) closed by
- No Bug: This is not a bug. You should only look at the top error, fix it, re-check and move on. Things like syntax errors can throw off the check because they are syntax errors which means the script is malformed.
- 12:35 Ticket #433 (Au3Check unexpected behaviour) created by
- […] […] Due to the unbalanced brackets in bogus_function, …
07/06/08:
- 13:08 Ticket #432 (new version au3 always UPX compresses) closed by
- No Bug: Place #AutoIt3Wrapper_UseUpx=n at the top of your script
- 09:25 Ticket #432 (new version au3 always UPX compresses) created by
- The previous version of AutoIT permitted people to optionally UPX …
- 03:34 Ticket #431 (General help and support forum request.) closed by
- Rejected: Replying to MerkurAlex: > I am requesting that there be a solved button added for the poster so that he may click it and it would add "[Solved]" to the beginning of the topic name automatically this would be nice to have but if no one has the time that's fine. Not going to happen. First, I know most people on this forum are one-post wonders and won't use it anyway. Second, it would require effort to get it working which none of us wish to put into it. > Also i think people should be able to delete they're posts this would remove the need for the solved button and if people use it then we would have a cleaner forum. No, that's counter-intuitive. The forum would be a cleaner place if people would search it before asking their question that's already been answered thirty-two times. Deleting information is not the way to keep the forum clean, keeping people from creating redundant threads would keep it clean. But that's impossible to do.
- 02:28 Ticket #431 (General help and support forum request.) created by
- I am requesting that there be a solved button added for the poster so …
07/04/08:
- 08:51 Ticket #430 (Deleting disabled image controls hard crashes AutoIt) created by
- The summary and the following code should be enough to understand the …
07/03/08:
- 20:23 Ticket #429 (shellexecute() new feature) closed by
- Rejected: Replying to lookinmyeyes: > I have code that i would use runasset() to change the profile that a program will run under with version 3.10, > i used shellexecute() after runasset() to elevate the shellexecute to specifig user privileges. You must have a magical version of AutoIt, then. What you suggest just simply was not implemented that way. You were still running the script in the context of the caller, not the callee you thought. In other words, removing RunAsSet() did not remove any functionality some of you think you had. > i know i can use > ShellExecute("rundll32.exe", "shell32.dll, OpenAs_RunDLL " & $filename, "", "runas") > > to get the windows run as box, but this requires to enter username and password after they have been entered into the autoit code to start up the application. > > I am suggesting something like shellexecuteas() or something similar to runas() so that we can specify in the code username and password to use. > This is not going to happen. The API does not support it. What you can do, however, is use the /AutoIt3ExecuteLine feature of AutoIt. You can leverage that along with RunAs() to invoke ShellExecute() from an instance of AutoIt running as the user you want. The code would be something like: […] You will have some trouble with quotes, it's finicky getting them right since you must pass valid AutoIt syntax to /AutoIt3ExecuteLine and you must pass it as a SINGLE parameter (meaning the item has to be quoted itself). But basically you copy the AutoIt interpreter (A compiled script is fine) to a location UserB can access. Then you run that interpreter and have it execute your ShellExecute() line under the context of UserB. Then you clean up.
- 19:11 Ticket #429 (shellexecute() new feature) created by
- I have code that i would use runasset() to change the profile that a …
- 17:13 Ticket #428 (avast antivirus blocking autoit as a virus) closed by
- No Bug: http://www.autoitscript.com/forum/index.php?showtopic=34658
- 17:06 Ticket #428 (avast antivirus blocking autoit as a virus) created by
- the july-03-08 virus sigs update is now blocking autoit scripts from …
- 15:28 Ticket #427 (add latest SciTE info to ...) created by
- Hello Developers Team. What do you think about adding a section …
- 12:15 Ticket #426 (Compability with cryptors & packers) created by
- AutoIt is incompatible with WinLicence v2.0 and themida 2.0+ Autoit is …
07/02/08:
- 21:13 Ticket #425 (Change to the registy by the installer) closed by
- Rejected: George, see "HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt". Specifically the "InstallDir" and "betaInstallDir" values. Closing as rejected.
- 20:01 Ticket #425 (Change to the registy by the installer) created by
- The standard method of finding the path to the AutoIt3 folder is to …
- 18:03 Ticket #424 (_Dec64()) created by
- I had a bit of frustration when trying to convert an IPv4 address to …
- 01:59 Ticket #423 (samples) created by
- hi wondering if it is possible to include the SAMPLE features inside …
07/01/08:
- 22:35 Ticket #422 (_GDIPlus_GraphicsSetSmoothingMode Failure) closed by
- Fixed: Fixed in version: 3.2.13.4
- 15:12 Ticket #422 (_GDIPlus_GraphicsSetSmoothingMode Failure) created by
- Calling _GDIPlus_GraphicsSetSmoothingMode($hGraphics, 2) returns FALSE …
06/30/08:
- 21:42 Ticket #421 (Error in reading status of Radio Button) closed by
- No Bug: This belongs on the support forum. Also, we've never claimed support for .NET controls so even more reason this isn't a bug. If you need help, use the forum.
- 21:04 Ticket #421 (Error in reading status of Radio Button) created by
- I am trying to read the state of a Radio button on my form. […] …
- 20:07 Ticket #420 (Scope bug or mis-wording in documentation) closed by
- No Bug: It is created with local scope. And local scope at the global level means the variable is globally visible. What else would you expect? Not a bug, doesn't need documented, just need user's to turn their brains on and think things through for once.
- 19:53 Ticket #420 (Scope bug or mis-wording in documentation) created by
- As shown in this thread- …
- 16:19 Ticket #419 (FileInstall - tip for path to source in current directory) closed by
- Completed: Added in version: 3.2.13.4
- 12:06 Ticket #419 (FileInstall - tip for path to source in current directory) created by
- Please add this tip into AutoIt helpfile at FileInstall: Prefixing …
06/28/08:
- 14:35 Ticket #418 (GUICreate: $WS_EX_LAYERED documentation error) closed by
- No Bug: Changed example 2, extended styles are not BitOr'ed. Also changed comment to: ; transparent MDI child window Don't think the documentation needs to be changed. Setting as no bug.
- 13:07 Ticket #418 (GUICreate: $WS_EX_LAYERED documentation error) created by
- "$WS_EX_LAYERED Creates a layered window. Note that this cannot be …
06/27/08:
- 23:18 Ticket #417 (Changing function parameters on a function call) closed by
- No Bug: Not a part of the Standard UDFs either.
- 23:09 Ticket #417 (Changing function parameters on a function call) created by
- The folowing script consists of two files: HTTP_UDF.au3: […] And …
- 16:35 Ticket #416 (Ability to Hide all errors (or write them to a log)) closed by
- Rejected: There are a number of reasons I'm closing this as rejected. First, I have in a private list details regarding a better error-reporting system. Second, you can already achieve "silent errors" by ensuring the scripts are invoked with /ErrorStdOut. This forces all errors to go to the stdout stream which will have the end result of the errors not being seen by the user. Third, your script shouldn't have errors in it in the first place, and there are plenty of tools to prevent them. The only errors in a script that are terminal are syntax errors or out of memory. If there are any other terminal error messages they likely need removed.
- 14:59 Ticket #416 (Ability to Hide all errors (or write them to a log)) created by
- The reason I ask for this is for the company I work for, one of the …
- 14:51 Ticket #415 (CUI compiled scripts won't execute batch files properly) created by
- The following script when run uncompiled behaves as expected, you are …
- 13:59 Ticket #414 (Better OnAutoItStart/OnAutoItExit handling) created by
- I propose to add multiple OnExitFuncs, so that you can easily clean up …
06/26/08:
- 18:27 Ticket #412 (HotKeys do not function if explorer.exe is not running.) closed by
- No Bug: Wow, you really didn't think about this one at all. Replying to caplan77: > Hotkeys work only when explorer.exe is running (a user is logged into the PC). This is simply not true. I just shut down Explorer and run a test script. Hotkeys worked just fine. > Hotkeys do not work at the logon prompt (no user logged on, explorer.exe not running). > > I've written a screen saver in AutoIt and would like hotkeys to work when just winlogon.exe is running. I'm sure this is either a security feature or due to the script running under a different session. In either case, I fully expect this behavior. > Hotkeys do not work if the user locks the workstation while logged in. Because it's locked? Wouldn't it be rather insecure if a locked workstation still allowed hotkeys to execute arbitrary code? Definitely no bugs here.
- 18:21 Ticket #413 (GUICtrlHotKeySet -Hot key input box GUI control.) closed by
- Duplicate: Search the issue tracker before posting. Closing as duplicate of #311 (Still rejected).
- 17:05 Ticket #413 (GUICtrlHotKeySet -Hot key input box GUI control.) created by
- Autoit has hotkey functions & gui functions but no way to easily set …
- 16:50 Ticket #412 (HotKeys do not function if explorer.exe is not running.) created by
- Hotkeys work only when explorer.exe is running (a user is logged into …
- 11:42 Ticket #386 (Notification about "Announcements and Site News" on Italian) closed by
- Wont Fix: Forum bug. Generally we don't touch these and wait for the next bugfix/release.
06/25/08:
- 20:07 Ticket #411 (Topmost option) closed by
- Rejected: What you want is highly specific and not very useful. See _WinAPI_SetWindowPos() for manipulating the Z-Order to your heart's content. Closing as rejected.
- 19:57 Ticket #411 (Topmost option) created by
- I'd like to be able to set a window on top incrementally. Meaning, if …
- 19:09 Ticket #410 (Have installation of Scite editor optional) closed by
- Rejected: Redirect the .au3 extension to use a different ProgID (For example, I use "AutoIt3ScriptCustom"). Then the AutoIt installer will still change the "AutoIt3Script" ProgID but since the .au3 extension points to "AutoIt3ScriptCustom" the changes won't be reflected. You can, of course, customize whatever commands you want in your own ProgID. This is basically a one-time customization. Closing as rejected.
- 18:39 Ticket #410 (Have installation of Scite editor optional) created by
- I am an UltraEdit and PSPad user and whenever I install AutoIt I have …
- 15:14 Ticket #409 (Checkbox check goes to Select Case while not programmed to do so) closed by
- No Bug
- 15:07 Ticket #409 (Checkbox check goes to Select Case while not programmed to do so) created by
- First, this script is a copied script of somebody I tried to help url: …
- 10:55 Ticket #399 (Advanced Mode with GuiCtrlRead for Context Menu) closed by
- No Bug
06/24/08:
- 19:01 Ticket #322 (SciTE wrong highlighting when using nested #CS/#CE) closed by
- Fixed: Fixed in version: 3.2.13.4
- 07:00 Ticket #408 (inetGet will not download from https with bad certificate) created by
- https://www.fnmoc.navy.mil/ww3_cgi/dynamic/ww3.b.spac.sig_wav_ht.000.gi …
- 04:24 Ticket #403 (Different results for both for loops) closed by
- No Bug: Ultima brings up a good point. One that needs documented. As a result I've created #407 and am closing this as no bug.
- 04:24 Ticket #407 (Document For...In is read-only for AutoIt arrays) created by
- We need to document that when using an AutoIt array with For...In, the …
- 00:56 Ticket #406 (GUI include file bug!) closed by
- No Bug: Bad enough that you posted once, but twice? Once again: http://www.autoitscript.com/forum/index.php?showtopic=34658
- 00:54 Ticket #405 (GUI bug) closed by
- No Bug: http://www.autoitscript.com/forum/index.php?showtopic=34658
- 00:46 Ticket #406 (GUI include file bug!) created by
- The single line in any Auto-It script I write is picked up by many …
- 00:42 Ticket #405 (GUI bug) created by
- The single line in any Auto-It script I write is picked up by many …
06/23/08:
- 17:52 Ticket #404 (the time of the Sleep() command is vague) closed by
- No Bug: Not a bug. Could perhaps be documented but it's not anything terribly important.
- 13:50 Ticket #404 (the time of the Sleep() command is vague) created by
- Hello Developers, i did some tests on vista and windows XP, the sleep …
- 11:50 Ticket #403 (Different results for both for loops) created by
- The two available for loops create different results, when nummeric …
- 10:27 Ticket #402 (Execute crashe on failure in production version 3.2.12.1) closed by
- Fixed: Solved 3.2.13.1
06/22/08:
- 19:48 Ticket #402 (Execute crashe on failure in production version 3.2.12.1) created by
- Execute crashes rather than returning "" on failure in production …
- 18:24 Ticket #392 (Tidy Region Nesting) closed by
- Fixed: Uploaded Tidy v 2.0.23.16 to the Beta section, which now supports nested #region statements for its comment copy options.
- 15:43 Ticket #338 (Run scripts with no need to save them) closed by
- Rejected
- 07:03 Milestone 3.2.13.3 completed
06/21/08:
- 16:26 Ticket #401 (Karma / Thanks Mod) closed by
- Rejected: You can already rate scripts posted in the Example Scripts forum.
- 14:01 Ticket #401 (Karma / Thanks Mod) created by
- Could we get a Karma or a Thanks mod for the forums? Somebody helps …
- 01:12 Ticket #390 (Bugfix in visa.au3) closed by
- Fixed: Fixed in version: 3.2.13.3
- 01:03 Ticket #400 (SQLite.dll.au3 bug in beta 3.2.13.2) closed by
- Fixed: Fixed in version: 3.2.13.3
06/20/08:
- 20:22 Ticket #400 (SQLite.dll.au3 bug in beta 3.2.13.2) created by
- uses @ProcessorArch instead of @OSArch. I never reported a bug …
- 16:32 Ticket #398 (Compiles Scripts won't run with Config of exact same name) closed by
- No Bug: This is not a bug. Windows looks for a file with the name appname.exe.config. See here for what the file is for. Your companies naming policy is poor and should be changed. The simplest way to fix it is to stop using "config" as the extension ans use "cfg".
- 16:23 Ticket #399 (Advanced Mode with GuiCtrlRead for Context Menu) created by
- […] With AutoIt 3.2.12.0, it always return "-1" instead of the …
- 16:16 Ticket #398 (Compiles Scripts won't run with Config of exact same name) created by
- Our company's naming convention for configuration files is …
- 16:07 Ticket #397 (Editor) closed by
- Rejected
- 15:39 Ticket #397 (Editor) created by
- I suggest to create a special editor instead of scite for writing …
- 03:09 Ticket #396 ("PerformRouteDiscovery" may be corruption of "PerformRouterDiscovery") closed by
- No Bug: No bug, bug reports are not for users scripts. Valik the user is referring to (http://www.autoitscript.com/forum/index.php?showtopic=27418&st=0&p=194194&hl=ClientConfig&#entry194194)
06/19/08:
- 23:13 Ticket #395 (DriveGetDrive and @ScriptDir under windows Vista run as administrator) closed by
- No Bug: This is not unexpected (to me) nor is it a bug. This blog explains it better than I can. You can test with Windows Explorer (with elevated privileges) that the issue isn't isolated to AutoIt. Closing as no bug.
- 23:12 Ticket #396 ("PerformRouteDiscovery" may be corruption of "PerformRouterDiscovery") created by
- In scripts AUT2EXE VERSION: 3.1.1.0 …
- 22:15 Ticket #395 (DriveGetDrive and @ScriptDir under windows Vista run as administrator) created by
- If you mount a drive then run a compiled script as administrator. The …
- 16:37 Ticket #385 (Option for _ArrayDisplay()) closed by
- Rejected: Press the ESC key to dismiss the dialog. Closing as rejected.
- 15:41 Ticket #394 (Strange TreeView behaviour, 2 different problems.) closed by
- No Bug: There is a lot wrong with that code. You need support, not reporting a bug. Some things I see wrong off-hand: * You don't use any of the information given to you by the message which gives you useful information about the item being clicked. * You're comparing numeric values as strings. Why? Your code really doesn't make sense there. * You don't return a value when you handle the click yourself. So you handle the click, then you let AutoIt handle the click, too. Your code is a long way from being correctly written. Post on the forum to get support and get your code written correctly. Closing this as no bug because it's too hard to tell if the problem is you or AutoIt.
- 09:27 Ticket #394 (Strange TreeView behaviour, 2 different problems.) created by
- In the treeview, the first time the WM Notify event is fired off, the …
- 02:41 Ticket #393 (SoundSetWaveVolume() doesn't do anything.) created by
- SoundSetWaveVolume() doesn't seem to do anything on vista, nor does it …
06/18/08:
- 20:51 Ticket #392 (Tidy Region Nesting) created by
- […] The above changes to below when tidy is used […] More Info: …
- 15:53 Ticket #391 (TreeView to just accept select in the checkboxes) closed by
- Rejected: In a word. Yes. But not by anything built-in (or UDF). You would need to use GUIRegisterMsg() to trap the click event for the TreeView, then check the coordinates and only allowed the AutoIt internal event to proceed when those coordinates are within the rectangle specifying the checkbox. Closing as rejected as this isn't going to happen on our end. Ask on the forum and I'm sure you can get help should you need any.
- 08:01 Ticket #391 (TreeView to just accept select in the checkboxes) created by
- I want a feature in treeview, just accepting that you click in the …
Note: See TracTimeline
for information about the timeline view.