-
I understand that there was an implementation of a mouse drag select, selectOnDrag(). When I tried implementing this, I ran into a couple issues.
First, if the mouse moves quickly, items would be …
-
On my dual screen setup `openModal` always opens on the primary screen when no owner is explicitly set - even when the application is used on the other screen. So I find myself always adding `owner = …
-
The following client code triggers a resource leak when handling a non-2xx response and requires a try-finally to work correctly.
```kotlin
val response = api.post("http://example.com/api/entities…
-
Hi,
I can't figure out how to "refresh" the view or re-eval the view's root not content.
basically what i'm trying to do it i have a view which is a fieldset. I have an observable list of model…
-
In some case we wait the confirmation of users to save the change that has been made on fxform controls . So I want to add some option of persistence between the source bean properties and Form contro…
-
When using controls such as TextArea in a form, the form does not honor vertical growth as configured below:
```
form {
fieldset {
field {
textarea {
vboxCons…
-
This took me a while to figure out.
Given you have this simple code:
```
class MyApp : App(MyView::class) {
init {
println(javaClass.getResource("/test.txt");
}
}
class M…
dant3 updated
7 years ago
-
Hi,
I have a simple ListCell implementation in kotlin.
```kotlin
class ListContainerViewCell : ListCell() {
private val doneBox = JFXCheckBox()
private val description = Label()
private…
-
Hi,
I am using tornadofx and built a small helloworld app and I know I wish to create a native installer (I am on Linux MINT Kde), I am using gradle. So I found fxlauncher that seems to do more tha…
-
Recently KC auto added "ReplaceLimit" to the config file, whenever KAGA runs, it overwrites the original config file and deletes this value, causing it to crash. Manually editing both KAGA's and KC au…