Roman

Results 234 comments of Roman

A simple code which would do that could look like: ```csharp var automation = new UIA2Automation(); var element = automation.FromHandle(yourWindowHandleFromAutoHotkey); var dataGrid = element.AsDataGridView(); var data = new List(); foreach...

A `pane` does almost never have any functionality on them. What control is it? A default control for a WinForms application? Did you try UIA2 and UIA3? Sometimes one is...

The XPath FlaUInspect returns is not really correct (and far from efficient), it is only a starting point. I should document this better. When using indices, you propably need to...

Atlassian still provides self-hosted versions, which are called "Data Center". They are basically just a much much much more expensive Server version but with the added benefit of being able...

All references I found have issues with not correctly closing connections, keeping them open for too long or printing exceptions or no exceptions at all. Like (as you mentioned) here:...

This would be really helpful. I need to create an internal package for Java (with custom certificate / config) and could use the exact version from the options to point...

Any news here? This would still be very very useful in many cases.

Hi I fixed the examples. The problem was that `!include ` must be changed to `!include `. Your example works like this: ``` @startuml title Some kind of title !include...

Mirrored mode does not work really well with VPN adapters currently. What you can try is to fix the ip address range of the hyper-v adapter for WSL by adjusting...

The problem there is, that there is no SSPI in WSL2, so you need another way to securely store the username/password to access the proxy (keyring?) to not have the...