Timeline
Jan 30, 2013:
- 9:18 AM Ticket #2312 (Tray icon flashes into the black square) updated by
- 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
- Is that for compiled script or not?
- 12:25 PM Ticket #2312 (Tray icon flashes into the black square) created by
- 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
- 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
- @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
- 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
- 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
- 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
- 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
- Duplicate
- 4:18 PM Ticket #2308 ([GuiRichEdit.au3] Multiple RichEdit's not working (above 3.3.8.0)) updated by
- 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
- 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
- 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
- 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
- This ticket is referenced in revision: [7513]
- 8:23 AM Ticket #2263 (Add CryptGenRandom Function to Crypt.au3 UDF) updated by
- This ticket is referenced in revision: [7512]
Jan 18, 2013:
- 8:45 PM Ticket #2303 (Ribbon) closed by
- 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
- Rejected
- 8:40 PM Ticket #2306 (Notpad Application is not working properly) closed by
- Rejected
- 8:38 PM Ticket #2307 (ControlClick - Incorrect description of the function parameters) closed by
- No Bug
- 12:26 PM Ticket #2307 (ControlClick - Incorrect description of the function parameters) created by
- Invalid: ControlClick ( "title", "text", controlID [, button [, …
- 10:00 AM Ticket #2306 (Notpad Application is not working properly) updated by
-
Version changed
Automatic ticket cleanup. - 9:22 AM Ticket #2306 (Notpad Application is not working properly) created by
- 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
- 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
- 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
- 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
- This change was introduced in Revision: 5671 because of this ticket #1446
- 1:50 PM Ticket #2305 (_ScreenCapture_Capture() - Width & Heigth wrong) created by
- 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
- 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
-
Version changed
Automatic ticket cleanup. - 10:13 AM Ticket #2304 (ExitLoop new macro or out of all cycles) created by
- 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
- 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
- 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
-
Owner, Status changed
- 9:41 PM Ticket #2295 (Help on ObjGet) closed by
- Fixed: Fixed by revision [7475] in version: 3.3.9.5
- 9:35 PM Ticket #2062 (Example text _IEFormElementGetCollection) closed by
- 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
- Completed
- 8:49 PM Ticket #2296 (SHA2 for Crypt.au3) closed by
- 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
- What was the outcome of this?
- 7:12 PM Ticket #2301 (_GUICtrlComboBox_GetEditControl for standard combobox) closed by
- Rejected
- 7:11 PM Ticket #2301 (_GUICtrlComboBox_GetEditControl for standard combobox) updated by
- 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
-
Version changed
Automatic ticket cleanup. - 1:11 PM Ticket #2303 (Ribbon) created by
- 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
- 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
-
Version changed
Automatic ticket cleanup. - 1:59 AM Ticket #2302 (@ScriptLineNumber in compiled scripts) created by
- 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
- 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
- I have noticed a weird behavior when using $WS_EX_MDICHILD. I create …
- 10:35 AM Ticket #2299 (GUI Button Text Left-Justify Bug) created by
- 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
-
Owner, Component changed
- 4:14 PM Ticket #2297 (Tidy copying last line(s) of script to top of the script) updated by
- 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
-
Component changed
- 11:46 PM Ticket #2298 (Error in _WinAPI_EnumDisplayDevices) closed by
- Fixed: Fixed by revision [7456] in version: 3.3.9.5
- 9:34 AM Ticket #2298 (Error in _WinAPI_EnumDisplayDevices) created by
- 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
- Occasionally when I run Tidy on a script, with or without any custom …
Note:
See TracTimeline
for information about the timeline view.
