Timeline


and

03/03/12:

09:00 Ticket #2145 (unable to change password or post) closed by Valik
No Bug: Given that you are reporting your problem on our issue tracker I'm going to chalk it up to you being stupid. Ticket closed since it has fuck all to do with AutoIt.
07:13 Ticket #2145 (unable to change password or post) created by bulldog christian@…
Lost my password so asked for a new one. All OK. Posted a comment all …

03/02/12:

17:17 Ticket #2144 (Compiled script does not open with FILE_SHARE_DELETE) closed by Valik
No Bug: I'm not sure why you are reporting this as a bug. I think that allowing the file to be deleted/renamed will break FileInstall() in cases where the file is deleted/renamed during execution.
11:34 Ticket #2144 (Compiled script does not open with FILE_SHARE_DELETE) created by anonymous
I tried to implement a selfdelete using a copy of the executable in a …

02/29/12:

17:12 Milestone 3.3.9.1 completed
16:23 Ticket #2143 (Window Info: Request to add ControlClick position on the Window tab) closed by Valik
Rejected: Good to see you explored the Options menu within the program.
16:19 Ticket #2143 (Window Info: Request to add ControlClick position on the Window tab) created by jdelaney@…
I've been working a lot with relative position clicking within an …

02/27/12:

21:12 Ticket #1987 (_GUICtrlRichEdit_StreamFromFile crashes AutoIt) closed by trancexx
Works For Me: I can't reproduce this with current AutoIt no matter what I do or on what system I run that script.
13:25 Ticket #2142 (Native _AutoItObject_ObjCreateEx) created by ptrex
Make the _AutoItObject_ObjCreateEx function a AutoIT native function. …

02/26/12:

23:09 Ticket #2111 (RunAs broken when Authenticated Users added to Replace a process level ...) closed by Valik
Fixed: Fixed by revision [6820] in version: 3.3.9.1
12:55 Ticket #2099 (Crash of script when using "_GUICtrlDTP_SetSystemTimeEx()" function) closed by trancexx
Works For Me: 6 weeks should have been enough for that I guess.

02/25/12:

21:13 Ticket #1760 (#OnAutoItStartRegister, ignores single quoted function names.) closed by trancexx
Fixed: Fixed by revision [6816] in version: 3.3.9.1
17:23 Ticket #2138 (GuiCtrlRead with GUICtrlSendToDummy) closed by Valik
Fixed: Fixed by revision [6815] in version: 3.3.9.1
16:40 Ticket #2141 (AU3Check keyword #IgnoreFunc causing error) closed by Valik
Fixed: Fixed by revision [6814] in version: 3.3.9.1

02/24/12:

22:35 Ticket #2141 (AU3Check keyword #IgnoreFunc causing error) created by Beege
The following script causes an error: […] Output: […]

02/23/12:

03:59 Ticket #2111 (RunAs broken when Authenticated Users added to Replace a process level ...) reopened by Valik
I'm more interested in seeing what privileges the account in question has than a test script. Download the following program. It's a custom program I wrote that lists the privileges an access token has. Run it using the account where RunAs() fails. Show me the output so I can see what privileges the account in question has and what state they are in.
03:47 Ticket #2140 (SciTE should remember last edited line between restarts) closed by Valik
Works For Me: It does remember it. Mine does, anyway. Closing as "Works For Me" since that is exactly the case. I suggest you use the forum in the future so you don't waste my time asking for things that already exist in a product that isn't even our own.

02/22/12:

07:38 Ticket #2140 (SciTE should remember last edited line between restarts) created by mail@…
My Project has more than 4,000 lines of code. Everytime I open the …
06:52 Ticket #1992 (RichEdit sometimes leaves a "ghost" scrollbar on maximize) closed by trancexx
No Bug: Use GUIRegisterMsg to process specific messages yourself. That's not UDF's job. Parent window is your responsibility.
06:32 Ticket #2032 (_ExcelBookOpen 2007 xlsm file (print area gets lost)) closed by trancexx
Works For Me

02/21/12:

23:24 Ticket #2082 (drivestatus on mapped network drives fails on directories) closed by trancexx
Duplicate: This is duplicate of #2064.
23:00 Ticket #2087 (IniWrite & IniReadSection bug) closed by trancexx
No Bug: String literal in AutoIt is defined as zero or more characters enclosed in quotes (single or double). I'm sure that anyone who wrote explanation for Ini functions meant it to be understandable for absolute beginners. Probably that's why it's bit confusing. Maybe some English speaking person can write description for more advanced members or maybe they shouldn't be needing it. It's a dilemma. Either way, no bug.
22:44 Ticket #2139 (_GUICtrlIpAddress_Create can't put 3 numbers) closed by trancexx
Works For Me
00:03 Ticket #1319 (AutoIt3.exe always exists after closing script with RichEdit) closed by trancexx
Fixed: Fixed by revision [6805] in version: 3.3.9.1

02/20/12:

20:23 Ticket #2139 (_GUICtrlIpAddress_Create can't put 3 numbers) created by TalivanIBM
I can't put 3 numbers since the last update of autoit, only 2 numbers …
02:49 Ticket #2138 (GuiCtrlRead with GUICtrlSendToDummy) created by stroket@…
GuiCtrlRead(Dummy Ctrl-ID Set By GUICtrlSendToDummy) returns a …

02/19/12:

18:15 Ticket #1523 (Au3Check support UNICODE and all Include file use unicode enc.) closed by Valik
Duplicate: Closing as a duplicate of #2091.
18:13 Ticket #2137 ("typo" in "Function Reference" for "ProcessWaitClose") closed by Valik
No Bug
16:32 Ticket #2137 ("typo" in "Function Reference" for "ProcessWaitClose") created by rwb@…
In my testing, I find that non-zero should be replaced by …
10:22 Ticket #2135 (DB reading bug in SQLite UDF) closed by trancexx
No Bug: Read the rules for posting here please.

02/18/12:

17:19 Ticket #2136 (FileSetAttrib adds Archive attribute when System or Hidden attribs are set) closed by Jpm
No Bug
12:39 Ticket #2136 (FileSetAttrib adds Archive attribute when System or Hidden attribs are set) created by MrCreatoR <mscreator@…>
Example: […] Run this and you see that Archive attribute is added …
10:07 Ticket #1395 (DLLCallbacks on Exit) closed by trancexx
Fixed: Fixed by revision [6796] in version: 3.3.9.1
09:30 Ticket #2135 (DB reading bug in SQLite UDF) created by mikkokh
There is something wrong in this UDF on AutoIt versions 3.3.8.0 and …

02/16/12:

22:46 Ticket #2134 (Combobox style $CBS_UPPERCASE produces undesired results) closed by Valik
No Bug: Your code behaves exactly how it should as it is written. If you wish for your code to behave differently then you should tell it to behave differently by writing it to do what you want. No AutoIt bug here.
19:21 Ticket #2134 (Combobox style $CBS_UPPERCASE produces undesired results) created by cannondale
Creating a Combobox with style $CBS_UPPERCASE produces undesired …
15:14 Ticket #2132 (_WinAPI_GetModuleHandle incorrect param handling) closed by guinness
Fixed: Fixed by revision [6795] in version: 3.3.9.1
03:22 Ticket #2133 (Update the @OSVersion on 3.3.12.1) closed by Valik
Rejected: At the time of this writing there is no version 3.3.12.1. I assume you mean 3.2.12.1. The answer is no.

02/15/12:

01:46 Ticket #2133 (Update the @OSVersion on 3.3.12.1) created by Anonymous
Is it possible for you to update the @OSVersion Macro on the 3.3.12.1 …

02/11/12:

23:29 Ticket #2115 (Installer/Uninstaller issues) closed by Valik
Fixed: Closing this. Since most of the problems were my own doing and Jon fixed the one that wasn't I see no point keeping this open. I still think we could do a better job detecting the scenario I describe but it's probably not worth changing the installer for.

02/09/12:

15:24 Ticket #2132 (_WinAPI_GetModuleHandle incorrect param handling) created by wraithdu
The doc says to pass 0 for the current process handle. This code …

02/08/12:

21:19 Ticket #2131 (A new #include directive to load a script but not run it.) closed by Valik
Rejected: Write good code from the start and you will have no issues with the current #include implementation. Rejected.
19:34 Ticket #2131 (A new #include directive to load a script but not run it.) created by Koder <rick2000@…>
This directive would be used in the main script to include any other …
16:17 Ticket #2130 (Am not able to run Autoit remotely using PsExec) closed by Valik
Works For Me: Closing as works for me as the last time I tried psexec with a script it worked.
07:10 Ticket #2130 (Am not able to run Autoit remotely using PsExec) created by anonymous
The autoit script is runnning fine locally but when this is executed …
03:49 Ticket #2129 (Incorrect Switch .. Case Else EndSwitch parsing) closed by Valik
No Bug

02/07/12:

21:22 Ticket #2070 (_GUICtrlStatusBar_GetText() Crash) closed by guinness
Fixed: Fixed by revision [6787] in version: 3.3.9.1
21:02 Ticket #2129 (Incorrect Switch .. Case Else EndSwitch parsing) created by anonymous
Executing this code causes ignoring all next Case statements …
18:29 Ticket #2125 (_FileWriteFromArray crashes when writing a 2D array) closed by guinness
Fixed: Fixed by revision [6784] in version: 3.3.9.1
18:03 Ticket #2084 (_ClipBoard_GetDataEx Help File Example crash) closed by guinness
Fixed: Fixed by revision [6781] in version: 3.3.9.1
14:13 Ticket #2128 (mistake in help file) closed by guinness
Fixed: Fixed by revision [6777] in version: 3.3.9.1
11:49 Ticket #2128 (mistake in help file) created by ffdshow
In AutoIt Help file, Compiling Scripts with Aut2Exe->Method 3 - The …
11:26 Ticket #2126 (_ArrayDisplay not able to display all elements of an array) closed by guinness
Completed: Added by revision [6775] in version: 3.3.9.1
08:13 Ticket #2121 (Au3Record creates incorrect function of WinWaitActivate) closed by Jpm
No Bug: In fact when saving the _WinWaitActive is created. The only error is related to ticket #2124 where an error is described for the call to Au3RecordSetup() that must be _Au3RecordSetup() It is intended that the extra information does not appear in the log in case multiple recording is done.

02/06/12:

23:34 Ticket #2127 (Obfuscator /striponlyincludes does not process block comments correctly) created by Koder <rick2000@…>
Obfuscator (v1.0.28.7) /striponlyincludes leaves the block comment end …
22:50 Ticket #2121 (Au3Record creates incorrect function of WinWaitActivate) reopened by Jpm
Thanks guiness to highlight that when launch directly without SciTE the option is not available. So I reopen it to have a fix in this context
19:18 Ticket #2126 (_ArrayDisplay not able to display all elements of an array) created by BrewManNH
There appears to be an undocumented change to _ArrayDisplay since at …
16:35 Ticket #2123 (Minimize Au3Info when using the Finder Tool) closed by Valik
Rejected: This is not a good idea. The real-time information the Info window shows is important to helping pick the correct control. It's also possible that users may have control highlighting turned off so they may need the Info window visible to know when they are on the correct control. Closing as rejected.
14:36 Ticket #2125 (_FileWriteFromArray crashes when writing a 2D array) created by water
When writing a 2D array the script crashes with error message: Array …
13:45 Ticket #2124 (Au3RecordSetup(): Underscore is missing at the calling to the func, ...) created by tzvielh6@…
1.Download autoit-v3-setup.exe ver 3.3.8.1 from autoit downloas. 2. …
08:00 Ticket #2121 (Au3Record creates incorrect function of WinWaitActivate) closed by Jpm
No Bug
02:50 Ticket #2123 (Minimize Au3Info when using the Finder Tool) created by anonymous
Would it be possible to minimize Au3Info when the Finder Tool is …

02/05/12:

17:04 Ticket #2122 (KEY_WOW64_32KEY support for registry keywords) created by JFX
Currently all Registry keyword support the 64 suffix to access native …
11:21 Ticket #2121 (Au3Record creates incorrect function of WinWaitActivate) created by guinness
Au3Record creates the function_WinWaitActivate instead of …

02/04/12:

22:23 Milestone 3.3.9.0 completed
22:21 Ticket #2111 (RunAs broken when Authenticated Users added to Replace a process level ...) closed by Valik
Fixed: Fixed by revision [6764] in version: 3.3.9.0
19:30 Ticket #488 (ObjGet() needs an instance parameter) closed by trancexx
Completed: Added by revision [6761] in version: 3.3.9.0

02/03/12:

06:27 Ticket #2120 (Improvements to _GuiCtrlListView_DeleteAllItems) created by Beege
I was noticing how deleting all items it a autoit listview took almost …

02/02/12:

16:40 Ticket #2119 ("_EventLog__Open" can not access additional Windows 7/2008 eventlogs) created by Trash
Hi, it seems that Autoit can only access the "standard" eventlogs …
05:22 Ticket #2118 (bug when launching a command Line program using @SW_HIDE) closed by Valik
No Bug: It's an application's choice whether it honors the show flag or not. Most applications do, some do not.
Note: See TracTimeline for information about the timeline view.