Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/19/2023 in all areas

  1. I figured out how to disable the internal autoindent just for au3 and fully do the indentation in lua which then also works with multiselections.. will publish it when I've done some more testing in a couple of days.
    1 point
  2. Use _Excel_BookList to get a list of open workbooks. The returned array holds the full path of each workbook.
    1 point
  3. Hi... my crystal ball is currently out of commission, so you will need to provide more details than "not working". 😏Also, I don't know what you mean by "business cloud". Are you behind a firewall or proxy? What do you get for console output when you run the following? #include "wd_core.au3" #include "wd_helper.au3" $_WD_Debug = $_WD_DEBUG_Full _WD_UpdateDriver('firefox') This is what I see --     _WD_GetBrowserPath ==> Success [0 / 2] : Parameters: Browser=firefox     _WD_GetBrowserVersion ==> Success [0 / 2] : Parameters: Browser=firefox     _WD_GetWebDriverVersion ==> Success [0 / 0] : Parameters: Dir=c:\Users\danpo\OneDrive\Documents\GitHub\WD Test\ EXE=geckodriver.exe     __WD_GetLatestWebdriverInfo ==> Success [0 / 0]     _WD_DownloadFile ==> Success [0 / 0] : Parameters: URL=https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-win64.zip Dest=C:\Users\danpo\AppData\Local\Temp\webdriver_snrfuls.zip Options=Default     __WD_UpdateExtractor ==> Success [0 / 0]     _WD_UpdateDriver ==> Success [0 / 0] : DriverCurrent = 0.32.1 : DriverLatest = 0.33.0 There aren't any special ports required. Internally, the InetRead function is used to download the webdriver.
    1 point
  4. This settings on (1) will cause the issue in standard SciTE: indent.automatic=0 ### only when defined will override previous setting for this language indent.maintain.????=0
    1 point
  5. I think you don't even have to use _WinAPI_FileInUse(). Get the list of excel files from desired directory as in @robertocm 's example and then in a loop use _Excel_BookAttach() for each file. If the function does not fail it means the file it's open and the function will return the Excel workbook object that can be easily be passed to _Excel_BookClose().
    1 point
  6. mLipok

    i cant open sciTE.exe

    Is your solution in any way different than my form here: https://www.autoitscript.com/trac/autoit/ticket/3798#comment:12 ?
    1 point
  7. Ktulu789

    Is AU3Recorder gone?

    Ok, so I found it, downloaded it, did a quick test and it seems to work on Win11. So the file was flagged as a virus, hence no direct links and discontinued, understood. I hope I can copy Jon's link and version here for future reference. If not, I'll be glad to comply. I'm looking at adding it to SciTEUSer.properties as referenced on that post by Jos and fidgetting with https://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/SciTE4AutoIt3-user-options-file.html I'll edit If I'm successful. EDIT: Yes! So SciTE opens SciTEUSer.properties from Current user AppData (C:\Users\You\AppData\Local\AutoIt v3\SciTE\SciTEUser.properties), not the SciTEUSer.properties in the app folder "C:\Program Files (x86)\AutoIt3\SciTE\SciTEUser.properties". You can open it from the options menu and append to the end of it: command.40.$(au3)="C:\Program Files (x86)\AutoIt3\Au3Record\Au3Record.exe" command.name.40.$(au3)=Au3Record.exe command.shortcut.40.*.au3=Ctrl+Alt+Shift+Z command.subsystem.40.$(au3)=2 command.save.before.40.$(au3)=2 command.quiet.40.$(au3)=1 The number can be anything, I saw no others in my file so I left the example.
    1 point
  8. Andreik

    screen reading - (Locked)

    Yes, we can write but we prefer to assist people in learning AutoIt. Right now help file it's a good start for you to learn basics of AutoIt. Anyway what do you try to do? Be a little more descriptive about what do you try to achieve.
    1 point
  9. spudw2k

    CornedBeef Hash (UDF)

    Just a couple of observations to share after playing around: Consecutive chars or a repeated strings seem to undo the hash and possibly reveal the seed (unless a different seed is used each time). e.g. "AA" "ABAB" "DEADBEEFDEADBEEF" 9223372036854775807 and -9223372036854775807 seem to be the largest positive and lowest negative seed values. Anything above or below that range generates the same hash max/min seed values.
    1 point
  10. mLipok

    i cant open sciTE.exe

    @Jos I would like to ask If we hit here the same problem as disscussed here: https://www.autoitscript.com/trac/autoit/ticket/3798#comment:12 ?
    1 point
×
×
  • Create New...