-
I don't know if this is something you want to pursue, Edvin, since I'm not sure of the effort/value ratio.
I'm documenting the rest of the plugin chapter in the guide. I noticed to generate TornadoF…
-
Clicking on the Builders.kt link in the first paragraph goes to a 404
-
Two use cases:
- Resizing select columns to the best width to fit the content, and then distribute the remaining space evenly over the remaining columns.
- Resize columns based on weight to fill the c…
edvin updated
8 years ago
-
This
``` java
class MyApp: App(MainView::class, Styles::class) {
override fun start(stage: Stage) {
super.start(stage)
stage.initStyle(StageStyle.UNDECORATED)
}
}
```
causes …
-
Hi edvin,
I'm currently refactoring the [ModelWrapper](https://github.com/sialcasa/mvvmFX/wiki/ModelWrapper) from [mvvmFX](https://github.com/sialcasa/mvvmFX) into a Kotlin-native implementation and …
johnp updated
8 years ago
-
The page
[wiki/ViewModel](https://github.com/edvin/tornadofx/wiki/ViewModel) contains an error in the source code example.
The model is defined like this :
``` kotlin
class PersonModel(var sou…
-
it would be cool to be able to manually add files to the manifest that would be updated during the regular allplication start
-
**TornadoFX Version: 1.5.1**
**Kotlin Version: 1.0.3**
Define a class with an inherited property:
```
open class Person {
var name = property("")
fun nameProperty() = getProperty(Person::nam…
-
Env:
Gradle Kotlin project in IDEA CE 2016.2 Preview
OS X 10.11.5
```
Assertion failed: Intention Description Dir URL is null: Convert to TornadoFX Property; FXPropertyConverter, PluginClassLoader[no…
-
The line `fun Pane.webview(op: (WebView.() -> Unit)? = null) = opcr(this, WebView(), op)`
is missing in `tornadofx/src/main/java/tornadofx/Controls.kt` to support the WebView