malka Posted December 3, 2018 Share Posted December 3, 2018 I wrote this simple line but there is an error "invalid License file" ControlClick("License Check","Check License","WindowsForms10.BUTTON.app.0.2bf8098_r13_ad11") WinWait("UNH-IOL Interact Teledyne-LeCroy Edition v10.0a - NVMe Conformance Test Suite") // I click the button and the error appears, the title is written correctly and also when I opened it manually it works well. please help. Link to comment Share on other sites More sharing options...
Developers Jos Posted December 3, 2018 Developers Share Posted December 3, 2018 Moved to the appropriate forum, as the Developer General Discussion forum very clearly states: Quote General development and scripting discussions. If it's super geeky and you don't know where to put it - it's probably here. Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Earthshine Posted December 3, 2018 Share Posted December 3, 2018 post your code and let us know what you are trying to do, what it not working and what you have tried. just from reading your post, it seems like it's telling you you have a licensing issue with running that app My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
Nine Posted December 3, 2018 Share Posted December 3, 2018 WinWait is not supposed to open file...It is waiting till a window appears ! “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Bowmore Posted December 3, 2018 Share Posted December 3, 2018 This value "WindowsForms10.BUTTON.app.0.2bf8098_r13_ad11" will probably change every time the application is run. Determine which part changes and then use REGEXPCLASS to work with the part that does not change. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now