Jump to content

water

MVPs
  • Posts

    26,733
  • Joined

  • Last visited

  • Days Won

    206

water last won the day on November 19

water had the most liked content!

About water

Recent Profile Visitors

12,826 profile views

water's Achievements

  1. Added this UDF to the wiki
  2. Added this UDF to the Wiki
  3. Added this UDF to the Wiki
  4. Workaround: Use Ctrl+a to select all text of the page and make it readable
  5. Do you run the "AutoIt (Dark)" theme? The dark mode caused the unreadable text.
  6. Not that I know of. InputBox is limited to 254 characters. Creating a GUI is quite easy. Open the help file (F1 in SciTE) and search for GUICtrlCreateInput. At the end of the page you will find a simple example that can be stripped down to just a few lines of code.
  7. So you are a real language ✨Universalist ✨
  8. It’s Argumentum who is active here and on the german forum.
  9. Not if you format the function headers in the correct way, then you just need to prepare a few text files and run a script. Please see Simple Library Docs Generator
  10. Tested with AutoIt 3.3.18.0 on a german W11 24H2 system. Works perfektly!
  11. Yes, it works perfectly. He replied to Solve-Smart's post: "That's exactly what I was looking for". So I would wait for more users to ask for the AM /PM > 24 hours translation before thinking about adding this functionality to AutoIt. Thanks a lot for taking the time to look into this subject
  12. On the german forum there is a guy who needs to translate date/time from AM / PM format to 24 hours format. His problem has already been solved, but I remember your thread in the engl. forum regarding AM / PM output formatting. I searched the forum for code to do the AM /PM > 24 hours translation - without success. So I decided to ask the master of date / time translation
  13. Is my understanding correct that the latest/greatest AutoIt version does not allow to translate date/time from am/pm format to 24 hours format? I searched the forum but couldn't find an answer.
  14. It works for me after i changed ; #include "Extras\HelpFileInternals.au3" to #include "C:\Program Files (x86)\AutoIt3\Examples\Helpfile\Extras\HelpFileInternals.au3"
×
×
  • Create New...