-
Environment IDE: IntelliJ IDEA 2019.2.2 (Community Edition) Build #IC-192.6603.28, built on September 6, 2019 Runtime version: 11.0.3+12-b304.56 x86\_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o…
-
On the latest Intellij Idea release, TornadoFX plug 1.7.17.2, Kotlin 1.4x
![image](https://user-images.githubusercontent.com/508408/105909683-e34c8080-5ff5-11eb-9ed4-2a7e7261ca60.png)
I can ac…
-
Hey guys,
i am using openjdk13 and tornadofx 2.0 snapshot -
most things i tried so far are working fine.
Except for the DataGrid. When i try this simple code there is no selection happening. …
-
Hi, I'm trying to convert a 'data class' to a property object, but when I try to do it, IntelliJ freezes.
![tornadofx](https://user-images.githubusercontent.com/22163898/50248951-b35c3900-03aa-11e9…
-
Though there is no "icon.png" in tornadofx GitHub repository, tornadofx-1.7.20.jar in [Maven](https://mvnrepository.com/artifact/no.tornado/tornadofx/1.7.20) has it.
Building a jar by Gradle with dep…
sskki updated
4 years ago
-
AutoCompleted event is not fired
tfParent.addEventHandler(AutoCompletionEvent.AUTO_COMPLETED)
{
println("Coming here")
}
tfParent.addEvent…
-
*If an issue is the incorrect place for this please let me know and I'll close it.*
Is there a general **"design doc"** for this project? Something that explains what v2 hopes to accomplish over v1…
-
koin supports inject with a constructor, which is a good way to describe exactly what is needed without code bloat, especially when there are quite a few class properties
But tornadofx itself creat…
-
When columnfilter is called more than once in the same table it issues an error : java.lang.Exception: TableFilter not initialized!
Table structure :
```kotlin
override val root = form {
…
-
I installed the Idea plugin, created a new "tornadofx-gradle-project", named it TestNew, and attempted to run it with no edits.
Firstly, `gradle tasks` failed with "Could not initialize class org.jet…