Macro Scheduler 9.2 Released
I’ve just made Macro Scheduler 9.2 available.
- Mod: FindImagePos: Can now use SCREEN in haystack parm to have it scan the screen directly (no need to capture the screen to a file first)
- Added IGNOREERRORS option to prevent script error popups
- Added ability to change log file viewer in registry from default notepad (Set HKCU\Software\MJTNET\MSched – LogViewer)
- Added DLL import system to define native looking functions rather than have to use LibFunc (Documentation on request. Will be used by WebRecorder 2.0).
- Fixed: Rounding error in CompareBitmaps could yield incorrect result if images more than 99% similar
- Fixed: Errors downloading from some FTP server types with FTPGetFile
- Improved: View System Windows follows correct tree hierarchy
- Added: View System Windows “Identify” option – highlights object
This is a kind of bonus release in a way. We were going to wait for version 10 for some of these features but for various reasons wanted to get them out there now. One is so that we can release WebRecorder 2.0 which will use the DLL import system. Makes for code that is easier to read rather than all those LibFunc calls. The ability to specify SCREEN in the FindImagePos command instead of a bitmap file also makes it easier to write code to scan the screen for an image – there’s now no need to use ScreenCapture first.