Jump to content

jpm

Developers
  • Posts

    10,474
  • Joined

  • Last visited

  • Days Won

    12

jpm last won the day on March 14

jpm had the most liked content!

3 Followers

About jpm

  • Birthday 04/04/1946

Profile Information

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

Recent Profile Visitors

5,958 profile views

jpm's Achievements

  1. The group is not showing switching to tab fic)ve and back to four sometime show same pb with light theme
  2. Tab four is not showing properly the sample group doe not show in dark mode switching to light mode and back show it small remark var naming does not follow recommendation as $left must be $iLeft you are doing an awesome work
  3. Many Thanks I will not add this standard way to have standard child usable Cheers
  4. By the way the @funkey script does not work under current version anyway I will add something in the doc about simulation
  5. Many Thanks I have committed something similar based on wikipedia x11 Cheers colors.htm
  6. Just wondering why hue sort does not have in sequence the almost the same color?
  7. 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
  8. @Nine not really producing the error I get sometime the error with the @ioa747 example
  9. Can you post a complete repro script? just function is not enough for me
  10. Many Thanks I was waiting example so now I can commit
  11. Thanks the bug was introduced with a fix in August 2014 !!!
  12. 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 !
  13. 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
  14. Yes there is a pb scrollbars example have not been update I will fix them
×
×
  • Create New...