Michael Hoffer
Michael Hoffer
The problem isn't that it doesn't work. It is that it is not possible to specify test dependencies independently from runtime and compile-time dependencies. It is important to allow separate...
As @tbee already pointed out this is experimental code. Even worse, it was designed for JavaFX8. Can you provide a minimal "working" example (preferably single .java-File) that demonstrates the problem?
The MouseControlUtil does only compute the scaling (LocalToSceneTransform) but it ignores the necessary translation. In [VWorkflows](https://github.com/miho/VWorkflows) we do the necessary translation: See [lines 408 - 445](https://github.com/miho/VWorkflows/blob/b5fa1da900465c791b9fcfb25a4a476f38119f69/VWorkflows-FX/src/main/java/jfxtras/labs/util/event/MouseControlUtil.java#L408).
Hi all, a workaround would be to disable the spash screen. If you disable the spashscreen argument in run.sh inside the application bundle the problem should be solved. We are...
Great to hear! It seems to be related to older Java versions. Testing with newer releases looks promising on my machine. On Linux and Windows we already moved on to...
The Javadoc contains some information about it: https://javadoc.io/doc/eu.mihosoft.vrl/vrl/latest/eu/mihosoft/vrl/reflection/TypeRepresentationBase.html This tutorial plugin might help to get you started: https://github.com/miho/VRL-Tutorial-Plugin-01
Hi Stephan, I cant reproduce this behavior on my machine. I can only assume that your VRL.jar is corrupt. Did you build VRL or are you using the official VRL...
It still works for me with the HEAD revision. But I haven't tried it on Ubuntu. I can try it in a VM, if the problems persist.
Yes, I just confirmed that it works (macOS and Windows). I can't test Ubuntu right now.
There is a workaround: detach the log from the main window (see View->Show Log in Window).