Jump to content

'popup launcher' box


RussMuss
 Share

Recommended Posts

Hi

I have a small script to automatically click 2 dialog boxes that appear when we print drawings. I works fine (thanks to 'thatsgreat2345')

However now another dialog box pops up called "popup launcher" The message that appears says "popup launcher has encountered a problem and needs to close" It also has a button to debug. Why does this appear? how can I make it disappear?

Thanks Russ

below is my script :

While 1

If WinExists("Equitrac Office") Then

ControlClick("Equitrac Office","","Button3")

Endif

If WinExists("Cost Preview") Then

ControlClick("Cost Preview","","Button2")

Endif

sleep(100)

Wend

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...