Timeline
09/22/11:
- 16:36 Ticket #1704 (Need UDFs in AutoItx.) closed by
- 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
- Fixed: Fixed by revision [6245] in version: 3.3.7.18
- 16:30 Tickets #1813,1890 batch updated by
- 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
- 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
- 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
- Fixed: Fixed by revision [6242] in version: 3.3.7.18
- 20:57 Ticket #2001 (_GUICtrlToolbar_SetButtonText: Example only works partially) closed by
- Fixed: Fixed by revision [6239] in version: 3.3.7.18
- 20:47 Ticket #1933 (_GetIP is outdated and could possibly fail.) closed by
- 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
- 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
- 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
- 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
- No Bug
- 20:25 Ticket #1009 (Remove hard-coded calls to ConsoleWrite() in SQLite.au3) closed by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Fixed: Fixed by revision [6213] in version: 3.3.7.16
- 15:53 Ticket #1790 (au3.api, AutoItSetOption, Optional indicator.) closed by
- Fixed: Fixed by revision [6212] in version: 3.3.7.16
- 15:49 Ticket #1999 (DirCopy and DirMove have some bugs) closed by
- No Bug: So you reported a bug about documented behavior. Good job!
- 15:47 Ticket #1998 (fileflush bluescreen windows 7 x86) closed by
- 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
- Fixed: Fixed by revision [6211] in version: 3.3.7.16
- 15:39 Ticket #2010 (Menu Tooltip Bug) closed by
- 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
- 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
- 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
- Fixed: Fixed by revision [6210] in version: 3.3.7.16
- 14:52 Ticket #2013 (Mod(anything, 0) hard crash) closed by
- Duplicate: Closing as duplicate of #1660.
- 13:13 Ticket #2013 (Mod(anything, 0) hard crash) created by
- 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
- 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
- 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
- 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
- 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
- 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
- $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
- The documentation for #AutoIt3Wrapper_Res_requestedExecutionLevel says …
- 18:29 Ticket #2006 (foreach) created by
- in the perl scripting language there is a function called "foreach" …
- 18:27 Ticket #2005 (Active Directory) created by
- 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
- The "Parameters" section of _GUICtrlEdit_Find() in the helpfile states …
08/31/11:
- 20:48 Ticket #2003 (ProcessWaitClose() using too much CPU) created by
- 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
- File operations inexplicably took a turn for slow performance. This …
- 03:39 Ticket #2001 (_GUICtrlToolbar_SetButtonText: Example only works partially) created by
- This function replaces, rather than sets, the text for a button. If no …
08/27/11:
- 16:25 Ticket #2000 (Need help for Switching of operating system using symantic ghost ...) closed by
- Rejected: Replying to amarnath.reddy@…: > Hi, > I need code for switching os automatically from one os to another using symantic ghost images. > Please take it as high importance. Please go to AutoIt forum as this one is for bug tracking
08/26/11:
- 12:03 Ticket #2000 (Need help for Switching of operating system using symantic ghost ...) created by
- Hi, I need code for switching os automatically from one os to …
08/25/11:
- 21:06 Ticket #1999 (DirCopy and DirMove have some bugs) created by
- DirCopy - When I copy a dir to another place like this: …
Note: See TracTimeline
for information about the timeline view.