-
I'm thinking about writing applications that run natively, but also on the JVM.
Is it possible to write one single gui code, using the kotlin-libui syntax ?
Can the kotlin-libui library be extended…
t-arn updated
5 years ago
-
I'm new to TornadoFX and to Kotlin too, familiar with JFX mostly.
Sorry if I missed the answer in your documentation or if this is
a rather weird use case of TornadoFX. I'm developing my first Torn…
-
A View has an injectable class for field assignment, but Fragments do not.
At the moment, I'm left with two unsavory choices:
1. use a fragment to recycle views, but heavy load drag and drop…
-
It would be good to have an example where a bundle is automatically activated when a bundle is loaded.
-
Now that TornadoFX-Suite scans code, we'll be using logging to record mappings of associated user inputs and the functions that follows.
-
I'm trying to get a view to refresh each time it is docked but I'm running into trouble. To illustrate what's happening, I've set up a minimal code sample based off the IDEA template for a new tornado…
-
I have now managed to get the config gui to launch - but now the pen is no longer detected!
I have all this going on:
$ userspace_tablet_driver_daemon
Listening on socket /home/anarcho/.local/var…
-
Hello, I'm trying to approach Tornado for the first time, I followed the guidelines but I can't make my app run properly, I always get stuck at this error:
`Oct 01, 2020 11:03:52 PM tornadofx.Style…
-
tornadofx.DefaultErrorHandler uncaughtException
SEVERE: Uncaught error
java.lang.IllegalStateException: component.javaClass.getResource(resource) must not be null
-
If connecting using a Custom connection, the UI will fail to navigate to the Custom view automatically. As long as the connection succeeds, this is not liable to be a major problem for users, since th…