Dustyn
Dustyn
Wow @SKeeneCode your example solved a problem i had for days! I wasnt able to figure out how to do a prober binding between my tree and its value .....
Hey @SKeeneCode > Would love to see what ones I missed! Sure. I am not sure if this behaves like you want it to behave - but you can edit...
Mhm. I cannot reproduce this. Neither do I understand your argument of using HBox().apply rather :( ``` class ListViewTest : View() { private val numbers = (1..10).map { it.toString() }.asObservable()...
@SchweinchenFuntik yeah - but regarding the modul system it can only work when you got javafx in your classpath :) this can be done via plugin or manually
@SKeeneCode Sure. More or less the same - i just use kotlin for configuration :) ``` javafx { version = "13.0.2" modules = mutableListOf("javafx.controls", "javafx.graphics", "javafx.web") } ``` Do you...
Does anybody has some tips on how i could try to find out myself whats going wrong here? I do not get any error message - thats leaves me kind...
Thank you i am finally gettin somehwere... when i run "gradle run" instead of the intellij task of building the project i actually saw now a module problem `java.lang.reflect.InaccessibleObjectException: Unable...
Yeah, seems to be working with JDK11 but not 13, right?
It's available in some library for kicad, so it's just copy and paste, AFAIK. I would love puck support as well :)