jpm
Developers-
Posts
10,468 -
Joined
-
Last visited
-
Days Won
12
jpm last won the day on March 14
jpm had the most liked content!
About jpm

- Currently Viewing Forums Index
- Birthday 04/04/1946
Profile Information
-
Member Title
a Real GUI/debug lover
-
Location
Hauts de Seine, France
jpm's Achievements
-
WildByDesign reacted to a post in a topic:
GUIDarkTheme UDF
-
It is for me almost perfect for the modern darkmode the border are too strong for listview can you tidies all .au3 with Scite Ctrl-T ? Cheers
-
donnyh13 reacted to a post in a topic:
Help File/Documentation Issues. (Discussion Only)
-
argumentum reacted to a post in a topic:
Help File/Documentation Issues. (Discussion Only)
-
Help File/Documentation Issues. (Discussion Only)
jpm replied to guinness's topic in AutoIt Technical Discussion
I hope I did the right job ... -
MattyD reacted to a post in a topic:
Treeview Extended Styles for UDF
-
Many Thanks I was waiting example so now I can commit
-
Danyfirex reacted to a post in a topic:
Uploaded UDFs Alpha
-
donnyh13 reacted to a post in a topic:
Uploaded UDFs Alpha
-
Thanks the bug was introduced with a fix in August 2014 !!!
-
To complement the AutoIt Beta I Upload an update for the UDFs It is based on the current Files for the next AutoIt Release/Beta A .zip file can be downloaded at UDFSAlpha It contains the install dir that can be used to update the Include, Examples an AutoIt.chm The Au3UpdateUDFs.bat allows to update the AutoIt3 dir you are running with. The update preserves the current one, a Au3UninstallUDFs.bat is created to uninstall the alpha files. Here is the changelog to AutoIt3 3.3.18.0 : 3.3.19.0 (March 13, 2026) (Alpha_r13309) AutoIt: - Added: enumicons example improved by Wakillon. - Added: StringReplace() doc example 2. - Fixed: StringRegExp() doc formatting. - Fixed #4047: FileFindNextFile() doc precision. - Fixed #4049: missing files in doc source .zip. - Fixed #4051: grammar in StringRegExp() doc. - Fixed: StringRegExp() doc for char to be escaped. UDFs: - Added: _GetIP() support IPV6. - Added #4056: $TagPOINTS and _WinAPI_PointsFromValue() to ease lParam usage. - Added: ScrollbarsConstants.au3 constants : $SB_LEFT, $SB_RIGHT and $SB_ENDSCROLL. - Added: _WinAPI_DwmSetWindowAttribute() support $DWMWA_SYSTEMBACKDROP_TYPE. - Added: _WinAPI_CreateSolidBrush() and _WinAPI_FillRect() link to _GUICtrlListView_InsertGroup() example #2. - Added #4025; _DebugSetup() new Report type LogWindows + Filewrite(). - Added: $PW_RENDERFULLCONTENT flag for _WinAPI_PrintWindow(). - Added #4068: $S_FALSE added to WinAPIConstants.au3. - Added #4070: CHM open external links. - Added #4078: DWMWA_WINDOW_CORNER_PREFERENCE support for _WinAPI_DwmGetWindowAttribute(). - Fixed #4052: _FileListToArrayRec() regression. - Fixed #4057: _WinAPI_GetKeyboardLayout() Variable declaration. - Fixed #4064: _WinAPI_DecompressBuffer() with $COMPRESSION_FORMAT_XPRESS_HUFF. - Fixed #4065: Wrong $DWM_LOCALE_USER in doc, $DWM_LONGNAME is the true. - Fixed #4066: #OnAutoItStartRegister() example. - Fixed #4067: _WinAPI_EnumWindowStations() example not working. - Fixed #4069: _WinAPI_PrintWindow() example not working. - Fixed #4072: _WinAPI_CallWindowProc() exampe crash in x64. - Fixed #4074: _WinAPI_GetKeyboardLayout() example. - Fixed #4075: Examples using _MemoWrite() terminated by a @CRLF. - Fixed #4076: _GUICtrlMenu_* examples are not working in Windows 11. - Fixed: _GUICtrlStatusbar_* examples are not working. Enjoy !
-
DarkMode UDF for AutoIt's Win32GUIs
jpm replied to NoNameCode's topic in AutoIt Technical Discussion
If you use scite can you tidies all files (Ctrl-T)? your include files does not respect standard var naming i.e. Global $iDPi must be Global $g_iDpi Anyway you are doing a fantastic Job Cheers -
Help File/Documentation Issues. (Discussion Only)
jpm replied to guinness's topic in AutoIt Technical Discussion
Yes there is a pb scrollbars example have not been update I will fix them -
Help File/Documentation Issues. (Discussion Only)
jpm replied to guinness's topic in AutoIt Technical Discussion
ice suggestion I will commit it -
I understand you want an update of the UDFS part in Sync with SVN So I will work on a autoitudfs-v3.3.19.0-alpha1.zip delivery which can be installed for Include and Examples delivery also the corresponding Autoit.chm in installation AutoIt3 dir you want I will upload it in an Autoit\Aplha dir similar to the Beta one Like that I will be the @Jon deliverer of the alpha update in sync with SVN
-
Help File/Documentation Issues. (Discussion Only)
jpm replied to guinness's topic in AutoIt Technical Discussion
It was created by Gary in 2008 So I will update with #include <MsgBoxConstants.au3> #include <WinAPISysWin.au3> Example() Func Example() GUICreate("test") Local $idLabel = GUICtrlCreateLabel("label", 0, 0) Local $hLabel = GuiCtrlGetHandle($idLabel) MsgBox($MB_SYSTEMMODAL, "Parent", "Get Parent Ancestor of " & $hLabel & ": " & _WinAPI_GetAncestor($hLabel, $GA_PARENT)) MsgBox($MB_SYSTEMMODAL, "Root", "Get Root Ancestor of " & $hLabel & ": " & _WinAPI_GetAncestor($hLabel, $GA_ROOT)) MsgBox($MB_SYSTEMMODAL, "Root Owner", "Get Root Owner Ancestor of " & $hLabel & ": " & _WinAPI_GetAncestor($hLabel, $GA_ROOTOWNER)) EndFunc ;==>Example -
Help File/Documentation Issues. (Discussion Only)
jpm replied to guinness's topic in AutoIt Technical Discussion
@argumentum the intent is really to have ControlGetPos returning info about the parent window THat what the proposal I will send to Jon Cheers -
Help File/Documentation Issues. (Discussion Only)
jpm replied to guinness's topic in AutoIt Technical Discussion
Hi, it is what I intend to update the doc using parent window -
Help File/Documentation Issues. (Discussion Only)
jpm replied to guinness's topic in AutoIt Technical Discussion
nothing better phrasing but what do you thing about parent windows? Cheers