Timeline


and

09/27/11:

23:33 Ticket #2024 (Add AutoIt.Error object property for script or file name.) created by anonymous
Reproducer (if necessary): include.au3: […] Main.au3: […]
22:01 Ticket #2023 (Windows 98/ME (ANSI) compile support needed again) created by anonymous
I took a poll of my users: about slightly less than 1/2 of the users …
10:18 Ticket #2022 (Cross set contants) created by Melba23
The $DT_PATH_ELLIPSIS and $DT_END_ELLIPSIS constants are …

09/26/11:

21:41 Ticket #2021 (FF.au3) created by tele@…
FF.au3 …
18:05 Milestone 3.3.7.18 completed
17:41 Ticket #1985 (_IEAction($element, "focus") does not work in IE9) closed by Valik
Fixed: Fixed by revision [6250] in version: 3.3.7.18
11:26 Ticket #2020 (request: StringLTrim($str) and StringRTrim($str)) created by anonymous
these functions would either strip the left or right whitespace off of …

09/23/11:

04:08 Ticket #2019 (File functions: Three help file issues and one bug) created by Aru
Not really a bug, but I couldn't think of where else to put these. …

09/22/11:

16:36 Ticket #1704 (Need UDFs in AutoItx.) closed by Valik
Rejected: Stupid ticket. The host language will certainly support this. Closing as rejected.
16:33 Ticket #1948 (_GUICtrlButton_SetImage function description on SciTE tooltip) closed by Valik
Fixed: Fixed by revision [6245] in version: 3.3.7.18
16:30 Tickets #1813,​1890 batch updated by Valik
Completed: Added by revision [6244] in version: 3.3.7.18
16:25 Ticket #1947 (Add "Forward" button in the AutoIt HTML help (.chm file)) closed by Valik
Completed: Added by revision [6243] in version: 3.3.7.18
16:15 Ticket #1695 (Add some better discription to help file how to usw the modes from FileOpen) closed by Valik
Rejected: I don't see the current documentation as confusing. It takes 2 seconds of critical thinking to realize if you want to write you have to specify the write flags. Closing as rejected.

09/21/11:

21:16 Ticket #1994 (Confusing helpfile info...) closed by Valik
Fixed: Fixed by revision [6242] in version: 3.3.7.18
20:57 Ticket #2001 (_GUICtrlToolbar_SetButtonText: Example only works partially) closed by Valik
Fixed: Fixed by revision [6239] in version: 3.3.7.18
20:47 Ticket #1933 (_GetIP is outdated and could possibly fail.) closed by Valik
Fixed: Fixed by revision [6238] in version: 3.3.7.18
20:21 Ticket #1924 (Hiding one Edit affects the text in another.) closed by Valik
No Bug: This is not a bug. I do not like this behavior in AutoIt, but it is not a bug. When you disable $Edit1 Windows (Not AutoIt) shifts focus to $Edit2. When it does this it is secretly selecting the entire contents of $Edit2. You can verify this by using _GUICtrlEdit_GetSel() before and after the GUICtrlSetState() line. Now comes the part about AutoIt that I don't like. AutoIt is designed so that it inserts at the current caret location. If there is no text selected this is just a normal insertion. If there is text selected then it becomes a replace. So, since Windows selected the entire text of $Edit2 all of it is replaced. My suggestion is use _GUICtrlEdit_AppendText() to append to the end of an edit control. It takes the extra step necessary to ensure it always appends and never replaces. You could also use _GUICtrlEdit_SetSel() to adjust the selection yourself before calling GUICtrlSetData(). Closing as no bug.
19:20 Ticket #1975 (IE object does not recognized as valid object type) closed by Valik
Fixed: Fixed by revision [6237] in version: 3.3.7.18

09/20/11:

22:31 Milestone 3.3.7.17 completed
21:42 Milestone 3.3.7.16 completed
21:01 Ticket #1972 (Strange behavior with ControlClick and deactivated button on AutoIt GUI) closed by Valik
No Bug: This is not a bug specific to AutoIt. I was able to reproduce the same issue by using ControlClick() on a disabled Configure button in the Sound control panel applet. A configuration window popped up even though the Configure button was disabled. Closing as no bug.
20:55 Ticket #1983 (_IECreateEmbedded doesn't work anymore) closed by Valik
No Bug
20:25 Ticket #1009 (Remove hard-coded calls to ConsoleWrite() in SQLite.au3) closed by Valik
Fixed: Fixed by revision [6226] in version: 3.3.7.16
20:05 Ticket #2018 (It is not able to identify all Button from other Software) created by Daniel
For example, Au3Info is not able to identify the "Load"-button from …

09/18/11:

19:44 Ticket #2017 (Proposed clarifications of Tray help) created by c.haslam
Having been confused by the Help for TrayMenuMode, I have been working …

09/17/11:

19:39 Ticket #2016 (AU3Check will fail with DllCallAddress) closed by Valik
Fixed: This has already been discussed here where I stated it would be fixed in the next beta.
12:31 Ticket #2016 (AU3Check will fail with DllCallAddress) created by thesnoW
the parm number of DllCallAddress too small. dllcall is 255,but …

09/16/11:

18:00 Ticket #2015 (DllCallbackRegister() mangles floating point numbers under x64) created by wraithdu
Parameters of type "float" are mangled when passed to …
01:58 Ticket #2014 (Updated Array.au3 UDF to be used with 2D arrays) created by BrewManNH
I have modified several of the _Array functions, that previously only …

09/15/11:

23:12 Ticket #1492 (Problem with listview AND $WS_EX_COMPOSITED in a gui) closed by Valik
No Bug: This is not a bug. The documentation for WS_EX_COMPOSITED says it is not compatible with the CS_OWNDC or CS_CLASSDC class styles. Closing as no bug.
22:58 Ticket #1997 (GUICtrlCreateDummy(), @error=1 on failure., trivial.) closed by Valik
No Bug: It's an undocumented behavior. I'm not sure what this ticket is about. Closing as no bug.
17:01 Ticket #1934 (Au3check false error) closed by Valik
Fixed: Fixed by revision [6213] in version: 3.3.7.16
15:53 Ticket #1790 (au3.api, AutoItSetOption, Optional indicator.) closed by Valik
Fixed: Fixed by revision [6212] in version: 3.3.7.16
15:49 Ticket #1999 (DirCopy and DirMove have some bugs) closed by Valik
No Bug: So you reported a bug about documented behavior. Good job!
15:47 Ticket #1998 (fileflush bluescreen windows 7 x86) closed by Valik
No Bug: There's no way in hell this can be tested. Closing.
15:44 Ticket #2009 (_GUICtrlToolbar_Create: $BTNS constants don't apply to this function) closed by Valik
Fixed: Fixed by revision [6211] in version: 3.3.7.16
15:39 Ticket #2010 (Menu Tooltip Bug) closed by Valik
Duplicate: Learn to test with the beta first. It's fixed there.
15:14 Ticket #2012 (sqlite3 UPDATE changing value deletes it with UNIQUE index!) closed by Valik
No Bug: Closing this ticket. Seems to be a long way from actually have a bug to report. I'm not interested in bugs filed against 3.3.6.1 anyway since we are deep into beta territory.
15:12 Ticket #2008 (timerinit does not return int, returns imprecise float, differences bad) closed by Valik
No Bug: I'm not sure where you got your assumptions but they are flat out wrong. You cannot do what you are doing and expect to get meaningful values back. There is more to TimerDiff() than an internal call to TimerInit() to get a new timestamp and a simple subtraction. I suggest you use functions as documented or learn what the fuck you're talking about before wasting my time again.
15:01 Ticket #1660 (Mod function causes AutoIt to crash) closed by Valik
Fixed: Fixed by revision [6210] in version: 3.3.7.16
14:52 Ticket #2013 (Mod(anything, 0) hard crash) closed by Valik
Duplicate: Closing as duplicate of #1660.
13:13 Ticket #2013 (Mod(anything, 0) hard crash) created by Manadar
Confirmed release 3.3.6.1 & beta 3.3.7.15. Reproducer: Mod(1, 0) …

09/14/11:

23:13 Ticket #2012 (sqlite3 UPDATE changing value deletes it with UNIQUE index!) created by jmichae3@…
I don't ever remember seeing this happen before with a database. what …

09/13/11:

22:03 Ticket #2011 (Sorting the list by clicking the column name) created by dirty
GUICtrlCreateListView help section says: Sorting the list by clicking …

09/12/11:

14:33 Ticket #1975 (IE object does not recognized as valid object type) reopened by Jpm
Replying to Jon: > Fixed by revision [6192] in version: 3.3.7.15 This fix is not complete for _IELoad Line 535 must be modified too as suggested by Smoke_N

09/11/11:

18:38 Milestone 3.3.7.15 completed
15:12 Ticket #2010 (Menu Tooltip Bug) created by z_tech7@…
Tooltips of menu items do not appear. i am using windos xp service …
00:04 Ticket #2009 (_GUICtrlToolbar_Create: $BTNS constants don't apply to this function) created by c.haslam
The $BTNS constants belong to _GUICtrlToolbar_AddButton, not …

09/10/11:

07:57 Ticket #2008 (timerinit does not return int, returns imprecise float, differences bad) created by jmichae3@…
$a=int(TimerInit()) ;for some reason, timerinit returns a float rather …

09/06/11:

22:06 Ticket #2007 (#AutoIt3Wrapper_Res_requestedExecutionLevel=None Creates "asInvoker" ...) created by anonymous
The documentation for #AutoIt3Wrapper_Res_requestedExecutionLevel says …
18:29 Ticket #2006 (foreach) created by anonymous
in the perl scripting language there is a function called "foreach" …
18:27 Ticket #2005 (Active Directory) created by anonymous
hi, through all the versions i have used there was no direct support …

09/01/11:

19:15 Ticket #2004 (_GUICtrlEdit_Find() Documentation) created by Spiff59
The "Parameters" section of _GUICtrlEdit_Find() in the helpfile states …

08/31/11:

20:48 Ticket #2003 (ProcessWaitClose() using too much CPU) created by Valik
I've noticed (and confirmed with others) that ProcessWaitClose() - and …
20:46 Ticket #2002 (Try to find the cause of slow file operations.) created by Valik
File operations inexplicably took a turn for slow performance. This …
03:39 Ticket #2001 (_GUICtrlToolbar_SetButtonText: Example only works partially) created by c.haslam
This function replaces, rather than sets, the text for a button. If no …
Note: See TracTimeline for information about the timeline view.