Timeline
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.
May 25, 2016:
- 9:31 PM Ticket #3212 (Fast Shutdown) closed by
- Rejected: This is a site for feature requests, not questions. Also, have you tried it yourself to see if it supports it? Your topic in GH&S https://www.autoitscript.com/forum/topic/180861-ewx_hybrid_shutdown/ suggests you have already tried this and found your answer.
- 6:11 AM Ticket #530 (HotKeySet ignores optional parameters) updated by
- It would be nice feature request I presume.
May 24, 2016:
- 6:00 PM Ticket #530 (HotKeySet ignores optional parameters) updated by
- Still not a bug, read the help file. HotKeySet functions can NOT have parameters.
- 9:08 AM Ticket #3232 (Issue when parsing scientific notation literals) updated by
-
Description changed
- 9:07 AM Ticket #3232 (Issue when parsing scientific notation literals) updated by
- That's obvious, since tidying the code inserts whitespace between literals and operators, when needed, for readability. The bug remains that untidied code isn't parsed correctly or gives wrong results.
- 8:59 AM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by
- I promise you that this issue is not a feature request.... I've seen that post, and every other post on the AutoIt forums including the term DPI, and almost every post returned by Google ten pages deep into my searches on 'DPI scaling' and related searches that exist. If the 'AutoIt v3 Window Info' program you distribute shows incorrect pixels in the magnify window while using the finder tool, as I've already clearly described (DPI scaling setting over 100%, point the finder tool target at something), that is a bug. If PixelGetColor returns incorrect values for any and all users who have a DPI scaling setting over 100%, that is a bug. If you're not having these issues on your Windows system using a DPI scaling setting of over 100%, this still could be considered a bug. I don't seem to have this problem using Windows magnifier. The pixels directly under my cursor are what show up in its magnification area. I could include DllCall("User32.dll","bool","SetProcessDPIAware") into every script I've ever written. It will not change what the magnify window shows when using the window info finder tool, nor will it return correct values using PixelGetColor using any of the PixelCoordMode settings. Therefore, unless your solution to this problem is to require anyone using AutoIt to also not use DPI scaling, perhaps you should move this ticket back to Bug. Thanks.
May 23, 2016:
- 9:46 PM Ticket #3232 (Issue when parsing scientific notation literals) updated by
- If I run Tidy on those lines, I get the correct results.
- 9:00 PM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by
-
Version changed
Automatic ticket cleanup. - 8:05 PM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by
-
Type changed
- 8:05 PM Ticket #3238 (Au3info doesn't compensate for DPI scaling) updated by
- You can make your own scripts DPI-aware as explained here: https://www.autoitscript.com/forum/topic/182423-wrong-screen-resolution-displayed-by-autoit-macros/#comment-1310175 This is a "Feature Request" and will be moved. M23
- 2:44 PM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) updated by
- Mr. Javascript, It won't make a difference... You don't need admin access to write to %temp% AVs are known to mess with aut2exe, Temporarily disabling them might help.
- 2:34 PM Ticket #2936 (autoit-3.3.13.19 compiler throws error unable to write .tmp file) updated by
- You must compile/built your script as administrator. So, open your IDE (SciTe) as Administrator.
May 22, 2016:
- 10:47 AM Ticket #3237 (_EventLog__Read has an error in the __EventLog_DecodeDesc Function, ...) updated by
- Here is the fuction with code for insertion on %% placeholders ------------------------------------------------------------------------------------> Func EventLog_DecodeDesc($tEventLog) Local $aStrings = EventLog_DecodeStrings($tEventLog) Local $sSource = EventLog_DecodeSource($tEventLog) Local $iEventID = DllStructGetData($tEventLog, "EventID") Local $sKey = "HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\" & $g_sSourceName_Event & "\" & $sSource Local $aMsgDLL = StringSplit(_WinAPI_ExpandEnvironmentStrings(RegRead($sKey, "EventMessageFile")), ";") Local $iFlags = BitOR($EVENTLOG_FORMAT_MESSAGE_FROM_HMODULE, $EVENTLOG_FORMAT_MESSAGE_IGNORE_INSERTS) Local $sDesc = "" For $iI = 1 To $aMsgDLL[0] Local $hDLL = _WinAPI_LoadLibraryEx($aMsgDLL[$iI], $EVENTLOG_LOAD_LIBRARY_AS_DATAFILE) If $hDLL = 0 Then ContinueLoop Local $tBuffer = DllStructCreate("wchar Text[4096]") _WinAPI_FormatMessage($iFlags, $hDLL, $iEventID, 0, $tBuffer, 4096, 0) _WinAPI_FreeLibrary($hDLL) $sDesc &= DllStructGetData($tBuffer, "Text") Next ;ADDED Source\Source\ParameterMessageFile for %% insertion place holders $sKey = "HKLM\SYSTEM\CurrentControlSet\Services\Eventlog\" & $g_sSourceName_Event & "\" & $g_sSourceName_Event $aMsgDLL = StringSplit(_WinAPI_ExpandEnvironmentStrings(RegRead($sKey, "ParameterMessageFile")), ";") For $iI = 1 To $aMsgDLL[0] $hDLL = _WinAPI_LoadLibraryEx($aMsgDLL[$iI], $EVENTLOG_LOAD_LIBRARY_AS_DATAFILE) If $hDLL <> 0 Then For $iJ = 1 To $aStrings[0] ;Added to parse secondary replacements Local $tBuffer = DllStructCreate("wchar Text[4096]") If StringInStr($aStrings[$iJ], "%%") Then _WinAPI_FormatMessage($iFlags, $hDLL, Int(StringTrimLeft($aStrings[$iJ], 2)), 0, $tBuffer, 4096, 0) If @error = 0 Then $aStrings[$iJ] = DllStructGetData($tBuffer, "Text") EndIf Next _WinAPI_FreeLibrary($hDLL) EndIf Next If $sDesc = "" Then For $iI = 1 To $aStrings[0] $sDesc &= $aStrings[$iI] Next Else For $iI = 1 To $aStrings[0] $sDesc = StringReplace($sDesc, "%" & $iI, $aStrings[$iI], 1);Fixed Next EndIf Return StringStripWS($sDesc, $STR_STRIPLEADING + $STR_STRIPTRAILING) EndFunc ;==>EventLog_DecodeDesc
- 9:54 AM Ticket #3238 (Au3info doesn't compensate for DPI scaling) created by
- I'm using Windows 10 on a laptop with a 1920x1080 screen with standard …
Note:
See TracTimeline
for information about the timeline view.
