-
Here's a modal dialog I have:
``` kotlin
class NewDocumentDialog : Fragment() {
override val root = VBox()
init {
title = "New Document"
with(root) {
label("New D…
-
I think I'll need to coordinate naming conventions so they do not clash with KotlinFX or TornadoFX.
Having issues with [ObervableList#toObservable()](https://github.com/thomasnield/RxKotlinFX/blob/m…
-
I know we have dozens of things going on, but the changes to the CSS functionality are a big deal and we should encourage people to use the new syntax. We should update all examples in the README, Wik…
-
This is probably more a discussion piece then an issue or request. And it might get long :) so please bear with me.
Disclaimer
> javafx and desktop development is even after 30 years still quite new…
-
Some times you want to swap a style class on a node depending on some other state. It would be convenient to ble able to bind a `Property` to a `Node` and have the value of the property reflected in t…
edvin updated
8 years ago
-
To test the builder pattern functions we need to create `Node`s, thus we need to start the JavaFX thread.
There are [JfxRunner](https://github.com/sialcasa/jfx-testrunner) (used by mvvmFX), [Automato…
-
TornadoFX should provide an easy way to work with multiple UI languages.
edvin updated
8 years ago
-
I wonder if there is opportunity to improve the cell factories for `TableView` and other data controls.
For instance, setting a mutable column in `TableView` to use a `ComboBoxTableCell` feels like …
-
I'll go ahead and take care of this one this week, but I notice a few type-safe builders might need to be added. I'll keep adding to this list as I continue using TornadoFX for a project this week.
- …
-
One thing that frustrated me for awhile is having a way to fit `TableView` columns to the header and cell contents. Then I found a little gem in a [Stack Overflow post](http://stackoverflow.com/questi…