typhoon Posted January 4, 2007 Posted January 4, 2007 Just to make sure I am doing things right, where do I need to set AutoIt options when using the DLL? For example, if I am not using defaults for PixelCoordMode, and I have various classes and functions using PixelChecksum(), where and how often in my code do I need to call the Opt() function?
Richard Robertson Posted January 4, 2007 Posted January 4, 2007 AutoIt options normally need to only be set once. If you are using AutoItX as a COM object, you would call #autoitobj.AutoItSetOption(...) whatever. If you are using AutoItX as a dynamic link library, you just call AU3_AutoItSetOption(...) whatever. Read the help file for information on the functions.
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