Timeline



Mar 7, 2021:

5:59 PM Ticket #3810 (_ArrayUnique not handling "Default" for Parameter $iIntType) created by SEuBo
_ArrayUnique is missing a line […] thus returning @error = 5, …
1:26 PM Ticket #3808 (ProgressOn/ProgressSet - size of the progress window) updated by J-Paul Mesnage
Owner, Status changed
1:25 PM Ticket #3808 (ProgressOn/ProgressSet - size of the progress window) updated by J-Paul Mesnage
Fix sent to Jon

Mar 5, 2021:

10:33 AM Ticket #3809 (WinGetTitle returns blank on Windows 10 using _WinAPI_CreateWindowEx) updated by mLipok
Description changed

Mar 4, 2021:

7:54 PM Ticket #3809 (WinGetTitle returns blank on Windows 10 using _WinAPI_CreateWindowEx) created by Nine
It is working fine under Win7. But with Win10, WinGetTitle returns …
3:30 PM Ticket #3808 (ProgressOn/ProgressSet - size of the progress window) updated by mLipok
Description changed
3:00 PM Ticket #3808 (ProgressOn/ProgressSet - size of the progress window) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:03 PM Ticket #3808 (ProgressOn/ProgressSet - size of the progress window) created by mLipok
please enlarge the window so that it will be possible to insert a …

Mar 3, 2021:

8:10 AM Ticket #3211 (PixelCheckSum not honouring hwnd parameter) updated by J-Paul Mesnage
The fix concern only the doc As the PixelCoordMode is set by default to SCREEN(1) mode the hwnd has NO EFFECT. PixelCoordMode must be set to WINDOWS(0) or CLIENT(2) as needed.

Feb 28, 2021:

4:31 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) closed by J-Paul Mesnage
Completed: Added by revision [12494] in version: 3.3.15.4
3:59 PM Ticket #3804 (_GUICtrlMenu_CreateMenu() example) closed by J-Paul Mesnage
Completed: Added by revision [12493] in version: 3.3.15.4

Feb 26, 2021:

7:13 AM Ticket #3702 (Make Execute capable of processing declarations) closed by J-Paul Mesnage
Rejected: no answer so I assume I am right!!! so I close it

Feb 24, 2021:

10:09 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) updated by argumentum
..also, to avoid all those #include, this next example may be a better fit […] by adding GDIPlus_GetSysColor() as an internal function.
9:49 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) updated by argumentum
...actually my request is because I use https://www.autoitscript.com/forum/files/file/489-my-fine-tuned-high-contrast-theme/ and I don't have black as default text, so, to have a proper default we'd have to lookup the default color by If $iARGB = Default Then $iARGB = _WinAPI_SwitchColor(_WinAPI_GetSysColor($COLOR_WINDOWTEXT)) + 0xFF000000 so the modified example is […]
9:24 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) updated by argumentum
All "Brush" in GDIplus use ARGB. It should not be a "got ya". The function can exclude the Alpha aspect altogether and pass a $iRGB, but the extra $iARGB is from _GDIPlus_BrushCreateSolid(). On the other hand, an alpha of 0x00 is like .. will show nothing. So adding the 0xFF would aid a scripter that did not read the included help ( that by then will have a use example ). I vote for "no alpha force" to keep it in line with _GDIPlus_GraphicsDrawStringEx() where the _GDIPlus_BrushCreateSolid() calls for ARGB.
5:54 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) updated by J-Paul Mesnage
Thanks, so I think If alpha = 0 then we need to force alpha = 0xff right?
3:37 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) updated by argumentum
yes. I only added the default for _GDIPlus_BrushCreateSolid(), and this function calls for it. In my testing below, it shows to work with Alpha other than FF […]
12:07 PM Ticket #3807 (GUISetIcon does not display the correct icon in task bar) updated by J-Paul Mesnage
Owner, Status changed
Thanks, fix set to Jon

Feb 23, 2021:

1:16 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) updated by J-Paul Mesnage
Hi, Do you understand why it is working only if alpha channel is set to FF 0XFF0000 does not work with the AutoIt Example

Feb 22, 2021:

1:54 PM Ticket #3807 (GUISetIcon does not display the correct icon in task bar) created by Nine
#include <GUIConstantsEx.au3> Example() Func Example() Local $hGUI …
1:20 PM Ticket #3805 (Missing letter t at the end of $tagRID_DEVICE_INFO_KEYBOARD definition) closed by J-Paul Mesnage
Fixed: Fixed by revision [12491] in version: 3.3.15.4

Feb 21, 2021:

3:00 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
2:19 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) created by argumentum
_GDIPlus_GraphicsDrawString() is a wrapper for …

Feb 19, 2021:

7:26 PM Ticket #3805 (Missing letter t at the end of $tagRID_DEVICE_INFO_KEYBOARD definition) created by Nine
In file WinAPISys.au3. Currently it is : Global Const …

Feb 18, 2021:

4:29 PM Ticket #3116 ($WIN_STATE_* Constants Does Not Exist in AutoItConstants.au3) updated by jeff.allen.nj@…
Still not there in SciTE Version 3.6.6

Feb 11, 2021:

9:00 PM Ticket #3804 (_GUICtrlMenu_CreateMenu() example) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
8:55 PM Ticket #3804 (_GUICtrlMenu_CreateMenu() example) created by argumentum
_GUICtrlMenu_CreateMenu() can be a blocking function, or not but, to …

Feb 6, 2021:

8:27 PM Ticket #3803 (ControlClick unaffected by MouseClickDownDelay) updated by Kian
Replying to Jpm: > Hi, > You right the Autoit code use Opt("MouseClickDownDelay",...) only for MouseClick(). > The Opt("MouseclickDelay",...) is used in Mouse functions and also in the ControlClick to simultate the delay of the mouse displacement. > in specific case an extra delay of 10 is added when the focus is not at the right place > so there is not bug Actually, that's not the issue which I am addressing. I am very aware that MouseClickDelay does affect the delay AFTER the click, but not the delay DURING the click. The fact that the delay DURING the click cannot be changed for ControlClick is the issue itself, in other words the bug is not fixed, the MouseClickDownDelay still refuses to affect the delay DURING the click of ControlClick
8:25 PM Ticket #3803 (ControlClick unaffected by MouseClickDownDelay) updated by kianisan@…
Replying to Jpm: > Hi, > You right the Autoit code use Opt("MouseClickDownDelay",...) only for MouseClick(). > The Opt("MouseclickDelay",...) is used in Mouse functions and also in the ControlClick to simultate the delay of the mouse displacement. > in specific case an extra delay of 10 is added when the focus is not at the right place > so there is not bug
7:58 AM Ticket #3803 (ControlClick unaffected by MouseClickDownDelay) closed by J-Paul Mesnage
No Bug: Hi, You right the Autoit code use Opt("MouseClickDownDelay",...) only for MouseClick(). The Opt("MouseclickDelay",...) is used in Mouse functions and also in the ControlClick to simultate the delay of the mouse displacement. in specific case an extra delay of 10 is added when the focus is not at the right place so there is not bug
Note: See TracTimeline for information about the timeline view.