-
Is there a reason why Iso Viewer requests for keystroke permissions on launch?
-
Hey Gerrit,
There doesn't seem to be any good `LocalDate` and `LocalDateTime` axis types. Would this be something that's in scope for this library?
I'm coming across this need a lot as I play …
-
how to deploy App offline on OS file using FxLauncher
?
@edvin
-
I ran into the following ClassCastException with Kotlin 1.4 and an ItemViewModel.
`java.lang.ClassCastException: class tornadofx.BindingAwareSimpleDoubleProperty cannot be cast to class javafx.bean…
-
After fetching each of these, it will hold each of these in memory, and display them in the UI in basic tableviews.
- [ ] Competition Groups
- [ ] Handicap Groups
- [ ] Events
-
I don't know what exactly I've done to cause this, but as of now, I can't perform the standard IntelliJ code analysis in my TornadoFX project **as long as the TornadoFX plugin is active**. I've tried …
-
For example, I'm styling my own tooltip. There's an effect that drops text shadow by default, which I want to drop. I can't use `null` as the value for the `effect` property, though I can use e.g. `Sh…
-
TornadoFX 1.17.19
When I use `replaceWith()` method on my main view to change current displayed window and a new window is closed by hitting close button then it disappear but application is still ru…
bareq updated
5 years ago
-
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
-
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…