Timeline
Feb 16, 2013:
- 2:53 PM Ticket #2319 (_Singleton is not working at all) created by
- _Singleton doesn't return 0, if there are more than one instance of …
- 10:57 AM Ticket #2318 (simple _isPressed middle mouse is not working) updated by
- s/sending only up sends a release as well in this code./sending only DOWN sends a release as well in this code.
- 10:55 AM Ticket #2318 (simple _isPressed middle mouse is not working) updated by
- sending only up sends a release as well in this code. Local $hDLL = DllOpen("user32.dll") While 1 If _IsPressed("04", $hDLL) Then Send("{a down}") While _IsPressed("04", $hDLL) Sleep(2) WEnd sleep(2) EndIf WEnd
- 10:41 AM Ticket #2318 (simple _isPressed middle mouse is not working) updated by
- _isPressed is fine something is wrong with my send commands :p
- 10:24 AM Ticket #2318 (simple _isPressed middle mouse is not working) updated by
- author here i got this code from the documentation http://www.autoitscript.com/autoit3/docs/libfunctions/_IsPressed.htm #include <Misc.au3> Local $hDLL = DllOpen("user32.dll") While 1 If _IsPressed("10", $hDLL) Then ConsoleWrite("_IsPressed - Shift Key was pressed." & @CRLF) ; Wait until key is released. While _IsPressed("10", $hDLL) Sleep(250) WEnd ConsoleWrite("_IsPressed - Shift Key was released." & @CRLF) ElseIf _IsPressed("1B", $hDLL) Then MsgBox(0, "_IsPressed", "The Esc Key was pressed, therefore we will close the application.") ExitLoop EndIf Sleep(250) WEnd DllClose($hDLL)
- 10:09 AM Ticket #2318 (simple _isPressed middle mouse is not working) closed by
- No Bug
- 9:52 AM Ticket #2318 (simple _isPressed middle mouse is not working) created by
- hold middle button in notepad, only one 'a' gets pressed Local …
Feb 15, 2013:
- 3:33 PM Ticket #2317 (ObjCreate Memory Leak) created by
- According to the Helpfile. Setting any Object with a number or string …
- 2:09 PM Ticket #2316 (PowerPoint COM event handler initialization error) created by
- I'm getting this error while trying to initialize a com event handler …
Feb 14, 2013:
- 7:22 AM Ticket #2314 (Cursor Flicker - Control) updated by
- "The cursor flickers between "arrow" and "beam/carriage"." Exactly. Same switching for me.
Feb 10, 2013:
- 5:50 PM Ticket #1217 (InetGet resume ability) updated by
- Why not just adding the possibility to modify the HTTP request headers to be able to set the "range" header to download partial data. This will enable us to resume broken downloads. In other words, making the INetXXX functions a bit more flexible. Thanks for reading.
- 8:03 AM Ticket #2315 (Server 2012 @OSVersion not correct) created by
- Hi, I tried to use @OSVersion var with Server 2012, but it reports …
- 2:04 AM Ticket #2314 (Cursor Flicker - Control) updated by
- I have the same issue while moving cursor above input control. The cursor flickers between "arrow" and "beam/carriage". 3.3.8.1 Win 7 x64 Home Pro SP1
Feb 8, 2013:
- 1:53 PM Ticket #2314 (Cursor Flicker - Control) created by
- Maybe someone of the developers have a solution for the known problem …
Feb 2, 2013:
- 8:39 AM Ticket #2313 (InetGet's parameter: filename - bug) created by
- […] Problem: A string-trimmed variable $vocID cannot be …
- 1:22 AM Ticket #2312 (Tray icon flashes into the black square) updated by
- It is actual for x86 and x64 compiled (.exe) and native-script .au3 , there is no difference. I use standard windows 7 Aero theme.
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 …
Note:
See TracTimeline
for information about the timeline view.
