Jump to content

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!

3 Followers

About jpm

Profile Information

  • Member Title
    a Real GUI/debug lover
  • Location
    Hauts de Seine, France

Recent Profile Visitors

5,635 profile views

jpm's Achievements

  1. 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
  2. @Nine not really producing the error I get sometime the error with the @ioa747 example
  3. Can you post a complete repro script? just function is not enough for me
  4. Many Thanks I was waiting example so now I can commit
  5. Thanks the bug was introduced with a fix in August 2014 !!!
  6. 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 !
  7. 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
  8. Yes there is a pb scrollbars example have not been update I will fix them
  9. 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
  10. 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
  11. @argumentum the intent is really to have ControlGetPos returning info about the parent window THat what the proposal I will send to Jon Cheers
  12. Hi, it is what I intend to update the doc using parent window
  13. nothing better phrasing but what do you thing about parent windows? Cheers
×
×
  • Create New...