v0.1.0, 2021-11-12.
Info and download
Many changes in elm and elmFinder classes and in the "Find UI element" dialog. The Find function can use intermediate elements (path) and can wait and throw exception if not found. Better supports high DPI screens.
Replaced syntax of finding UI elements (elm). Now instead of code var e = elm.find(w, ...) use code var e = w.Elm[...].Find() or var e = w.Elm[...][...][...].Find().
Uses .NET 6.
Again many renamed functions etc:
https://github.com/qmgindi/Au/blob/maste...c/changes/
Info and download
Many changes in elm and elmFinder classes and in the "Find UI element" dialog. The Find function can use intermediate elements (path) and can wait and throw exception if not found. Better supports high DPI screens.
Replaced syntax of finding UI elements (elm). Now instead of code var e = elm.find(w, ...) use code var e = w.Elm[...].Find() or var e = w.Elm[...][...][...].Find().
Uses .NET 6.
Again many renamed functions etc:
https://github.com/qmgindi/Au/blob/maste...c/changes/