Timeline
Mar 9, 2021:
- 2:48 PM Ticket #3810 (_ArrayUnique not handling "Default" for Parameter $iIntType) closed by
- Fixed: Fixed by revision [12498] in version: 3.3.15.4
- 2:43 PM Ticket #3811 (_SQLite_FetchData should correctly read column data according to its type) closed by
- Completed: Added by revision [12497] in version: 3.3.15.4
- 1:00 PM Ticket #3811 (_SQLite_FetchData should correctly read column data according to its type) updated by
-
Version changed
Automatic ticket cleanup. - 12:57 PM Ticket #3811 (_SQLite_FetchData should correctly read column data according to its type) updated by
- In fact I will use the parameter in _SQLite_Startup to force the whole script and If not possible the scripter will use a new parameter in _SQLite_FetchData() in the suitable places
- 12:55 PM Ticket #3811 (_SQLite_FetchData should correctly read column data according to its type) updated by
-
Type changed
- 11:06 AM Ticket #3811 (_SQLite_FetchData should correctly read column data according to its type) updated by
- Hi, I don't thing it is a bug but more an improvement as a lot of script can be in error if we change as you suggest. For the time being I am trying to add a new parameter to _SQLite_GetTable2D and _SQLite_FetchData so that the decision to do it or not will be a scrippt decision. I will investigate if I can do it a the query or open time. it looks nmore difficult to implement. another solution can be a startup easy to implement for the global script
Mar 8, 2021:
- 8:16 PM Ticket #3811 (_SQLite_FetchData should correctly read column data according to its type) created by
- The main problem here is that _SQLite_FetchData is reading integer …
- 5:11 PM Ticket #3809 (WinGetTitle returns blank on Windows 10 using _WinAPI_CreateWindowEx) updated by
-
Owner, Status changed
Fix sent to Jon
Mar 7, 2021:
- 5:59 PM Ticket #3810 (_ArrayUnique not handling "Default" for Parameter $iIntType) created by
- _ArrayUnique is missing a line […] thus returning @error = 5, …
- 1:26 PM Ticket #3808 (ProgressOn/ProgressSet - size of the progress window) updated by
-
Owner, Status changed
- 1:25 PM Ticket #3808 (ProgressOn/ProgressSet - size of the progress window) updated by
- Fix sent to Jon
Mar 5, 2021:
- 10:33 AM Ticket #3809 (WinGetTitle returns blank on Windows 10 using _WinAPI_CreateWindowEx) updated by
-
Description changed
Mar 4, 2021:
- 7:54 PM Ticket #3809 (WinGetTitle returns blank on Windows 10 using _WinAPI_CreateWindowEx) created by
- 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
-
Description changed
- 3:00 PM Ticket #3808 (ProgressOn/ProgressSet - size of the progress window) updated by
-
Version changed
Automatic ticket cleanup. - 2:03 PM Ticket #3808 (ProgressOn/ProgressSet - size of the progress window) created by
- 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
- 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
- Completed: Added by revision [12494] in version: 3.3.15.4
- 3:59 PM Ticket #3804 (_GUICtrlMenu_CreateMenu() example) closed by
- 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
- 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
- ..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
- ...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
- 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
- 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
- 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
-
Owner, Status changed
Thanks, fix set to Jon
Feb 23, 2021:
- 1:16 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) updated by
- 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
- #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
- 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
-
Version changed
Automatic ticket cleanup. - 2:19 PM Ticket #3806 (_GDIPlus_GraphicsDrawString() with color) created by
- _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
- 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
- Still not there in SciTE Version 3.6.6
Feb 11, 2021:
- 9:00 PM Ticket #3804 (_GUICtrlMenu_CreateMenu() example) updated by
-
Version changed
Automatic ticket cleanup. - 8:55 PM Ticket #3804 (_GUICtrlMenu_CreateMenu() example) created by
- _GUICtrlMenu_CreateMenu() can be a blocking function, or not but, to …
Note:
See TracTimeline
for information about the timeline view.
