Timeline
Mar 10, 2022:
- 2:57 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by
- Ok. Now I agree that $GUI_DOCKBORDERS but also $GUI_DOCKAUTO works wrong. The issue occurs in case GUICtrlCreatePic was used to create the control, but there is no problem with controls created by: GUICtrlCreateButton. It starts on AutoIt 3.3.15.1
- 12:03 PM Ticket #3867 (Script Breaking Changes in 'SecurityConstants.au3') closed by
- Fixed: Fixed by revision [12670] in version: 3.3.15.6
- 8:23 AM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by
- Your're right, I Meant $GUI_DOCKBORDERS […] Replying to mLipok: > Replying to anonymous: > > $GUI_DOCKALL should resize the picture and keep the distance to all sides the same. > > Why you think that should resize the picture ? > > Documentatin says: > {{{ > $GUI_DOCKALL 802 (2+32+256+512) so the control will not move during resizing > }}} > To clarify I will add > {{{ > $GUI_DOCKALL 802 (2+32+256+512) so the control will not change (move/resize) during window resizing > }}} > > Is it clear now? >
Mar 9, 2022:
- 2:15 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by
- Replying to anonymous: > $GUI_DOCKALL should resize the picture and keep the distance to all sides the same. Why you think that should resize the picture ? Documentatin says: […] To clarify I will add […] Is it clear now?
- 11:23 AM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by
- $GUI_DOCKALL should resize the picture and keep the distance to all sides the same. $GUI_DOCKAUTO should also resize the picture, relative to the GUI size. (distance to the sides would relatively grow/shrink) Replying to mLipok: > I checked your bug reports. > It looks like $GUI_DOCKALL works fine > HelpFile: > ..…
- 10:25 AM Ticket #3867 (Script Breaking Changes in 'SecurityConstants.au3') created by
- There are 2 undocumented script breaking changes in …
Mar 8, 2022:
- 5:49 PM Ticket #3866 (REGEXPCLASS broken in 3.3.16.0) closed by
- Fixed: Fixed by revision [12668] in version: 3.3.16.1
- 5:39 PM Ticket #3866 (REGEXPCLASS broken in 3.3.16.0) created by
- Created a memory leak/object error with an optimization in 3.3.16.0
- 2:52 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by
- I checked your bug reports. It looks like $GUI_DOCKALL works fine HelpFile: […] Bug or change is in $GUI_DOCKAUTO HelpFile: […] In Au3.3.15.0 it works fine. Starting from Au3.3.15.1 it is not resizing, only repositioning. My testing script: […] Smallest repro: […]
- 2:39 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) updated by
-
Version, Description changed
- 12:46 PM Ticket #3865 (Image Control resizing behave as forced $GUI_DOCKWIDTH and $GUI_DOCKHEIGHT) created by
- […]
Mar 6, 2022:
- 9:50 PM Ticket #3864 (StringRegExp - AutoIt3.exe ended.rc:-1073741571) updated by
- Here is better, small example […] this example ends with: […] Is there a way to prevent this error in AutoIt internal C++ code for StringRegExp function ?
- 6:30 PM Milestone 3.3.16.0 completed
- 12:50 AM Ticket #3864 (StringRegExp - AutoIt3.exe ended.rc:-1073741571) updated by
- Cheers, Can you just comment what the expected behaviour is? I can see something is doubling but not what is supposed to be happening :)
Mar 5, 2022:
- 6:39 PM Ticket #3864 (StringRegExp - AutoIt3.exe ended.rc:-1073741571) created by
- This code […] ends with […] I hope someday it will be …
- 6:11 PM Ticket #2696 (StringRegExp* return non-participating groups) updated by
- Change reverted.
- 1:48 PM Ticket #3849 (Server 2022 @OSVersion returns WIN_2019) updated by
- For future testing purposes, I am posting a revised test script here: […] This is related to discussion from here: https://www.autoitscript.com/forum/topic/207634-autoit-v33155-beta/?do=findComment&comment=1497796 My current results are: […]
- 11:07 AM Ticket #3794 (StringRegExp - string passed by value instead by reference?) closed by
- Fixed: Fixed by revision [12648] in version: 3.3.15.6
Mar 3, 2022:
- 8:00 PM Ticket #2696 (StringRegExp* return non-participating groups) updated by
-
Milestone changed
Automatic ticket cleanup. - 7:04 PM Ticket #2696 (StringRegExp* return non-participating groups) reopened by
- Please check https://www.autoitscript.com/forum/topic/207664-autoit-v33155-beta-issue-with-_pathsplit/?tab=comments#comment-1497690 .. to see if that is as designed or caused by this fix... tnx
- 7:31 AM Ticket #3717 (StringFormat doesn't format int64 integers correctly) updated by
- Hi Jon, I know that there is special code for 64bits but as I don't think it was so important to add code to support to support them That why I propose to handle %d %i for x64 integer when running in X64 mode Perhaps my fix was not perfect.
Mar 1, 2022:
- 1:49 PM Ticket #3857 (DotNet 5/6 Support) updated by
- I'll look into this next release. I thought that .net standard 2.0 may not work when calling native code (The AutoItX.dll) but the internet seems to think it will work ok with DllImport.
Feb 27, 2022:
- 4:31 PM Milestone 3.3.15.5 completed
- 3:22 PM Ticket #3717 (StringFormat doesn't format int64 integers correctly) updated by
- That was me, btw.
- 3:21 PM Ticket #3717 (StringFormat doesn't format int64 integers correctly) updated by
- Didn't like the fix. I don't think that %d/%i should use a 32bit or 64bit value based on the version of AutoIt running. In C the printf %d is always 32bit, with a special code for using 64bits. Pointers I agree can be different on x86/x64.
- 3:05 PM Ticket #3215 (GUICtrlCreateUpdown looses GUICtrlSetResizing value on GUICtrlSetState ...) closed by
- Fixed: Fixed by revision [12636] in version: 3.3.15.5
- 3:02 PM Ticket #3760 (Number() bug with oversized integer values) closed by
- Fixed: Fixed by revision [12635] in version: 3.3.15.5
- 2:48 PM Ticket #3667 (Continuation line with no code on it passes Au3Check but at runtime ...) closed by
- Fixed: Fixed by revision [12634] in version: 3.3.15.5
- 2:44 PM Ticket #2866 (regread cant read x64 keys remote) closed by
- Fixed: Fixed by revision [12633] in version: 3.3.15.5
- 2:37 PM Ticket #2696 (StringRegExp* return non-participating groups) closed by
- Fixed: Fixed by revision [12632] in version: 3.3.15.5
- 2:34 PM Ticket #3831 (GUICtrlSetPos and $GUI_DOCKHCENTER) closed by
- Fixed: Fixed by revision [12631] in version: 3.3.15.5
- 2:32 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) closed by
- Fixed: Fixed by revision [12630] in version: 3.3.15.5
- 2:28 PM Ticket #3844 (Right bracket does not register as a hotkey) closed by
- Fixed: Fixed by revision [12629] in version: 3.3.15.5
- 2:22 PM Ticket #3836 (FileExists with trailing quotation mark) closed by
- Fixed: Fixed by revision [12628] in version: 3.3.15.5
- 2:17 PM Ticket #3849 (Server 2022 @OSVersion returns WIN_2019) closed by
- Completed: Added by revision [12627] in version: 3.3.15.5
Feb 25, 2022:
- 12:00 AM Ticket #3863 (_WinAPI_GetCapture) updated by
-
Version changed
Automatic ticket cleanup.
Feb 24, 2022:
- 11:00 PM Ticket #3863 (_WinAPI_GetCapture) created by
- _WinAPI_SetCapture _WinAPI_ReleaseCapture missing _WinAPI_GetCapture
Feb 10, 2022:
- 1:50 PM Ticket #3862 (Calling AutoItX.PixelSearch() throws access violation) closed by
- No Bug: Please ask questions in our forums as this place is for reporting bugs. Jos
- 11:26 AM Ticket #3862 (Calling AutoItX.PixelSearch() throws access violation) created by
- Code: […] if using x64 it shows the throw on PixelSearch, in x86 …
Note:
See TracTimeline
for information about the timeline view.
