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

CSS Stylable Controls for JavaFX

Results 5 tornadofx-controls issues
Sort by recently updated
recently updated
newest added

Hi, I just tried to use your code for DateTimePicker and I found a bug. When you user modifies value in textfield, DateValue doesn't get updated. This is not happening...

The DateTimePicker does not have a TimePicker, just a DatePicker. The button opens the same calendar as the DatePicker.

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

AutoCompleted event is not fired tfParent.addEventHandler(AutoCompletionEvent.AUTO_COMPLETED) { println("Coming here") } tfParent.addEventFilter(AutoCompletionEvent.AUTO_COMPLETED) { println("Coming here") } I believe this is the right way to trap the event, if it is correct...

Notes from the slack channel... @gtnarg Two things. One is the `themeProperty`. It basically just adds/removes the theme string as a class on `ListMenu`. The other is a fix in...