Results 29 comments of Ward

I added uiautomation module and a simple example. However, I am not familiar with uiautomation, maybe you can test it?

How to reproduce the error?

There is no enough information to deal with your problem. Do you use some network resource?

Interesting. However, these infromation are not stored inside the object (except variables), so it is hard to output unless I rewrite the code. Parsing the output DSL of autolayout may...

OK, I became stupid after being a dad. I add a small fix wihtout bump up the version. Would you please try it again? By the way, If some hints...

wDataObject used some undocumented Windows tech whitch maybe not implemented on wine.

I don't know why, your code works on my computer. wBitmap only use Windows system API. Maybe there is some reason lead your system don't support it? You can try...

wWebView in wNim use IWebBrowser2, and the last version of browser it supports is deprecated IE11. Dose IE11 support the mermaid.js that you used? (untested)

They are missing because the winuser.h file in the Windows SDK also lacks them. Here are the comments found in the winuser.h file: ``` /* * VK_0 - VK_9 are...