Timeline



Sep 16, 2011:

6:32 PM Ticket #2015 (DllCallbackRegister() mangles floating point numbers under x64) updated by anonymous
I suppose, there are some erros in the fastcall-implementation for the XMM-Registers either in DllCallAddress or DllCallback.
6:00 PM Ticket #2015 (DllCallbackRegister() mangles floating point numbers under x64) created by wraithdu
Parameters of type "float" are mangled when passed to …
9:27 AM Ticket #1997 (GUICtrlCreateDummy(), @error=1 on failure., trivial.) updated by mvg
> I'm not sure what this ticket is about. The fact that 'undocumented behaviors' and bugs are very easily mixed up by those that only have the officially documentation to go by. Guess "It's an undocumented behavior" in here will have to do as alternative documentation.
8:58 AM Ticket #2014 (Updated Array.au3 UDF to be used with 2D arrays) updated by mvg
Why not first let others play around it on the forum? - For flushing out potential bugs and such.(faster and easier update rate.) - And, maybe, ... mmm .. aha, picking valik's brain on the probability of having it included as official UDF.
3:00 AM Ticket #2014 (Updated Array.au3 UDF to be used with 2D arrays) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:59 AM _Array.au3 attached to Ticket #2014 by BrewManNH
Modified _Array UDF (2D version)
1:58 AM 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 …

Sep 15, 2011:

11:12 PM 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.
10:58 PM 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.
10:56 PM Ticket #1993 (Forum [autoit] code abbreviates URLs - it shouldn't) updated by Valik
This is still an issue with IPB 3.2.2. A sample post can be found here. I don't see a problem if the URL is collapsed in the code display but clicking "Popup" should show the full URL.
8:13 PM Ticket #2011 (Sorting the list by clicking the column name) updated by Zedna
Look at: GUICtrlRegisterListViewSort _GUICtrlListView_SimpleSort _GUICtrlListView_SortItems _GUICtrlListView_RegisterSortCallBack
5:01 PM Ticket #1934 (Au3check false error) closed by Valik
Fixed: Fixed by revision [6213] in version: 3.3.7.16
3:53 PM Ticket #1790 (au3.api, AutoItSetOption, Optional indicator.) closed by Valik
Fixed: Fixed by revision [6212] in version: 3.3.7.16
3:49 PM Ticket #1999 (DirCopy and DirMove have some bugs) closed by Valik
No Bug: So you reported a bug about documented behavior. Good job!
3:47 PM Ticket #1998 (fileflush bluescreen windows 7 x86) closed by Valik
No Bug: There's no way in hell this can be tested. Closing.
3:44 PM 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
3:39 PM Ticket #2010 (Menu Tooltip Bug) closed by Valik
Duplicate: Learn to test with the beta first. It's fixed there.
3:14 PM 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.
3:12 PM 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.
3:01 PM Ticket #1660 (Mod function causes AutoIt to crash) closed by Valik
Fixed: Fixed by revision [6210] in version: 3.3.7.16
2:52 PM Ticket #2013 (Mod(anything, 0) hard crash) closed by Valik
Duplicate: Closing as duplicate of #1660.
2:06 PM Ticket #2012 (sqlite3 UPDATE changing value deletes it with UNIQUE index!) updated by jchd
You shouldn't be posting supposed "bugs" there without checking with others users in the help forum first. Then your post doesn't follow ticket posting guidelines and your code has numerous errors.
1:13 PM 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) …
8:16 AM Ticket #2012 (sqlite3 UPDATE changing value deletes it with UNIQUE index!) updated by anonymous
btw, there is still a bug in sqlite3.
8:14 AM Ticket #2012 (sqlite3 UPDATE changing value deletes it with UNIQUE index!) updated by anonymous
I found a bug in my program where it is taking the new value from a blank textbox. but this should not make any difference. the codeexample I have here is incorrect for the problem. the new value should be set to an empty string for it to delete the record. this is improper behavior.
12:51 AM Ticket #2012 (sqlite3 UPDATE changing value deletes it with UNIQUE index!) updated by anonymous
new information: the code I posted did not create indexes for the database. I just fixed that in my program, but not here. regardless, even though a block of code did not create indexes, the update still deleted my records consistently.

Sep 14, 2011:

11:13 PM 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 …
12:00 AM Ticket #2011 (Sorting the list by clicking the column name) updated by TicketCleanup
Version changed
Automatic ticket cleanup.

Sep 13, 2011:

10:03 PM Ticket #2011 (Sorting the list by clicking the column name) created by dirty
GUICtrlCreateListView help section says: Sorting the list by clicking …
2:49 AM Ticket #2008 (timerinit does not return int, returns imprecise float, differences bad) updated by Beege
Are you listening to what your saying? How could a int returned be more accurate than a float? Your example uses timerinit() wrong so its kinda irrelevant. $a=TimerInit(); sleep(100) $b=TimerDiff($a) $b = 99.3337961739871 on mine.

Sep 12, 2011:

7:34 PM Ticket #15 (Rewrite INI functionality to remove limitations.) updated by DXRW4E
setupapi and the official solution of the problem http://www.autoitscript.com/forum/topic/132507-request-udf-for-inf-file-processing-functions/page__fromsearch__1
3:27 PM Ticket #1975 (IE object does not recognized as valid object type) updated by J-Paul Mesnage
More wraithdu suggest a more clean way http://www.autoitscript.com/forum/topic/132875-track-1975-solved-with-33715/page__view__findpost__p__925914
3:00 PM Ticket #1975 (IE object does not recognized as valid object type) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
2:33 PM Ticket #1975 (IE object does not recognized as valid object type) reopened by J-Paul Mesnage
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
11:19 AM Ticket #2004 (_GUICtrlEdit_Find() Documentation) updated by Matt Diesel
This has already been mentioned by me, and is found all over the UDFs: http://www.autoitscript.com/forum/topic/121148-report-help-file-issues-here/page__view__findpost__p__857343

Sep 11, 2011:

9:21 PM Ticket #2008 (timerinit does not return int, returns imprecise float, differences bad) updated by mvg
Bummer ... […] Or (also) see _Timer_Init() ? (_Timer_Init() no match(speed) compared to TimerInit().)
8:58 PM Ticket #2008 (timerinit does not return int, returns imprecise float, differences bad) updated by mvg
Your barking up the wrong tree. See creators of your OS. And study the timer related pages at MSDN while your at it.
6:38 PM Milestone 3.3.7.15 completed
3:13 PM New AutoIt v3 Script (3).au3 attached to Ticket #2010 by z_tech7@…
3:12 PM Ticket #2010 (Menu Tooltip Bug) created by z_tech7@…
Tooltips of menu items do not appear. i am using windos xp service …
3:00 AM Ticket #2009 (_GUICtrlToolbar_Create: $BTNS constants don't apply to this function) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:04 AM Ticket #2009 (_GUICtrlToolbar_Create: $BTNS constants don't apply to this function) created by c.haslam
The $BTNS constants belong to _GUICtrlToolbar_AddButton, not …

Sep 10, 2011:

7:57 AM 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 …

Sep 7, 2011:

3:00 PM Ticket #2007 (#AutoIt3Wrapper_Res_requestedExecutionLevel=None Creates "asInvoker" ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:59 PM Ticket #2006 (foreach) updated by AdmiralAlkex
We already have For-loops, look in the helpfile. Next time, use the forum. This place is for feature requests and bugs, not support.
1:49 PM Ticket #2007 (#AutoIt3Wrapper_Res_requestedExecutionLevel=None Creates "asInvoker" ...) updated by Jos
Owner, Status, Component, Type changed
Currently the intended behaviour is to leave the TrustInfo section as created by AUT2EXE when either "" or "None" is supplied. I will have a look at modifying this behaviour as a feature request, making "" leave the set default by AUT2EXE and "None" will remove the TrustInfo section totally. When you want to be able to test a Beta version of AutoIt3Wrapper, PM me and I will make it available to you as soon as I am done making the changes. Jos

Sep 6, 2011:

10:09 PM Ticket #2007 (#AutoIt3Wrapper_Res_requestedExecutionLevel=None Creates "asInvoker" ...) updated by anonymous
Forgot to post why this is important. If I wish for Windows Vista / 7's UAC Virtualization to remain on for my EXE, it must have no trustinfo section.
10:06 PM Ticket #2007 (#AutoIt3Wrapper_Res_requestedExecutionLevel=None Creates "asInvoker" ...) created by anonymous
The documentation for #AutoIt3Wrapper_Res_requestedExecutionLevel says …
6:29 PM Ticket #2006 (foreach) created by anonymous
in the perl scripting language there is a function called "foreach" …
6:27 PM Ticket #2005 (Active Directory) created by anonymous
hi, through all the versions i have used there was no direct support …

Sep 3, 2011:

10:14 AM Ticket #2004 (_GUICtrlEdit_Find() Documentation) updated by anonymous
It appears many of the _GUICtrlEdit... helpfile entries containe the same incorrect ctrlid/handle information. So this would be more work than I initially thought.

Sep 1, 2011:

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

Aug 31, 2011:

8:48 PM Ticket #2003 (ProcessWaitClose() using too much CPU) created by Valik
I've noticed (and confirmed with others) that ProcessWaitClose() - and …
8:46 PM Ticket #2002 (Try to find the cause of slow file operations.) created by Valik
File operations inexplicably took a turn for slow performance. This …
6:00 AM Ticket #2001 (_GUICtrlToolbar_SetButtonText: Example only works partially) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:40 AM f.au3 attached to Ticket #2001 by c.haslam
Revised example
3:39 AM 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 …

Aug 27, 2011:

4:25 PM Ticket #2000 (Need help for Switching of operating system using symantic ghost ...) closed by J-Paul Mesnage
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

Aug 26, 2011:

3:00 PM Ticket #2000 (Need help for Switching of operating system using symantic ghost ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:03 PM Ticket #2000 (Need help for Switching of operating system using symantic ghost ...) created by amarnath.reddy@…
Hi, I need code for switching os automatically from one os to …

Aug 25, 2011:

9:06 PM Ticket #1999 (DirCopy and DirMove have some bugs) created by anonymous
DirCopy - When I copy a dir to another place like this: …

Aug 19, 2011:

10:14 AM Ticket #1127 (Implement a new function : StdOutReadLine) updated by paulpmeier
StdoutReadLine Reads (only) a line from the STDOUT stream of a previously run child process. Like oExec.stdout.readline for the WshScriptExec object. It might be useful for Robocopy or other commandline programms which writes without stops into the stream buffer.
Note: See TracTimeline for information about the timeline view.