tornadofx-controlsfx icon indicating copy to clipboard operation
tornadofx-controlsfx copied to clipboard

ControlsFX Builder extensions and utilities for TornadoFX

Results 6 tornadofx-controlsfx issues
Sort by recently updated
recently updated
newest added

does this still work to filter each column ? ` column("GENDER", Patient::gender) { columnfilter { exceptValue(Gender.FEMALE) } }`

I think the code example speaks for itself (if not, how do I use CheckTreeView with tornadofx-controlsfx): ``` import javafx.scene.control.TreeView import org.controlsfx.control.CheckTreeView import tornadofx.* class ExampleView : View("My View") {...

I added custom actions to infoNotification, when I press button it is not closing. How can I close notification when button is pressed?

This is probably controlsfx question but ... Is it possible to show notification when application is collapsed or unfocused?

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 {...