Timeline



Jul 15, 2021:

3:08 PM Ticket #3843 (SciTE tool "Jump to Function Prod" unable to find function definition ...) closed by Jos
Fixed: I have made a change to AutoItGotoDefinition.lua, now available in the Beta directory, which is a little different than your proposal, but should also solve the issue. Thanks for the report. Jos

Jul 14, 2021:

7:26 PM Ticket #3843 (SciTE tool "Jump to Function Prod" unable to find function definition ...) created by anonymous
In the case where local files are included with "<>", SciTE tool "Jump …
3:10 PM Ticket #3841 (COM Error Handling) updated by kAnon
It's still inconvenient to work with arrays of objects. Why is the behavior different for an array cell and a regular variable?
2:28 PM Ticket #3841 (COM Error Handling) closed by J-Paul Mesnage
No Bug
2:24 PM Ticket #3842 (_ArrayToString() documented defaults confusing and arguably wrong) closed by J-Paul Mesnage
Fixed: Fixed by revision [12582] in version: 3.3.15.5
2:23 PM Ticket #3841 (COM Error Handling) updated by jchd18
The description is a little wrong: the issue arises only with an uninitialized variable in an array and TestComError applied to it. The following works correctly, which is a more real-world situation. Non-objects variables can't invoke a COM error handler by themselves, so that IFAIK only the TestComError method can make this minor problem show up. […]
12:24 PM Ticket #3836 (FileExists with trailing quotation mark) updated by J-Paul Mesnage
Owner, Status changed
Fix sent to Jon
11:12 AM Ticket #3842 (_ArrayToString() documented defaults confusing and arguably wrong) created by SteveJM
Purely in the hope of helping those who come after me: In the …
9:41 AM Ticket #3841 (COM Error Handling) created by kAnon
Error handler does not work with array elements. […] Console …
7:41 AM Ticket #3833 (_WinAPI_RegisterRawInputDevices and $iCount parameter) closed by J-Paul Mesnage
Fixed: Fixed by revision [12581] in version: 3.3.15.5

Jul 13, 2021:

8:25 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by kAnon
still strange behavior […]
7:59 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by kAnon
screenshot
7:58 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by kAnon
I don’t know English and almost don’t understand you (even with Google Translate), but with the extended style in full screen mode, the client area is calculated incorrectly […]
11:01 AM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by J-Paul Mesnage
Owner, Status changed
In fact if you use Maximised stated it works Any I did a small improvement for your test not using Extendedstyle = 0 which does not make sense to me. I sent the fix to Jon […]

Jul 12, 2021:

4:41 PM Ticket #3831 (GUICtrlSetPos and $GUI_DOCKHCENTER) updated by J-Paul Mesnage
Owner, Status changed
Thanks Fix sent to Jon

Jul 11, 2021:

11:14 AM Ticket #3835 (Replace constants with magic numbers) closed by J-Paul Mesnage
Fixed: Fixed by revision [12580] in version: 3.3.15.5
10:02 AM Ticket #3835 (Replace constants with magic numbers) updated by J-Paul Mesnage
Summary changed

Jul 10, 2021:

11:00 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) updated by kAnon
Error reproduction
9:29 AM Ticket #3831 (GUICtrlSetPos and $GUI_DOCKHCENTER) updated by kAnon
Error reproduction

Jul 9, 2021:

10:46 PM Ticket #3840 (file path given does not selects properly) closed by Jos
No Bug: This is not a Feature request nor proper bug report, so visit our forums when you have questions! Jos
6:00 PM Ticket #3840 (file path given does not selects properly) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
5:01 PM Ticket #3840 (file path given does not selects properly) created by anonymous
When we want to select any file for uploading to attach a specific …

Jul 7, 2021:

1:00 PM Ticket #3839 (User data in control) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
12:50 PM Ticket #3839 (User data in control) created by anonymous
I suggest adding functions to associate data (of any type) with the …

Jul 6, 2021:

5:35 PM Ticket #3837 (StringFormat() number of replacements performed stored in the ...) updated by jchd18
I don't see the point: StringFormat formats exactly as many % specifications as the user provides and this is the minimum number of variables passed as arguments after the format.
12:03 PM Ticket #3838 (Bug with structure and dot-notation) updated by J-Paul Mesnage
Owner, Status changed
When I fix #2443 I solved it Does not seem to be related but it Works ... Fix already sent to Jon
12:31 AM Ticket #3838 (Bug with structure and dot-notation) created by Nine
#include <WinAPIDiag.au3> Local $tData = DllStructCreate("ushort …

Jul 5, 2021:

3:00 PM Ticket #3837 (StringFormat() number of replacements performed stored in the ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:23 PM Ticket #3837 (StringFormat() number of replacements performed stored in the ...) updated by mLipok
Description changed
2:21 PM Ticket #3837 (StringFormat() number of replacements performed stored in the ...) created by mLipok
I was thinking today about how to dermine how many (or if any) …

Jul 4, 2021:

7:25 AM Ticket #3836 (FileExists with trailing quotation mark) updated by therks@…
The following functions all behave similarly (ignoring the trailing quotation marks and returning valid results): FileGetAttrib, FileGetLongName, FileGetShortName, FileGetSize, FileGetTime FileGetVersion behaves expectedly, returning "0.0.0.0" […]
4:47 AM Ticket #3836 (FileExists with trailing quotation mark) created by therks@…
Mentioned here first: …

Jul 2, 2021:

1:58 PM Ticket #3835 (Replace constants with magic numbers) updated by anonymous
[…]
1:57 PM Ticket #3835 (Replace constants with magic numbers) updated by anonymous
Lead to a uniform style […] […]
1:50 PM Ticket #3835 (Replace constants with magic numbers) created by anonymous
Constants are already declared, but not used in the documentation. …
12:34 PM Ticket #3834 (VarGetType documentation) closed by J-Paul Mesnage
Fixed: Thanks, Ok in the beta

Jul 1, 2021:

8:46 PM Ticket #3834 (VarGetType documentation) created by kAnon
The example for …
8:17 PM Ticket #3833 (_WinAPI_RegisterRawInputDevices and $iCount parameter) created by kAnon
The cbSize parameter is calculated incorrectly if $iCount is greater …
7:43 PM Ticket #3832 (IDispatch and the "_" character) created by kAnon
It is not possible to call the IDispatch method of an interface if its …
6:13 PM Ticket #3831 (GUICtrlSetPos and $GUI_DOCKHCENTER) created by kAnon
Using GUICtrlSetPos on elements with $GUI_DOCKHCENTER set does not …
6:02 PM Ticket #3830 (GUICtrlSetResizing and fullscreen mode) created by kAnon
$GUI_DOCKBOTTOM doesn't work correctly when switching fullscreen mode. …
5:44 PM Ticket #3829 (ObjCreateInterface and STRUCT type.) created by kAnon
Passing structure by value doesn't work in 64 bit mode. […] …

Jun 28, 2021:

11:13 AM Ticket #3826 (Background not erased for label with $GUI_BKCOLOR_TRANSPARENT set) updated by J-Paul Mesnage
Owner, Status changed
just add a Sleep(10) after the GUICtrlSetData() I will send a fix to Jon so the sleep() will not be needed. In fact it is not a good habit to update continously a GUI without sleeping a while to allows others processes to get some CPU time

Jun 25, 2021:

6:11 PM Ticket #3662 (Additional Parameter for FileGetTime() to return the milliseconds as well) closed by J-Paul Mesnage
Fixed: included in 3.3.15.4

Jun 23, 2021:

5:21 PM Ticket #3827 (_GUICtrlListView_ClickItem send clicks outside ListView area) closed by J-Paul Mesnage
Fixed: Fixed by revision [12579] in version: 3.3.15.5

Jun 22, 2021:

9:59 AM Ticket #3828 (SetError() and SetExtended() - broken link to Return in Related) closed by J-Paul Mesnage
Fixed: Fixed by revision [12577] in version: 3.3.15.5

Jun 21, 2021:

8:04 PM Ticket #3828 (SetError() and SetExtended() - broken link to Return in Related) updated by Jos
Think all it needs is to be changed in SetError.txt to: […] .. and the SetExtended.txt the same change. Jos
6:22 PM Ticket #3828 (SetError() and SetExtended() - broken link to Return in Related) updated by mLipok
Description, Summary changed
6:18 PM Ticket #3828 (SetError() and SetExtended() - broken link to Return in Related) created by mLipok
In SetError() and in SetExtended() documentation in "Related section", …

Jun 16, 2021:

9:59 PM Ticket #3827 (_GUICtrlListView_ClickItem send clicks outside ListView area) created by pixelsearch
When there is a horizontal scrollbar in ListView, if this scrollbar is …
Note: See TracTimeline for information about the timeline view.