Timeline



Aug 18, 2018:

9:00 PM Ticket #3653 (Can't set value of element of nested array) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:55 PM Ticket #3653 (Can't set value of element of nested array) updated by Melba23
Quote/ Think about your feature request. If you can do it via UDFs, then don't ask for it to be built in. There's a reason you can create your own functions. /Quote Certainly not a bug, but if it is a simple fix it might be worth the Devs looking at it. Otherwise just use your workaround as the above quote from the Trac lead-in page mentions. M23
8:52 PM Ticket #3653 (Can't set value of element of nested array) updated by Melba23
Type changed

Aug 17, 2018:

5:41 PM Ticket #3653 (Can't set value of element of nested array) created by gf16954@…
[…]

Aug 15, 2018:

7:24 PM Ticket #3652 (Window Bug) updated by Melba23
Quote/ Having tried WinClose, MouseClicks, ControlClick and any other related function on the Window, we found that it wasn't executing any of the functions that it normally does(We have executed the same function on numerous other Windows of the application successfully /Quote So how do you come to the conclusion that it is an AutoIt bug? If AutoIt interacts with other windows then the AutoIt code is certainly working - it must be something to do with this particular window which prevents AutoIt interaction. This is not uncommon with some apps (particularly games) - perhaps this is another case. Have you contacted the app developers to see if there is any reason why this "error" window (perhaps a hint in the type of dialog?) does not accept script interaction? M23

Aug 14, 2018:

4:11 PM Ticket #3652 (Window Bug) updated by anonymous
Hi BrewManNH, Thanks for the response. The AutoIt tool is unable to perform any function on this specific window for no apparent reason. Having detected the window and return the Window handler using WinWait and WinActive, it appears that the tool reads the Window and all the variables related to the window including the 'OK' button. Having tried WinClose, MouseClicks, ControlClick and any other related function on the Window, we found that it wasn't executing any of the functions that it normally does(We have executed the same function on numerous other Windows of the application successfully). Even MouseClick function seems absolutely unresponsive which has never happened. Moreover, these functions return the value 'successful' making the bug more absurd. Given the state of the issue, it can only be concluded as an AutoIt bug since nobody is able to reason out the inconsistency in the execution.

Aug 12, 2018:

6:10 PM Ticket #3650 (Image size off-by-one error with_GDIPlus_ImageResize) updated by anonymous
Forum discussion here https://www.autoitscript.com/forum/topic/195220-propose-using-imageattribute-with-setwrapmode-to-tileflipxy-on-_gdiplus_imagescale-and-_gdiplus_imageresize-moved/
6:10 PM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) updated by anonymous
Forum discussion here https://www.autoitscript.com/forum/topic/195220-propose-using-imageattribute-with-setwrapmode-to-tileflipxy-on-_gdiplus_imagescale-and-_gdiplus_imageresize-moved/
4:42 PM Ticket #3650 (Image size off-by-one error with_GDIPlus_ImageResize) updated by anonymous
Further testing reveals that it's not the bottom and right edges that are missing, but rather the entire image is shifted up and left by one pixel, so it's the top and left edge of the whole image is being clipped.

Aug 8, 2018:

9:37 PM Ticket #3652 (Window Bug) closed by BrewManNH
Rejected: This is a question that you need to ask in the forum first, as there's no bug reported, and no script that demonstrates a bug posted. Closing this.

Aug 7, 2018:

9:47 PM Window.jpg attached to Ticket #3652 by anonymous
9:46 PM Script.jpg attached to Ticket #3652 by anonymous
9:46 PM AutoIt Window Info.jpg attached to Ticket #3652 by anonymous
9:45 PM Ticket #3652 (Window Bug) created by tanaynigam12@…
Hi Team, I have an issue with a specific window that pops up during …
7:48 AM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by anonymous
Still not working, ends up with the same or similar .dll error

Aug 6, 2018:

6:07 PM TestNewResize.png attached to Ticket #3647 by anonymous
5:58 PM TestNewScale.png attached to Ticket #3647 by anonymous
5:58 PM TestOldResize.png attached to Ticket #3647 by anonymous
5:05 PM TestOldScale.png attached to Ticket #3647 by anonymous
5:04 PM TestImage.png attached to Ticket #3647 by anonymous
4:43 PM Test Resize.au3 attached to Ticket #3647 by mdepot@…
Submited code fix for this issue and also ticket #3650
4:40 PM Ticket #3650 (Image size off-by-one error with_GDIPlus_ImageResize) updated by anonymous
I made a fix which corrects this issue as well as the issue on ticket #3647. The fix is uploaded to ticket #3647.
4:38 PM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) updated by mdepot@…
I created a fix for this issue, as well as the issue in ticket #3650. The fix is within the attached file "Test Resize.au3" It contains replacement functions for _GDIPlus_ImageScale and _GDIPlus_ImageResize, as well as a new function to make a dll call to SetWrapMode on an ImageAttribute. These new functions add an ImageAttribute with WrapMode set to TileFlipXY. Currently it's passing the explicit integer 3 to SetWrapMode, which corresponds to TileFlipXY, but that 3 should be replaced with whatever the proper GDI variable is from the headers. Sorry I didn't have that info handy when I made this. Another improvement that could be made is for _GDIPlus_ImageScale to call _GDIPlus_ImageResize instead of repeating a lot of the same code within. Again, this was just a quick fix though. I'm also attaching some sample images showing old and new results.
10:33 AM Ticket #3651 (AutoIT3 Wrapper error after installing new version) closed by Jos
No Bug: Pretty sure this is not a bug but installation error. Closing the ticket and lets's have the conversation in the forum thread. Jos
10:05 AM Wrapper error 1.jpg attached to Ticket #3651 by Digdeep
AutoIT Wrapper error 1
10:05 AM Wrapper error 2.jpg attached to Ticket #3651 by Digdeep
AutoIT Wrapper errors
10:04 AM Ticket #3651 (AutoIT3 Wrapper error after installing new version) created by Digdeep
I just went ahead and installed AutoIT latest version and no longer …

Aug 3, 2018:

6:09 PM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) updated by anonymous
See also (somewhat) related ticket # 3650
6:08 PM PaintScreenshot.png attached to Ticket #3650 by anonymous
6:08 PM TestResult.png attached to Ticket #3650 by anonymous
6:08 PM TestImage.png attached to Ticket #3650 by anonymous
6:07 PM Ticket #3650 (Image size off-by-one error with_GDIPlus_ImageResize) created by anonymous
The function _GDIPlus_ImageResize creates images that seem to have an …
4:59 PM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) updated by anonymous
Some obligatory test code: #include <GDIPlus.au3> _GDIPlus_Startup() Local $hImage = _GDIPlus_ImageLoadFromFile(@ScriptDir & "\TestImage.png") Local $iWidth = _GDIPlus_ImageGetWidth($hImage) Local $iHeight = _GDIPlus_ImageGetHeight($hImage) Local $hBitmap = _GDIPlus_ImageResize( _ $hImage, $iWidth * 4, $iHeight * 4, _ $GDIP_INTERPOLATIONMODE_HIGHQUALITYBICUBIC) _GDIPlus_ImageSaveToFile($hBitmap, @ScriptDir & "\TestResult.png") Sleep(500) _GDIPlus_BitmapDispose($hBitmap) _GDIPlus_ImageDispose($hImage) _GDIPlus_Shutdown()
4:48 PM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) updated by anonymous
More good info about this issue here: https://photosauce.net/blog/post/image-scaling-with-gdi-part-3-drawimage-and-the-settings-that-affect-it here
4:43 PM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) updated by anonymous
Or to put it another way, in order to prevent the edge from doing interpolation against the default background, provide the DrawImage method with an ImageAttributes instance which has WrapMode set to TileFlipXY.
4:00 PM Ticket #3649 (Add the word glob to docs for search engines) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
3:30 PM Ticket #3649 (Add the word glob to docs for search engines) updated by anonymous
This would also be applicable on the docs for the FileFindFirstFile and FileFindNextFile functions.
3:18 PM Ticket #3649 (Add the word glob to docs for search engines) created by anonymous
People coming from other languages may search for the words "glob" or …
8:53 AM Ticket #3648 (_ISPressed not working with "GUI_WS_EX_PARENTDRAG") created by Memnon
https://www.autoitscript.com/forum/topic/195130-gui-with-_ispressed-and
2:56 AM Ticket #3647 (Ghost border artifact with _GDIPlus_ImageResize) created by anonymous
The function _GDIPlus_ImageResize creates images that exhibit the …

Aug 1, 2018:

12:25 PM Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) closed by J-Paul Mesnage
Duplicate: It has been fixed for the next Beta on my birthday …
9:00 AM Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
8:59 AM Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) reopened by Melba23

Jul 27, 2018:

5:31 AM Ticket #1130 ($tagNMLVKEYDOWN stuct not working in x64 OS) updated by supersonic
It seems that this ticket still needs some attention. Using AutoIt V3.3.14.5 running in 64 bit $tagNMLVKEYDOWN (-> VKey) returns always 0. Please re-check :) For a solution/workaround please see: https://www.autoitscript.com/forum/topic/195016-lvn_keydowntagnmlvkeydown-does-not-work-in-64-bit/

Jul 20, 2018:

7:04 PM Ticket #3627 (Feature Request: AutoItWinGetHandle()) updated by BrewManNH
What exactly do you need the handle of the hidden window for? In 8 years of using AutoIt, I don't think I've ever seen anyone that ever needed that information, so I'm curious as to why you think this is necessary.
Note: See TracTimeline for information about the timeline view.