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
2 answers

Exlude package from maven dependency

I have error java: module com.example.learningfx reads package jfxtras.labs.util.event from both vworkflows.fx and jfxtras.labs and I think I need to exclude package from jfxtras.labs or vworkflow.fx. Jow can I not include some packages from…
Pixtane
  • 39
  • 8
0
votes
1 answer

Jfxtras ScalableContentPane error - the unnamed module reads package jfxtras.labs.util.event from both jfxtras.labs and vworkflows.fx

I trying to run tutorial code from VWorkflow (I've just copied code and only package changed). Before this code it works. I have requires and dependencies in code to this library. Everythings seems to be OK but only ScalableContentPane is not…
Pixtane
  • 39
  • 8
0
votes
1 answer

How to set minimum diameter in jfxtras CircularPane?

How to set minimum diameter to jfxtras circularpane. For example take a look at following code, import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.*; import javafx.scene.layout.*; import…
srilakshmikanthanp
  • 2,231
  • 1
  • 8
  • 25
0
votes
1 answer

JFXtras Calendar Picker

I would like some samples of code to start using jfxtras calendarpicker, please. I am writing a JavaFX app scheduler. I need to select multiple dates into an array or list, and would like to keep the calendar open while a user selects and deselects…
0
votes
1 answer

Exception "JavaFX Application Thread" while trying to run icalenderagenda from JFXtras

When I run this code (please find my code snippet below) to get the icalenderAgenda from JFXtras library, it throws an exception "Exception in thread "JavaFX Application Thread" Exception in thread "main" java.lang.UnsupportedClassVersionError:…
user11874369
0
votes
1 answer

how to use JFxtras with Scenebuilder on Netbeans 8.2?

I m a newbie to scenebuilder and JavaFX , all I know is how to configure scenebuilder on Netbeans to use it hehe XD I m working on a school project and I liked the very useful controls that JFxtrats offers and I want to use them ( i m planing to use…
user11874369
0
votes
0 answers

Scene Builder crushes when import jar file

I try to import jars to the scene builder, I started with FXRibbon and it imported to the custom section. then I could not use the components inside(because I did not have some library called jfxtas), so I tried to import other jars and get into the…
Afik Menashe
  • 77
  • 1
  • 1
  • 8
0
votes
1 answer

Is there a way to disable overlapping appoinments in jfxtras ICaledarAgenda?

How do I disable the overlapping appointment property so users can not create new overlapping appointments from the Agenda?
Chloe
  • 13
  • 4
0
votes
2 answers

Edit right click pop up on appointment JFXtras

i want to edit this pop up that appears when i perform right click on appointment, so that i can add more textField to get some more informations. I use Agenda from JFXtras library and i do not know how to edit the pop up.
user8078820
0
votes
1 answer

How to set Jfxtras LocalDateTimeTextField value without click confirm button?

I click localeDateTimeTextField and pop-up open. I select a different value from default. When I click any other space, pop-up close, but not set value which I select. I want to set my localeDateTimeTextField component value without click confirm…
drCracker
  • 1
  • 2
0
votes
1 answer

How to style JFXtras CalendarTimeTextField?

I want to style the font of the CalendarTimeTextField Popup control using a CSS File. The following entry doesn't work for me: .CalendarTimeTextFieldSkin_popup { -fx-text-fill: white; -fx-font-style: italic; } Setting the font-type…
0
votes
0 answers

JFxtras NullPointer when edit appointment

Hello I was trying to implement the jfxtras icalendaragenda in my project but when I edit an appointment and save or delete this appointment I get a NPE. Someone know why is this happening? I have seen some video tutorials and this error shouldn't…
0
votes
1 answer

Finding vevents between date range

I am using jfxtras iCalendarAgenda in my application currently. I need to retrieve a list of events between a given date range from vcalendar. And I need it to return events with actual datetimes and not events that have recurrences that occur…
0
votes
1 answer

How to properly set up jfxtras iCalendarAgenda in intellij

I am trying to use the calendar plug in by jfxtras. I originally tried setting the project up as a maven project or gradle project and importing the jfxtras-all, and setting the snapshot to latest. Unfortunately it seems that iCalendarfx and…
0
votes
1 answer

How can I access the CSS style of the popup control with LocalDateTimePicker

I am using the LocalDateTimeTextField control of JFxtras but the popup that owns the LocalDateTimePicker is not assuming the styles of my custom CSS and I am not able to access the CSS style of that popup. I found the styles of each of the controls…
Samuel
  • 33
  • 4