-
- download the felix-tornadofx-5.4.0.zip
- create a maven project using the tornadofx-maven-osgi-project
- cp the jar from the project to the bundle directory
- start felix
- felix starts throwing CSS…
-
The `onDock()` and `onUndock()` functionalities need to be covered in the Components chapter.
https://github.com/edvin/tornadofx/issues/120
-
Hey Edvin,
could you think of any way to make it possible updating the build in jre too?
Besides customizing the updater ui (which was mentioned in another issue) and passing in some jmv arguments, it…
-
Hey @edvin, I'm not getting any intent to generate columns for the `TableView` in the TornadoFX plugin, as shown in [your webcast](https://www.youtube.com/watch?v=11rcRnJw76s). What exactly do I do to…
-
-
The following view produces the following output:
```
import javafx.geometry.Orientation
import tornadofx.*
class FormView : View("My Form") {
override val root = stackpane {
form{
…
-
Hi Edvin,
I noticed that the link to the Window's Native Installer won't work. Are you able to fix this?
[http://fxsamples.tornado.no/CRMApplication-1.0.exe](http://fxsamples.tornado.no/CRMApplicat…
-
`textfield( model.myInt )`
where **model.myInt** is an Integer property is not supported whereas the following is:
```
textfield(){
bind( model.myInt )
}
```
Is this by design or an ov…
-
As demonstrated in the [OSGi screencast](https://www.youtube.com/watch?v=liOFCH5MMKk), TornadoFX let's a bundle export a View to other bundles by calling this function:
``` kotlin
activator.registerV…
edvin updated
8 years ago
-
Hey @edvin, maybe this is somewhat niche but I use this pattern A LOT. Perhaps it's not worth effort but thought I'd throw this out there.
I often have two versions of a type: an immutable POKO (pla…