-
I'm slowly losing my mind over here. I've tried to create a test application just to see how tornadofx works and I can't get even as far as starting the f*ing application. I tried following the exampl…
-
When using controls such as TextArea in a form, the form does not honor vertical growth as configured below:
```
form {
fieldset {
field {
textarea {
vboxCons…
-
Hey Edvin,
I'm adding some documentation to the guide on the plugin regarding `TableView` column generation. However, I think the generators are using `getXXXProperty()` conventions rather than `x…
-
@orenafek sujested including file for the user convenient that will state the exculded files from spartanization. Another option is to work with the IDE somehow and insert the the right click menu of …
-
it should be renamed to `datePickerPopup`
```CSS
.date-picker-popup {
-fx-background-color: -fx-box-border, -fx-control-inner-background;
-fx-background-insets: 0, 1;
/*-fx-backgrou…
-
It seems that replaceWith() breaks Live Views if you use it at the most top-level view, because it does not set `tornadofx.scene` property on the new view.
Now, I might be doing this wrong, because m…
-
Would it be possible to add an option to have the "Convert to TornadoFX Property" command use the new property syntax? e.g.
``` kotlin
val idProperty = SimpleIntegerProperty()
val id: Int by idProper…
-
Currently there is no option to create a module based on TornadoFX.
So File -> Project Structure -> Modules -> + -> New Module
doesn't show the TornadoFX folder
-
I'd like to think this library is maturing and almost ready for a 1.0 release. After I complete a project with O'Reilly this fall, I'm going to put together a GitBook guide covering RxJavaFX/RxKotlinF…
-
Hey @edvin,
Normally I use [RxJava-JDBC](https://github.com/davidmoten/rxjava-jdbc) to do my querying. But there are some situations where I would like to statefully but functionally compose my queri…