topten Posted November 9, 2015 Posted November 9, 2015 I have automated some application. Sometimes it is sending a popup window, something like a "please restart your application- blabla". The thing is with autoit tool I have no text from that window. Of course I could just be killing this window every time, but from time to time the same application is sending "usefull popup" which I dont wont to mix with that one and dont want just kill it either. The question is: Is there any method, some unique id or some check sum which can give me a clue that this time I am having namely this or that window without having to determine its text, besides there is no text on it.
JohnOne Posted November 9, 2015 Posted November 9, 2015 PixelChecksum. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
topten Posted November 9, 2015 Author Posted November 9, 2015 JohnOne, thank you for your advice. Is there any alternative to PixelChecksum?
JohnOne Posted November 9, 2015 Posted November 9, 2015 Not if you cannot get any text from the window, like you said.Unless you try IUAutomation, which you will find in example scripts forum. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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