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

How to make an analog of LocalDateTextField from JFXtras that supports regular text?

I want to provide users with the ability to search in the database. They should be able to search by text on one column and by dates on another column. But I don't want to make two separate fields in the UI, I want to combine them in one TextField.…
graynk
  • 131
  • 1
  • 2
  • 17
0
votes
1 answer

JFXtras MonologFX - How to detect which button was pressed

I was testing the MonologFX from JFXtras (v8.0-r5), but I got stuck with it! Can anyone tell me how to check what was the button in the dialog that was pressed by the user? I tried in many ways, but no luck at all. package…
Pedro Figueiredo
  • 457
  • 5
  • 13
0
votes
0 answers

Jfxtrans mouseutil draggable limit to a region

I am developing a JavaFX application, used jfxtrans.mouseutil to make an anchor pane draggable, I want to bound or limit the draggable area to its parent, parent is also anchor pane. I have tried to bound draggable area with checking the layoutx and…
0
votes
1 answer

How to get deleted appointment?

i use the agenda from jfxtras in my application. And i try to get the deleted appointment from the default edit popup. But it doens't work. So how it is possible to get the deleted appointment in a string if i click on the delete button in the…
ffghts
  • 15
  • 3
0
votes
1 answer

jfxtras LocalDatePicker. How to highlight Date

I'm using jfxtras 8.0.r5 library and I have to pre-highlight some LocalData that become from another part of the program so user can see which data are important. so I use this: LocalDatePicker lLocalPickerADI = new LocalDatePicker(); And I put…
Theolo77
  • 7
  • 3
0
votes
0 answers

jfxtras circularpane width

i started to work with JFxtras CircularPane which shall appear after click on a node. This node shall then be directly in the middle of the circularpane. See following picture: scribble To set the node directly in the middle and the circularpane…
0
votes
1 answer

how can i use jfxtra lab icalendaragendaTrial and depended (main class to run outlook like calendar)test classes as a project

I have cloned jfxtra-lab gradle project from here I want to use this in new javafx project where i can extend its functionality. And this is under some BSD license .will it be okay to reuse this code. If you have any idea please advice me. Thanks…
0
votes
1 answer

Error importing jfxtra jar into scene builder 2.0

I'm creating an app using JFXtras in Scene Builder 2 but I'm unable to import the jfxtras-all-8.0-r5.jar file into Scene Builder. When I show the JAR Analysis report in Scene Builder I get errors similar to the one shown below for every single…
z0317
  • 1
  • 1
0
votes
1 answer

JavaFX pass data to jfxtras gauge from Arduino

First let me thank you for any guidance you might be able to provide on this. I have been racking my brains to get this to work, and have been looking at many threads here, with no luck. I am new to Java and JavaFX, but have a C# background,…
CYBORGCNC
  • 45
  • 2
  • 7
0
votes
1 answer

How to customize the appointment panel and bean in jfxtra agenda?

I want to create a custom appointment panel for a jfxtra agenda. Exactly i want to display some specific text other than the time range already shown. I also want to have a custom appointment bean, containing other information that can be shown in…
abderrahim_05
  • 445
  • 1
  • 4
  • 21
0
votes
1 answer

How to change JFXtras Agenda Skin?

I'm doing a timetable for a school project using JavaFX, I need to display the appointments in day and month skin but I don't know how to change the JFxtras Agenda Skin. I'm using JFxtras 8.0-r4. Also, I want to change between weeks, days and months…
0
votes
1 answer

How to add the jfxtras agenda from scene builder?

Is that any way add the jfxtras agenda from scene builder? I am getting crazy trying to work with fxml file, Any code example or tutorial?
Jessica
  • 11
  • 1
  • 6
0
votes
2 answers

Jfxtras Agenda - Better Support for Non-overlapping Appointments

How do I make the Jfxtras Agenda component treat the following two appointments as non-overlapping? Also, is there a way to increase the snap-to-grid granularity of the grid from 5 minutes to 30 minutes, to mimic Outlook? With the 5 minutes…
SoupMonster
  • 109
  • 1
  • 10
0
votes
1 answer

How to change font on css?

I'm trying to manipulate the font in Agenda from jfxtras (javafx). I have a css file linked to it. I figured out how to make it black and bold as well. .AgendaText { -fx-text-fill: BLACK; -fx-font-weight: bold; } But I don't know how to…
urviguglani
  • 127
  • 1
  • 1
  • 11
0
votes
1 answer

JFXtras Agenda memory consumption

I'm facing some critical memory consumption issues when using JFXtras Agenda. First I thought it's on me, because I've implemented my own Skin which produces variable number of 'columns'. But it's the same problem with the FXSampler application.…
clic
  • 365
  • 1
  • 13