deal with pop-up warning window

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
lexin

deal with pop-up warning window

Post by lexin » Tue Jun 24, 2003 4:41 pm

I am working with a database program and using Macro Scheduler to automatic populate the database software by have the data ready on .txt file. However, I want to do some error checking when things go wrong, the database would prompt a pop-up warning window. The kind similar to the one you find from Internet Explorer ->Help -> About Internet Explorer.
The warning messages can not be highlighted but I want to be able to retrieve them and keep them in a log.
Any ideas? Thank you in advance for your help.

Lumumba

Post by Lumumba » Tue Jun 24, 2003 7:16 pm

a) save them as images (alt+print --> clipboard. I've found a commandline image converter ages ago (Unix/Windows) but can't remember the name. :? Would have been helpful to save the images as jpg ...)

or

b) if you have a collection of captured errors/images check for a pattern (filesize,pixelcolor,etc.) and if identified, "translate" them into plain text for a log.

or

c) check if an image is matching a previously captured one.

Maybe you should use Capture. A tiny tool which can be configured and works with KShortcuts.

Or ImageConversion: Omniformat !

Lumumba

Post by Lumumba » Wed Jun 25, 2003 9:16 am

I'm definitely not brain dead ... :wink:

Get it @ --> ImageMagic

Image conversion at it's best:

a) from the commandline (happy scripting)
b) freeware

lexin

Post by lexin » Wed Jun 25, 2003 3:50 pm

Thank you! Seems like this tool is going to work. :D

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts