Script vs compiled question.

Started by morenos1, January 17, 2017, 02:51:23 PM

Previous topic - Next topic

morenos1

Sorry, I am sure this has been addressed before. I just do not remember.

A WBT script interacts with an install app just fine (SendKeys).

The compiled version never does.  Windows 10 ....

Thanks....

td

We need a chatbot to automatically answer Windows 10 questions...  UAC is the usual suspect when it comes to Windows 10 because many users think that because UAC prompting is turned off that UAC is turned off.   This is not the case and depending on what all your script does you may not have the correct UAC compiler setting when compiling your script.  Make sure your script is compiled 'highestAvailable' (and possibly 'True') then try it again.  If you still have the problem, you may have some kind of focus bug in your script that you will need to correct.
"No one who sees a peregrine falcon fly can ever forget the beauty and thrill of that flight."
  - Dr. Tom Cade

morenos1

It now works. I did not do anything different but, it is good now.

Thanks....