Michael Hoffer

Results 81 comments of Michael Hoffer

The good news is that the new API works. We consume around 50% less CPU on the java client. We have to reconsider the native mutex stuff though. It seems...

We should capture TAB and arrows to prevent the focus to escape the native node.

> Can they be deleted? Sure! That was just laziness.

Are you running a pre 1.8u40 JDK or maybe a JDK 9 EA?

Can you try via command line? See comment by @cbvms123 . Do you still get the same error?

Glad you could fix it. Looks like you mix incompatible versions. Just see the dependencies{} block in the corresponding Gradle scripts.

The connectors can now be styled via CSS (see sample project). Custom UI controls should be placed inside the window. We will provide a way to visually bind the UI...

The `setOnMouse...(...)` methods are used internally by the JFXtras window control. This is bad design and should be fixed. Feel free to report the bug there. I'll fix it ASAP....

That's true. The default model does allow multiple connections. But it can be disabled by defining a custom connection rule. Basically you pass a custom `ValueObject` to the connector. Have...