Timeline



Feb 28, 2026: Today

1:59 PM Ticket #4077 (test) closed by Jon
Rejected
1:58 PM Ticket #4077 (test) created by Jon
12:27 PM WikiRestructuredTextLinks edited by trac
(diff)
12:27 PM WikiRestructuredText edited by trac
(diff)
12:27 PM WikiProcessors edited by trac
(diff)
12:27 PM WikiPageNames edited by trac
(diff)
12:27 PM WikiNewPage edited by trac
(diff)
12:27 PM WikiMacros edited by trac
(diff)
12:27 PM WikiHtml edited by trac
(diff)
12:27 PM WikiFormatting edited by trac
(diff)
12:27 PM WikiDeletePage edited by trac
(diff)
12:27 PM TracWorkflow edited by trac
(diff)
12:27 PM TracWiki edited by trac
(diff)
12:27 PM TracUpgrade edited by trac
(diff)
12:27 PM TracUnicode edited by trac
(diff)
12:27 PM TracTimeline edited by trac
(diff)
12:27 PM TracTicketsCustomFields edited by trac
(diff)
12:27 PM TracTickets edited by trac
(diff)
12:27 PM TracSyntaxColoring edited by trac
(diff)
12:27 PM TracSupport edited by trac
(diff)
12:27 PM TracStandalone edited by trac
(diff)
12:27 PM TracSearch edited by trac
(diff)
12:27 PM TracRss edited by trac
(diff)
12:27 PM TracRoadmap edited by trac
(diff)
12:27 PM TracRevisionLog edited by trac
(diff)
12:27 PM TracRepositoryAdmin edited by trac
(diff)
12:27 PM TracReports edited by trac
(diff)
12:27 PM TracQuery edited by trac
(diff)
12:27 PM TracPlugins edited by trac
(diff)
12:27 PM TracPermissions edited by trac
(diff)
12:27 PM TracNotification edited by trac
(diff)
12:27 PM TracNavigation edited by trac
(diff)
12:27 PM TracModWSGI edited by trac
(diff)
12:27 PM TracModPython edited by trac
(diff)
12:27 PM TracLogging edited by trac
(diff)
12:27 PM TracLinks edited by trac
(diff)
12:27 PM TracInterfaceCustomization edited by trac
(diff)
12:27 PM TracInstall edited by trac
(diff)
12:27 PM TracIni edited by trac
(diff)
12:27 PM TracImport edited by trac
(diff)
12:27 PM TracGuide edited by trac
(diff)
12:27 PM TracFineGrainedPermissions edited by trac
(diff)
12:27 PM TracFastCgi edited by trac
(diff)
12:27 PM TracEnvironment edited by trac
(diff)
12:27 PM TracChangeset edited by trac
(diff)
12:27 PM TracChangeLog edited by trac
(diff)
12:27 PM TracCgi edited by trac
(diff)
12:27 PM TracBrowser edited by trac
(diff)
12:27 PM TracBatchModify edited by trac
(diff)
12:27 PM TracBackup edited by trac
(diff)
12:27 PM TracAdmin edited by trac
(diff)
12:27 PM TracAccessibility edited by trac
(diff)
12:27 PM TicketQuery edited by trac
(diff)
12:27 PM PageTemplates edited by trac
(diff)
12:27 PM InterWiki edited by trac
(diff)
12:27 PM InterTrac edited by trac
(diff)
12:27 PM CamelCase edited by trac
(diff)

Feb 27, 2026: Yesterday

7:19 AM Ticket #4076 (__GUICtrlMenu_* examples are not working in Windows 11) updated by J-Paul Mesnage
Thanks JUst post a proposal

Feb 26, 2026:

12:25 PM Ticket #4076 (__GUICtrlMenu_* examples are not working in Windows 11) updated by Nine
All those examples using the menu from Notepad. For example : _GUICtrlMenu_DrawMenuBar _GUICtrlMenu_EnableMenuItem _GUICtrlMenu_GetItemChecked _GUICtrlMenu_GetItemCount _GUICtrlMenu_GetItemData _GUICtrlMenu_GetItemDefault etc. etc. Like I already suggested, we should be rewriting them with AutoIt GUI menus…
12:09 PM Ticket #4076 (__GUICtrlMenu_* examples are not working in Windows 11) updated by J-Paul Mesnage
Just propose a solution Thanks
9:10 AM Ticket #4076 (__GUICtrlMenu_* examples are not working in Windows 11) updated by J-Paul Mesnage
Can you point out some of them

Feb 25, 2026:

4:41 PM Ticket #4073 (Missing $FOFX_ constants) updated by Nine
Here a few methods : […]
3:54 PM Ticket #4073 (Missing $FOFX_ constants) updated by J-Paul Mesnage
Can I have a IFileOperation example ? Thanks
12:53 PM Ticket #4073 (Missing $FOFX_ constants) updated by anonymous
Yes it is only being useful in IFileOperation (not working with ShellFileOperation). But I'm not a big fan of having part of the constants list in one file, and have to put the other part locally. It might just be me, however I don't any harm having the full list in the official #include.

Feb 24, 2026:

7:42 PM Ticket #4076 (__GUICtrlMenu_* examples are not working in Windows 11) created by Nine
As title says many (not all) examples are not working anymore as they …
2:37 PM Ticket #4075 (Bug with example of _GUICtrlButton_GetImageList) closed by J-Paul Mesnage
Fixed: Fixed by revision [13298] in version: 3.3.19.0
1:02 PM Ticket #4075 (Bug with example of _GUICtrlButton_GetImageList) updated by J-Paul Mesnage
Yes I did, some time human beeing fails

Feb 23, 2026:

12:54 PM Ticket #4073 (Missing $FOFX_ constants) updated by anonymous
Nine might know different, but I don't think those FOFX_ constants are used outside of the IFileOperation interface. So until someone writes a standard UDF for that, perhaps it'd be better to hold off?
11:58 AM Ticket #4073 (Missing $FOFX_ constants) updated by J-Paul Mesnage
Thanks, any idea where to document them ?
10:36 AM Ticket #4073 (Missing $FOFX_ constants) updated by anonymous
A bit more info if its helpful. The existing FOF_* consts look to be defined to service _WinAPI_ShellFileOperation. They are used in a SHFILEOPSTRUCT struct, but I don't think the FOFX_ values are legal there. (just going by the info in the link).
9:50 AM Ticket #4073 (Missing $FOFX_ constants) updated by anonymous
I have no horse in the race, but to save legwork if need be ;) Pulled from ShObjIdl_core.h (or here) […]

Feb 22, 2026:

11:59 PM Ticket #4075 (Bug with example of _GUICtrlButton_GetImageList) created by Nine
Doing a @CRLFT at the end of a memoscript erases all the thing before. …

Feb 21, 2026:

1:17 PM Ticket #4073 (Missing $FOFX_ constants) updated by Nine
I am using them with interface COM created by ObjCreateInterface for IFileOperation (replacement of _WinAPI_ShellFileOperation since Vista). I suppose it can be compared to this other Track
9:45 AM Ticket #4073 (Missing $FOFX_ constants) updated by J-Paul Mesnage
Hi in which function those constants are they used ?
8:50 AM Ticket #4074 (Error in _WinAPI_GetKeyboardLayout example) closed by J-Paul Mesnage
Fixed: Fixed by revision [13294] in version: 3.3.19.0
8:43 AM Ticket #4072 (_WinAPI_CallWindowProc.au3 example crash - rc:-1073741819) closed by J-Paul Mesnage
Fixed: Fixed by revision [13293] in version: 3.3.19.0
12:51 AM Ticket #4072 (_WinAPI_CallWindowProc.au3 example crash - rc:-1073741819) updated by mLipok
Sorry for the short form - I was very busy when I reported it. I noticed a problem with the _WinAPI_CallWindowProc.au3 example. When I try to run it in 64-bit AutoIt, it crashes with the result: - rc:-1073741819 Could someone check this?

Feb 20, 2026:

2:18 PM Ticket #4074 (Error in _WinAPI_GetKeyboardLayout example) created by Nine
It should be _WinAPI_LoWord instead of _WinAPI_HiWord. […]
2:07 PM Ticket #4073 (Missing $FOFX_ constants) created by Nine
All $FOF_ constants are defined in APIShellExConstants.au3. But all …
7:45 AM Ticket #4070 (CHM HelpFile should open externall links in default windows browser) closed by J-Paul Mesnage
Completed: Added by revision [13291] in version: 3.3.19.0

Feb 19, 2026:

12:26 PM Ticket #4072 (_WinAPI_CallWindowProc.au3 example crash - rc:-1073741819) updated by mLipok
Description changed
12:25 PM Ticket #4072 (_WinAPI_CallWindowProc.au3 example crash - rc:-1073741819) updated by mLipok
Version changed
12:25 PM Ticket #4072 (_WinAPI_CallWindowProc.au3 example crash - rc:-1073741819) updated by mLipok
Component changed
12:24 PM Ticket #4072 (_WinAPI_CallWindowProc.au3 example crash - rc:-1073741819) updated by mLipok
Description changed
12:23 PM Ticket #4072 (_WinAPI_CallWindowProc.au3 example crash - rc:-1073741819) created by mLipok
Using _WinAPI_CallWindowProc.au3 I get: results for autoit3_x64.exe …

Feb 18, 2026:

12:43 PM Ticket #4071 ($GUI_ONTOP sends labels to wrong end of z-order) updated by pixelsearch
Well done jpm
12:29 PM Ticket #4071 ($GUI_ONTOP sends labels to wrong end of z-order) updated by J-Paul Mesnage
Owner, Status changed
8:50 AM Ticket #4071 ($GUI_ONTOP sends labels to wrong end of z-order) updated by J-Paul Mesnage
Hi, I found a solution for the use of $WS_CLIPSIBLINGS I am not sure why the solution for #2247 need to use an insertion to botom for label without the $WS_CLIPSIBLINGS Fix sent to Jon

Feb 17, 2026:

5:04 PM Ticket #4071 ($GUI_ONTOP sends labels to wrong end of z-order) updated by J-Paul Mesnage
Hi, The proposed go around are equivalent to revert the #2287 But now how to have both working? Thanks for the help

Feb 15, 2026:

1:47 PM Ticket #4071 ($GUI_ONTOP sends labels to wrong end of z-order) created by MattyD
Apologies if this should be a comment in #2287, I wasn't sure if that …

Feb 8, 2026:

3:00 PM Ticket #4070 (CHM HelpFile should open externall links in default windows browser) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:55 PM Ticket #4070 (CHM HelpFile should open externall links in default windows browser) updated by mLipok
Description changed
2:53 PM Ticket #4070 (CHM HelpFile should open externall links in default windows browser) updated by mLipok
Description changed
2:52 PM AutoIt HelpFile - błąd skryptu.png attached to Ticket #4070 by mLipok
AutoIt CHM HelpFil - script error when click the MSDN link
2:51 PM Ticket #4070 (CHM HelpFile should open externall links in default windows browser) created by mLipok
For example in Running under Windows 64-bit Edition section of the …

Jan 30, 2026:

4:28 PM Ticket #4068 (Add S_FALSE to WinAPIConstants) closed by J-Paul Mesnage
Completed: Added by revision [13271] in version: 3.3.19.0

Jan 29, 2026:

3:24 PM Ticket #4069 (Documentation for: _WinAPI_PrintWindow) closed by J-Paul Mesnage
Fixed: Fixed by revision [13269] in version: 3.3.19.0
Note: See TracTimeline for information about the timeline view.