Timeline



Jul 13, 2016:

3:54 PM Ticket #3252 ($GUI_DROPACCEPTED with #RequireAdmin - Windows 10) updated by Kik
Ok you were right Jpm. Thanks
3:19 PM Ticket #605 (_InetSmtpMail sets wrong Date) updated by c.bendt@…
Same problem with Exchange 2013.

Jul 12, 2016:

7:53 AM Ticket #3252 ($GUI_DROPACCEPTED with #RequireAdmin - Windows 10) updated by J-Paul Mesnage
For me the behavior of Windows 10 is normal as when you run in Admin mode you have different access rights. The question is the access rights in Windows 7 are certainly identical as the one in requireadmin . You can verify that the confirmation of the switch to admin mode is not done, so the drop is OK

Jul 9, 2016:

4:45 PM Ticket #3252 ($GUI_DROPACCEPTED with #RequireAdmin - Windows 10) created by Kik
Hello Probleme with "Drop event" only with windows 10 This exemple …

Jul 8, 2016:

9:43 AM Ticket #3251 (@ScriptLineNumber as optional parameter in stripped script not working ...) closed by Jos
No Bug: Please post this in the Forum so we can discuss your issue. Closed as No-Bug for the moment Jos

Jul 7, 2016:

11:52 PM Ticket #3251 (@ScriptLineNumber as optional parameter in stripped script not working ...) created by cosote@…
@ScriptLineNumber as optional parameter is quite useful for custom …

Jun 30, 2016:

4:42 PM Ticket #2906 (TCPRecv can't detect closed client web browser sockets) updated by anonymous
I will have to write a compressed server that can respond to an html request with pictures on it. I'm not sure if I have the time or desire to complete that task. The server I was using is larger than it needs to be for a useful example. Good luck and I understand if you do not wish to pursue this without proper documentations.
4:21 AM Ticket #3116 ($WIN_STATE_* Constants Does Not Exist in AutoItConstants.au3) updated by TheDcoder <Email@…>
Replying to anonymous: > These aren't defined in version 3.5.4 (Sep 18) The fixes will be released with AutoIt v3.3.15.1

Jun 29, 2016:

9:46 PM Ticket #3116 ($WIN_STATE_* Constants Does Not Exist in AutoItConstants.au3) updated by jchd18
Don't confuse the versions of SciTE4AutoIt3 and AutoIt.
12:00 PM Ticket #3116 ($WIN_STATE_* Constants Does Not Exist in AutoItConstants.au3) updated by anonymous
These aren't defined in version 3.5.4 (Sep 18)
8:16 AM Ticket #3250 (New directive for changing AutoIt's Stack Depth) created by TheDcoder
As stated in …

Jun 27, 2016:

5:13 PM Ticket #3246 (_IENavigate not working redirect on IE 11/Win 10) updated by mLipok
The problem is with _IELoadWait(). Check this example with and without commented _IELoadWait() : […] Please confirm that this code is working for you in any other cases. If all is OK then you can use this as temp workaround. ---- btw. I have this solved with my IE Rewrited UDF. Unfortunately, I got stuck on the creation of documentation to this UDF. So I'm far from publishing stage.

Jun 23, 2016:

6:50 PM Ticket #3249 (AutoIt library for Robot Framework launches the incorrect file if ...) updated by Jos
Your report is lacking the script demonstrating the believed bug, but honestly think you should come to the forum and ask a question first because it could very well be a script error. Either way: Post a replicator script when posting a bug report or else it will be closed soon as "No Bug"! Jos
5:15 PM Ticket #3249 (AutoIt library for Robot Framework launches the incorrect file if ...) created by mvlismas@…
* Settings * Suite Setup Library AutoItLibrary * Test …

Jun 22, 2016:

5:59 PM Ticket #3248 (#AutoIt3Wrapper_Run_Stop_OnError not working when set to N) closed by Jos
Fixed: Fixed with v 16.612.1119.1 available in Beta
4:24 PM Ticket #3248 (#AutoIt3Wrapper_Run_Stop_OnError not working when set to N) created by anonymous
When setting #AutoIt3Wrapper_Run_Stop_OnError=N it still exits with error
4:23 PM Ticket #3246 (_IENavigate not working redirect on IE 11/Win 10) reopened by J-Paul Mesnage
I reopen as the page is well displayed but the script does end (Thx mlipok)
1:21 PM Ticket #3245 (_MemVirtualAllocEx - pointer types) updated by jchd18
Here again, you don't need the decimal value and even if you want it for display, my answer in the Help forum thread explains you how to do that reliably. There I also explain that you can do pointer arithmetic and comparison, provided you don't convert a pointer to an incompatible signed integer datatype, a pointless and error-prone operation. An uint_ptr or whatever_type_ptr is a pointer, aka ptr.
6:00 AM Ticket #3247 (Gimagex_Feature_Request) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:59 AM Ticket #3247 (Gimagex_Feature_Request) created by praveen.vinci@…
I request add feature to gimagex apply spanned wim images by adding …

Jun 21, 2016:

5:32 PM Ticket #3245 (_MemVirtualAllocEx - pointer types) updated by francoiste
spawned a related discussion regarding unsigned integers: https://www.autoitscript.com/forum/topic/183194-uint-unsigned-integer/
5:13 PM Ticket #3245 (_MemVirtualAllocEx - pointer types) updated by francoiste
correction to the problem description: at current the return types are incorrectly defined as "ptr". but they actually are of type "uint_ptr" (i.e. unsigned). but even if i fix it in my local "Memory.au3" include file it doesn't help: either way the value is returned as HEX (e.g. "0xFFFA0000"). and i have not found any built-in method that converts it to decimal value by taking into consideration that it is an UNSIGNED integer! however, i need the decimal representation for arithmetic comparison and some pointer logic. so as workaround i'm currently doing: - call _MemVirtualAlloc() - convert the returned value to string - do some custom parsing of that hex value to calculate the decimal value myself
7:54 AM Ticket #3246 (_IENavigate not working redirect on IE 11/Win 10) closed by J-Paul Mesnage
No Bug: I don'tsee the problem as the display is the same if you use your "http" directly Under IE11 Edge is displaying Something different I don't know who is the correct behavior
7:52 AM Ticket #3245 (_MemVirtualAllocEx - pointer types) closed by J-Paul Mesnage
Completed: […] If you display the type you can see that there is no problem. If you run in 64-Bit you get a large ptr
12:01 AM Ticket #3246 (_IENavigate not working redirect on IE 11/Win 10) updated by mLipok
You should ask on the forum in first place. ---- So please: Open it and wait for responses. This ticket I stay as is for a while.

Jun 20, 2016:

10:26 PM Ticket #3246 (_IENavigate not working redirect on IE 11/Win 10) created by error@…
Testscript: […] Error and Scriptfreeze: --> IE.au3 T3.0-2 …
4:53 PM Ticket #3245 (_MemVirtualAllocEx - pointer types) updated by francoiste
how to reproduce: […] additional info: all memomory addresses need to be of type "unsigned". in particular this is important for applications that are specially crafted to be "LargeAddressAware".
4:20 PM Ticket #3245 (_MemVirtualAllocEx - pointer types) created by francoiste
in the Memory.Au3 include file: for "_MemVirtualAlloc()" it should …

Jun 19, 2016:

11:38 AM Ticket #3244 (Codewizard.au3 Icon Fix poposal for Messagebox Tab and Tooltip Tab) updated by cyberyeye
Ok I've send you PM with a zip file including updated CodeWizard.au3 and ReadMe.txt Cyberyeye

Jun 18, 2016:

3:36 PM Ticket #3244 (Codewizard.au3 Icon Fix poposal for Messagebox Tab and Tooltip Tab) closed by Jos
No Bug: Not sure this will be compatible across all flavors of Windows, but I will accept any properly made changes to the source as the original developers aren't active anymore. Just PM/Send me the update in a zip file and I will merge it back into the distribution version. Closing this report as no bug. Jos

Jun 17, 2016:

3:27 PM Err_ToolTip_Icon.png attached to Ticket #3244 by anonymous
3:27 PM Err_MessageBox_Icon.png attached to Ticket #3244 by cyberyeye
Codewizard dont shown icon in messagebox tab
3:22 PM Ticket #3244 (Codewizard.au3 Icon Fix poposal for Messagebox Tab and Tooltip Tab) created by cyberyeye@…
Bug: Codewizard.au3 don't show icon in Messagebox tab and …
Note: See TracTimeline for information about the timeline view.