Timeline
Jun 23, 2016:
- 6:50 PM Ticket #3249 (AutoIt library for Robot Framework launches the incorrect file if ...) updated by
- 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
- * 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
- 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
- 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
- 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
- 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
-
Version changed
Automatic ticket cleanup. - 5:59 AM Ticket #3247 (Gimagex_Feature_Request) created by
- 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
- 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
- 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
- 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
- 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
- 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
- Testscript: […] Error and Scriptfreeze: --> IE.au3 T3.0-2 …
- 4:53 PM Ticket #3245 (_MemVirtualAllocEx - pointer types) updated by
- 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
- 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
- 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
- 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:22 PM Ticket #3244 (Codewizard.au3 Icon Fix poposal for Messagebox Tab and Tooltip Tab) created by
- Bug: Codewizard.au3 don't show icon in Messagebox tab and …
Jun 11, 2016:
- 6:20 PM Ticket #3243 (_WinAPI_MoveFileEx(...$sNewFile = "" for delete not 0) updated by
- So this should work: […] Happy? M23
Jun 7, 2016:
- 2:03 PM Ticket #2906 (TCPRecv can't detect closed client web browser sockets) updated by
- Can you post a script showing the regresssion between 3.3.14.0 and 3.3.8? Thanks for your cooperation
Jun 6, 2016:
- 9:20 PM Ticket #3239 (_IEFormElementOptionSelect Doesn't Return Error on NoMatch) closed by
- Fixed: Fixed by revision [11713] in version: 3.3.15.1
- 9:19 PM Ticket #3239 (_IEFormElementOptionSelect Doesn't Return Error on NoMatch) updated by
-
Version, Component changed
- 9:16 PM Ticket #3239 (_IEFormElementOptionSelect Doesn't Return Error on NoMatch) updated by
-
Summary changed
- 9:03 PM Ticket #3242 (Buy_Backlinks) closed by
- No Bug
- 9:02 PM Ticket #3241 (Cheap_Links) closed by
- No Bug
- 1:01 AM Ticket #3243 (_WinAPI_MoveFileEx(...$sNewFile = "" for delete not 0) updated by
- Also, in the code example these declarations should probably go first: […]
Jun 5, 2016:
- 11:36 PM Ticket #3243 (_WinAPI_MoveFileEx(...$sNewFile = "" for delete not 0) updated by
- I thought I should clarify the following. The first result is when I ran my compiled code off an SMB network share: Target: UNC\tufileserver4\software$\AdminTools\Removal Tools\VIPRE\0 This is after I ran it from C:\Temp\ Target: C:\temp\0 And this is when I figured out that 2nd _WinAPI_MoveFileEx parameter is "" vs. 0. Target: DELETE -Christian
- 11:15 PM Ticket #3243 (_WinAPI_MoveFileEx(...$sNewFile = "" for delete not 0) created by
- _WinAPI_MoveFileEx(...$sNewFile = "" for delete not 0 The …
- 5:41 PM Ticket #3242 (Buy_Backlinks) created by
- You need backlinks? Just like this website has, buy www.backlinks.com …
- 2:40 PM Ticket #3241 (Cheap_Links) created by
- You need backlinks? Just like this website has, buy www.backlinks.com …
- 12:19 AM Ticket #2906 (TCPRecv can't detect closed client web browser sockets) updated by
- Autit version 3.3.8 proves again to be a more reliable version when it comes to TCP functions. I was working with Autoit v3.3.14.0 for windows 10, when suddenly TCPsend started doing very strange things. It refused to send the entire picture and would always leave 1 bit left unsent. Rendering my server script useless for media content. I did all the common things a person might do to fix the problem and my final solution was to downgrade back to 3.3.8. Thanks again for all your hard work created and maintaining Autoit3.
Jun 4, 2016:
- 10:49 PM Ticket #3240 (Constanst for _PathSplit's returned array) updated by
- Added by revision [11712] in version: 3.3.15.1
- 10:48 PM Ticket #3240 (Constanst for _PathSplit's returned array) closed by
- Completed: Added by revision [11711] in version: 3.3.15.1
- 10:31 PM Ticket #3233 (_GUICtrlListBox_GetSelCount returns 0 also if $hwnd isn't a handle) updated by
-
Milestone changed
I commited with a slight variation of mLipok's code suggestion - 10:29 PM Ticket #3233 (_GUICtrlListBox_GetSelCount returns 0 also if $hwnd isn't a handle) updated by
- Fixed by revision [11709] in version: 3.3.15.1
- 10:29 PM Ticket #3233 (_GUICtrlListBox_GetSelCount returns 0 also if $hwnd isn't a handle) closed by
- Fixed: Fixed by revision [11708] in version: 3.3.15.1
- 10:18 PM Ticket #3234 (Missing Online Documentation for Opt function.) closed by
- Duplicate
- 10:18 PM Ticket #3234 (Missing Online Documentation for Opt function.) updated by
- This is due to the nature of the build scripts and there is already a ticket for this #2719.
- 10:16 PM Ticket #3240 (Constanst for _PathSplit's returned array) updated by
- I would prefer the convention $PS_* over $PATH_*
- 6:00 PM Ticket #3229 (Aut2Exe - Shows popup dialoags from AutoIt3Wrapper when running silent) updated by
-
Version changed
Automatic ticket cleanup. - 5:42 PM Ticket #3221 (AutoItWrapper not stopping if #AutoIt3Wrapper_Run_Before fails) closed by
- Completed: Will be implemented if Autoit3Wrapper v 16.306.1237.3. Jos
- 5:07 PM Ticket #3229 (Aut2Exe - Shows popup dialoags from AutoIt3Wrapper when running silent) closed by
- Completed: This was already implemented in: v14.801.2025.5 Added check for AUT2EXE failure adding FileInstall() files. and set return code to 1. Jos
- 5:00 PM Ticket #3221 (AutoItWrapper not stopping if #AutoIt3Wrapper_Run_Before fails) updated by
-
Version changed
Automatic ticket cleanup. - 4:58 PM Ticket #3229 (Aut2Exe - Shows popup dialoags from AutoIt3Wrapper when running silent) updated by
-
Type changed
- 4:57 PM Ticket #3221 (AutoItWrapper not stopping if #AutoIt3Wrapper_Run_Before fails) updated by
-
Owner, Status, Version, Component changed
- 4:57 PM Ticket #3221 (AutoItWrapper not stopping if #AutoIt3Wrapper_Run_Before fails) updated by
- Still feel that an none zero returncode doesn't mean there is an error condition. Implementing an extra Directive and have that test for none zero is pretty easy so have no big objections against it. Will put it on my todo list to look and see its feasibility. Jos
- 4:51 PM Ticket #3229 (Aut2Exe - Shows popup dialoags from AutoIt3Wrapper when running silent) updated by
-
Owner, Status, Component changed
Jun 3, 2016:
- 9:15 AM Ticket #3240 (Constanst for _PathSplit's returned array) updated by
- I cant edit the above ticket, I would like to change the snippet to: […] Thanks again :)
- 9:11 AM Ticket #3240 (Constanst for _PathSplit's returned array) created by
- Hello, It would be nice if these constants were included in …
Jun 2, 2016:
- 5:36 PM Ticket #3239 (_IEFormElementOptionSelect Doesn't Return Error on NoMatch) created by
- As an example I have used a script from the help file and modded to …
Jun 1, 2016:
- 10:43 AM Ticket #2503 (Reference Definition Keyword) updated by
- So I little change you example (now is be more readeble): […] ---- Your example does exactly the same as this: […] ---- What advantage do you see in your example ?
May 30, 2016:
- 12:36 PM Ticket #2503 (Reference Definition Keyword) updated by
- Maybe for this: […] Or something similar to this: […] Creating a reference makes iterative variants of otherwise stack overflow generating functions possible.
Note:
See TracTimeline
for information about the timeline view.
