Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

AutoIt Script Assistance

Featured Replies

I made a script for WinAce 2.5, I get to the language selection window and it will choose the language, but it will not continue

I have tried AutoIt Script Writer and added it to my script; No luck

I have tried ControlClick that i saw on the Script Collection thread; No luck

I have tried ControlFocus and a few others still no luck

Has anyone figured out how to get past this window???

have you tried just sending keyboard commands

Send("{Enter}")

or other variations?

  • Author

Yep

I do appreciate the suggestion

I tried it with mouse clicks, send, control(Click,Send,Focus,GetFocus), I saw some lines from the forum with spaces in the strings and tried it that way to on all the same options, no luck

i tried substituing the ClassID w/ClassNameNN because the ID is static not standard

all my strings work without a problem up and to that point, I'd only been creating scripts for a day when i placed the post, and as of this post I am still stuck, i have gone thru and have re-done it all again just in case I misstyped or overlooked something, still cant make it work, and the sad part is; its probably just a simple fix

Edited by Corn~Julio

attach the script that you have written so far and I'll take a look at it

  • Author

Run("C:\Wace25.EXE")

WinWaitActive("Information")

Send("!n")

WinWaitActive("Choose Destination Location")

Send("C:\WinAce")

Send("!n")

WinWaitActive("Confirm")

Send("{Enter}")

WinWaitActive("Confirmation")

Send("!y")

WinWaitActive("techinfo - Notepad")

Send("!fx")

I tried this before the Opt & MouseMov

WinWaitActive("Welcome to WinAce-Archiver","",5)

WinWaitActive("Welcome to WinAce-Archiver","")

WinWaitActive("Welcome to WinAce-Archiver")

WinActivate("Welcome to WinAce-Archiver")

Send("{Enter}")

Send("{Tab}") then Send("{Enter}")

Send("{Tab 1}") then Send("{Enter}")

ControlClick("Welcome to WinAce-Archiver","OK","TCorelButton1","")

ControlClick("Welcome to WinAce-Archiver","Ok","TCorelButton1","")

ControlClick("Welcome to WinAce-Archiver","ok","TCorelButton1","")

ControlClick("Welcome to WinAce-Archiver","","TCorelButton1","")

ControlClick("Welcome to WinAce-Archiver","","TCorelButton1")

I also tried several variations on the button text and I forget all the ControlFocus options I tried

I am trying to get away from the Opt and the MouseMov section I listed below because it seems to hang thats why I initially didnt think it was working, It hangs alot

Opt("WinWaitDelay",100)

Opt("WinTitleMatchMode",4)

Opt("WinDetectHiddenText",1)

Opt("MouseCoordMode",0)

WinWait("Welcome to WinAce-Archiver","")

If Not WinActive("Welcome to WinAce-Archiver","") Then WinActivate("Welcome to WinAce-Archiver","")

WinWaitActive("Welcome to WinAce-Archiver","")

MouseMove(229,219)

MouseDown("left")

MouseUp("left")

Sleep(1000)

  • Author

Ok got past the 1st hurdle

The language selection screen is picky it seems 2 require all fields on the ControlClick option, I tried it 5 times success each time, heres what works for me

WinWaitActive("Welcome to WinAce-Archiver","")

Send("{Down}")

ControlClick("Welcome to WinAce-Archiver","Ok","TCorelButton1","Left")

I was just missing "Left"

My next hurdle is to get past the HTML style window once its installed

  • 3 weeks later...
  • Author

I ended up using mouse move option 2 get past the HTML style windows once WinAce is installed

I have also figured out why the mouse move option hung up so often, while tweaking the scripts depending on how u ran the script and the progie location u r trying to automate, the name of the active windows changes.

I did not catch this @ first, then once u compile the script and run it from RunOnceEx it changes again, once I got this figured out and also made some changes on the WinWaitActive times many of the scripts run without a problem, I still have a few that r bein a pain

Oh and nologic thx 4 the reply, if you ever figure out how to work around the mouse move option on the winace html window plz let me kno & I will let u kno if I do

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.