Timeline



Jan 30, 2013:

9:18 AM Ticket #2312 (Tray icon flashes into the black square) updated by J-Paul Mesnage
seems related with theme used. I have no pb Under Win8 compiled or not

Jan 29, 2013:

12:36 PM Ticket #2312 (Tray icon flashes into the black square) updated by trancexx
Is that for compiled script or not?
12:25 PM Ticket #2312 (Tray icon flashes into the black square) created by go2008to@…
Just in OS: Win 7 x64 Home Pro . Normal behaviour at WinXP. […] …
6:00 AM Ticket #2311 (Wrong handling of casesense parameter in StringReplace) created by MrCreatoR <mscreator@…>
The example bellow shows that casesense parameter in StringReplace not …

Jan 27, 2013:

9:15 PM Ticket #2297 (Tidy copying last line(s) of script to top of the script) updated by Jos
@BrewManNH, Thanks you for the snippet, I can now replicate the problem and will have a look. Jos

Jan 23, 2013:

12:57 PM Ticket #2309 (ObjEvent on ADO.Connection not returning strings) updated by trancexx
The issue was referenced by rev [7178]. That means the bug no longer exists. Unfortunatly this particular code example shows another issue with inability of internal string class to accept NULL pointers. That's why VARIANT to Variant function for VT_BSTR|VT_BYREF type must also check for possibly referenced NULL BSTR. The other option is to finally allow NULL pointers for string class.
8:36 AM Ticket #2310 (FileGetShortName result wrong for long filenames) updated by J-Paul Mesnage
the repro test can run only under 3.3.9.4 still true in the current next beta

Jan 22, 2013:

4:11 PM Ticket #2310 (FileGetShortName result wrong for long filenames) created by KaFu
The result returned by FileGetShortName seem wrong if the path is …

Jan 21, 2013:

6:43 PM Ticket #2309 (ObjEvent on ADO.Connection not returning strings) created by danielcovington
I have Created an Event Handler for ADO.CONNECTION the functions do …

Jan 20, 2013:

4:18 PM Ticket #2308 ([GuiRichEdit.au3] Multiple RichEdit's not working (above 3.3.8.0)) closed by guinness
Duplicate
4:18 PM Ticket #2308 ([GuiRichEdit.au3] Multiple RichEdit's not working (above 3.3.8.0)) updated by guinness
This has been fixed in the latest beta, see ticket #2077.
3:08 PM Ticket #2308 ([GuiRichEdit.au3] Multiple RichEdit's not working (above 3.3.8.0)) created by Joriktos
In Version 3.3.8.0 and above only the first created RichEdit will be …

Jan 19, 2013:

9:49 AM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by AdmiralAlkex
Replying to guinness: > What was the outcome of this? The Vogons did it.
9:31 AM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) closed by AdmiralAlkex
Completed: Added by revision [7514] in version: 3.3.9.5
9:09 AM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by AdmiralAlkex
This ticket is referenced in revision: [7513]
8:23 AM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by AdmiralAlkex
This ticket is referenced in revision: [7512]

Jan 18, 2013:

8:45 PM Ticket #2303 (Ribbon) closed by trancexx
Rejected: AutoIt supports creation and usage of the Ribbons. User just have to know how to use the language capabilities. Not everything has to be wrapped into a single function call.
8:40 PM Ticket #2304 (ExitLoop new macro or out of all cycles) closed by trancexx
Rejected
8:40 PM Ticket #2306 (Notpad Application is not working properly) closed by trancexx
Rejected
8:38 PM Ticket #2307 (ControlClick - Incorrect description of the function parameters) closed by trancexx
No Bug
12:26 PM Ticket #2307 (ControlClick - Incorrect description of the function parameters) created by anonymous
Invalid: ControlClick ( "title", "text", controlID [, button [, …
10:00 AM Ticket #2306 (Notpad Application is not working properly) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
9:29 AM EventHandler.java attached to Ticket #2306 by anonymous
9:22 AM Ticket #2306 (Notpad Application is not working properly) created by anonymous
Notepad Application is not working properly because there numerous …
8:29 AM Ticket #2297 (Tidy copying last line(s) of script to top of the script) updated by J-Paul Mesnage
perhaps also related with that the last line NL is not enforced.

Jan 17, 2013:

4:23 PM Ticket #2305 (_ScreenCapture_Capture() - Width & Heigth wrong) updated by anonymous
So maybe leave the +1 untouched and replace If $iRight = -1 Then $iRight = _WinAPI_GetSystemMetrics($SCREENCAPTURECONSTANT_SM_CXSCREEN) If $iBottom = -1 Then $iBottom = _WinAPI_GetSystemMetrics($SCREENCAPTURECONSTANT_SM_CYSCREEN) with If $iRight = -1 Then $iRight = _WinAPI_GetSystemMetrics($SCREENCAPTURECONSTANT_SM_CXSCREEN) - 1 ; -1 to correct 0,0 initial screen-pos If $iBottom = -1 Then $iBottom = _WinAPI_GetSystemMetrics($SCREENCAPTURECONSTANT_SM_CYSCREEN) - 1 ; -1 to correct 0,0 initial screen-pos ?
4:07 PM Ticket #2305 (_ScreenCapture_Capture() - Width & Heigth wrong) updated by anonymous
Well, a really philosophical question... Capturing the full screen starts at 0,0 and thus the +1 results in a pic of 801x601 on a 800x600 screen.
3:55 PM Ticket #2305 (_ScreenCapture_Capture() - Width & Heigth wrong) updated by guinness
This change was introduced in Revision: 5671 because of this ticket #1446
1:50 PM Ticket #2305 (_ScreenCapture_Capture() - Width & Heigth wrong) created by KaFu
Local $iW = ($iRight - $iLeft) + 1 Local $iH = ($iBottom - $iTop) + 1 …
11:03 AM Ticket #2304 (ExitLoop new macro or out of all cycles) updated by anonymous
If you write the code then surely you know how many loop levels there are?
11:00 AM Ticket #2304 (ExitLoop new macro or out of all cycles) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
10:13 AM Ticket #2304 (ExitLoop new macro or out of all cycles) created by anonymous
it would be great if exitloop out of all nested loops! for example Do …

Jan 16, 2013:

5:47 PM Ticket #2297 (Tidy copying last line(s) of script to top of the script) updated by BrewManNH
I used the latest version in the Beta section, 2.3.0.1 and it is demonstrating the same issue. I finally tracked it down to what will cause it almost every time for me. […] When I run Tidy on this, I get 2 copies of the EndFunc line at the top of the script. It only happens when you use /rel and /sf together, I have it set that way in the tidy.ini file so it took some doing to figure out which was causing the problem. If you add more lines that have to be removed, you get more copies of the last line at the top of the script.
1:40 PM Ticket #2193 (Addition to the String UDF) closed by guinness
Completed: Added by revision [7486] in version: 3.3.9.5

Jan 15, 2013:

10:08 PM Ticket #2193 (Addition to the String UDF) updated by guinness
Owner, Status changed
9:41 PM Ticket #2295 (Help on ObjGet) closed by guinness
Fixed: Fixed by revision [7475] in version: 3.3.9.5
9:35 PM Ticket #2062 (Example text _IEFormElementGetCollection) closed by guinness
Fixed: Fixed by revision [7474] in version: 3.3.9.5
9:00 PM Ticket #2264 (Global Const $IEAU3VersionInfo in IE.au3 has incorrect version info) closed by guinness
Completed
8:49 PM Ticket #2296 (SHA2 for Crypt.au3) closed by guinness
Rejected: AutoIt supports Windows 2000 and above and thus adding these would cause more issues for very little benefit.
8:23 PM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by guinness
What was the outcome of this?
7:12 PM Ticket #2301 (_GUICtrlComboBox_GetEditControl for standard combobox) closed by guinness
Rejected
7:11 PM Ticket #2301 (_GUICtrlComboBox_GetEditControl for standard combobox) updated by guinness
The example for _GUICtrlComboBox_GetComboBoxInfo already explains how to obtain this information and given the simple nature of the ComboBox UDF, there is no requirement for such a function.
2:00 PM Ticket #2303 (Ribbon) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:11 PM Ticket #2303 (Ribbon) created by PlayHD
I would be nice to add to AutoIt Ribbon support. Its a nice way to …
10:48 AM Ticket #2302 (@ScriptLineNumber in compiled scripts) closed by trancexx
Rejected: This was added some time ago. You probably need to install newer version of AutoIt.
2:00 AM Ticket #2302 (@ScriptLineNumber in compiled scripts) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
1:59 AM Ticket #2302 (@ScriptLineNumber in compiled scripts) created by Fulgor
For testing I put several MsgBox(0,@ScriptLineNumber , "error x") in …

Jan 14, 2013:

8:16 PM Ticket #2301 (_GUICtrlComboBox_GetEditControl for standard combobox) created by funkey
Maybe this is helpful, because ComboBoxEx has the same function […]

Jan 13, 2013:

6:51 PM Ticket #2300 ($WS_EX_MDICHILD style affects all childs created after it so they act ...) created by AoRaToS
I have noticed a weird behavior when using $WS_EX_MDICHILD. I create …
10:36 AM ButtonTextLeftJustifyBug.au3 attached to Ticket #2299 by jfregin@…
10:35 AM Ticket #2299 (GUI Button Text Left-Justify Bug) created by anonymous
When left-justify button text formatting is set, it changes text color …

Jan 10, 2013:

4:38 PM Ticket #2297 (Tidy copying last line(s) of script to top of the script) updated by Jos
Owner, Component changed
4:14 PM Ticket #2297 (Tidy copying last line(s) of script to top of the script) updated by Jos
To be able to look at this I would need: - Scriptlet to reproduce the issue. - Tidy version used. Thanks jos

Jan 9, 2013:

11:53 PM Ticket #2297 (Tidy copying last line(s) of script to top of the script) updated by guinness
Component changed
11:46 PM Ticket #2298 (Error in _WinAPI_EnumDisplayDevices) closed by guinness
Fixed: Fixed by revision [7456] in version: 3.3.9.5
9:34 AM Ticket #2298 (Error in _WinAPI_EnumDisplayDevices) created by KaFu
EnumDisplayDevices returns 0 if display device number is not valid. …

Jan 8, 2013:

6:18 PM Ticket #2297 (Tidy copying last line(s) of script to top of the script) created by BrewManNH
Occasionally when I run Tidy on a script, with or without any custom …
Note: See TracTimeline for information about the timeline view.