Questions tagged [jfxtras]

JFXtras is an open source project that wants to provide to the developers additional pieces for JavaFx (layouts, utility, additional fields, ...).

JFXtras is an open source project that wants to provide to the developers additional pieces for JavaFx (layouts, utility, additional fields, ...).

JFXtras Logo

License is the New BSD License.

94 questions
0
votes
1 answer

Problems with agenda jfxtras

I'm using JavaFx with the jfxtras library. I included the "Agenda" control into my fxml and it is correctly rendered on the page. Unfortunately, the associated appointments are not displayed on the table and there are no events associated on it.…
Merecol
  • 7
  • 1
  • 5
0
votes
1 answer

How to scroll to a selectedAppointment in JFXtras Agenda

I have some kind of 'find' function, where I select an appointment by adding it to the selectedAppointments list. Works, but Agenda does not scroll to the correct position automatically. So in some cases, the user cannot see the selected…
clic
  • 365
  • 1
  • 13
0
votes
1 answer

JavaFX JFXtras CalendarTextField withShowTime

I feel that I am missing something when using the CalendarTextField so I come here for some help. Here is the SSCCE that I am using: Main.java: import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Scene; import…
0
votes
1 answer

JFXtras ClassNotFoundException on maven build

I am using Eclipse with the Maven integration and included JFXtras in my project. When I do the maven build, it successfully creates the jar, but when I try to run it, I get a java.lang.ClassNotFoundException: jfxtras.scene.control.ListSpinner I…
leyren
  • 524
  • 6
  • 20
0
votes
1 answer

JFXtras css styling

Today I downloaded the JFXtras, but I can't find any information about css stylings for the jfxtras elements. E.g. I would like to know how to style a ListSpinner. I just found this for the value text of the spinner: .ListSpinner .value { …
leyren
  • 524
  • 6
  • 20
0
votes
1 answer

jfxtras - CalendarPicker getDisplayedCalendar in EventFilter wrong

I have a CalendarPicker with an EventFilter. In the EventFilter I want the displayedCalendar with CalendarPicker.getDisplayedCalendar(), but I get the wrong date. It is the last date before CalendarPicker update the displayedCalendar.It seems that…
boop
  • 5
  • 3
0
votes
1 answer

jfxtras - CalendarPicker change button color

How can I change the color of every toggle button of a CalendarPicker? For instance, one button "red", one button "yellow" and so on.
boop
  • 5
  • 3
0
votes
1 answer

JFXtra agenda to only show between certain times?

For example if I only want it to show ranges from 9am to 9pm? displayedCalendar property doesn't seem to change anything, only changed the displayed date. Is this possible?
TheDream
  • 188
  • 1
  • 14
0
votes
1 answer

How to use FXML document in a JFXtras window?

For content of JFXtras window object, should we use only code part on IDE? Window w = new Window("My Window#"+counter); w.getContentPane().getChildren().add(new Label("Content... \nof the window#")); root.getChildren().add(w); For example, i…
fuatkaraca
  • 47
  • 8
0
votes
1 answer

How to take a whole (Image) Snapshot of JFXtras Agendatable / ControlsFX Spreadsheet Javafx 8

In our Project we have already used snapshot() of the Class Node taking a "Screenshot" of a Javafx 8 table. The snapshot() function is always taking a Screenshot of the whole Node/Scene. It does work for the regular tables, but since we are using…
0
votes
1 answer

How can I fix multiple selection mode in LocalDatePicker in JFXtras? (it works in CalendarPicker in the same package)

I'm making a JavaFX program for which I would like to use the new Time API. I wanted to use the LocalDatePicker provided in the JFXtras library which would allow users to select multiple localdate objects and would streamline the program's handling…
0
votes
1 answer

How can i use jfxtras window in eclipse luna (efxclipse)

There is no tutorial about to use jfxtras on eclipse. Or always maven and gradle installations. Please help
fuatkaraca
  • 47
  • 8
0
votes
1 answer

Jfxtras-Agenda, set Calender to fixed Week

I´m working with the Agenda-Tool and want to set it to one fixed Week, because I just want to use it as a Timetable for a School and they want to work with the same schedule each Week. I know that it is using the util.Calendar, but i can't find a…
0
votes
1 answer

Calendar control using FXML

My JavaFX application uses FXML and in one of its forms, it needs to show appointment dates in a given month. The user can then click a date to add a new appointment. I would like to use JFX Extra's CalendarPicker (here) for this purpose. I don't…
Sandah Aung
  • 6,156
  • 15
  • 56
  • 98
0
votes
1 answer

JFXtras Agenda Exceptions

I have some Problems with the Agenda from the JFxtras lib, when I try to compile my Code. I get this Exceptions, It looks like there are some Problems with the CSS. I use the latest jar from the JFXtras Page "jfxtras-agenda.8.0-r3" Exception in…
user3915746