Jump to content

water

MVPs
  • Posts

    26,758
  • Joined

  • Last visited

  • Days Won

    206

water last won the day on November 19 2025

water had the most liked content!

About water

Recent Profile Visitors

14,486 profile views

water's Achievements

  1. Yes, for the reasons mentioned above, it’s a good idea to start a new thread in the “AutoIt Projects and Collaboration” forum. Unfortunately I didn't follow the "Dark Mode" / "DPI" threads, so I do not know which UDFs I should add to the wiki and which user is the main author of which UDF. I have already added the Dark Mode UDF to the wiki. For more UDFs to add, please send a PM or post here. Add a short description of the UDF and a link to your post in the Example Scripts or Projects and Collaboration forum.
  2. TheSaint has compiled a list of GUI Creators/Designers, which can be found here.
  3. I tested version 0.11 (both compiled as 32 and 64 bit) on Windows 11 Home 25H2. Everything works fine 👍
  4. $sText = $oDoc.Shapes("Group 5").GroupItems("Text Box 8").TextFrame.TextRange.Text Should return the text. You can find an example of how to edit the text in Microsofts Office Reference.
  5. And the result of this check is?
  6. I suggest to check for errors returned by SheellExecute.
  7. User Dotaznik wanted to tell you that you have to replace $Rights_Delete to $STANDARD_RIGHTS_DELETE in your script. This is true for $SYNCHRONIZE as well. The Standard_* constants can be found in the SecurityConstants.au3 include file.
  8. I'm unable to reproduce your problem! Which version of Excel do you run? Could you translate your XLS workbook to XLSX and test again?
  9. Select Case $iDPI >= 100 and $iDPI <= 400 $t.itemWidth = $iTextWidth - ($idPI-100)/25 Case Else $t.itemWidth = $iTextWidth - 5 EndSelect
  10. Added this UDF to the wiki
  11. There is an UDF available for LibreOffice. This way you can easily write data to a spreadsheet.
  12. BTW: I suggest to use the proposed naming convention as described here. So you always know which type of data to expect from a variable
×
×
  • Create New...