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 in AgendaControl and some Questions

I got some Questions about the Agenda Control of JFXtras and I hope, any1 can help me. I'm using the CalendarPicker for switching the weeks of the Agenda. In my case, it's only working at every second click on the specific day. It seems, that the…
0
votes
1 answer

Agenda code compilation via maven error: AgendaSample1Impl.java:[47,81] error: diamond operator is not supported in -source 1.5

I'm trying to compile a JFXtras project, the sample one given in the default JFXtras Agenda project, via maven, but I get the above error: AgendaSample1Impl.java:[47,81] error: diamond operator is not supported in -source 1.5 The XML is as…
Program-Me-Rev
  • 6,184
  • 18
  • 58
  • 142
0
votes
1 answer

jfxtras, how to populate a listView with the selected items in a CalendarPicker?

would like to know ¿how to populate a listView with the selected items in a CalendarPicker (mode Multiple)?? This functionality is shown in app "JFXTras 8.0 Samples"…
0
votes
1 answer

JFXtras Agenda drag and drop new Appointment

I'm working with the JFXtras Agenda (http://jfxtras.org/) and trying to implement the following: when you drag a specified Object (from a TableView) to the Calendar, it should make a new Appointment on the timeframe where you drop it. This new…
lukasvo
  • 3,622
  • 1
  • 15
  • 14
0
votes
2 answers

How can I add an action Listener onto an appointment in an agenda (JFXtras Agenda)

How can I add an action Listener so that when an appointment on an agenda is clicked a new window with more details on that particular clicked appointment opens.
ILikeProgramming
  • 293
  • 3
  • 8
  • 23
0
votes
1 answer

How to list dates from database onto JFXtras Agenda as Appointments: Google Calender style event listing

I have event dates, titles, venues, attendees, start & end times, location and other metadata collected from users via forms then stored in a mysql database table. I would like to retrieve the events from the database and list them in Google…
ILikeProgramming
  • 293
  • 3
  • 8
  • 23
0
votes
1 answer

JFXtras Classes and their Objects Explained

What are the differences between the following JFXtras Classes? What kinds of Objects do they create? Agenda, Agenda.Appointment, Agenda.AppointmentGroup Agenda.AppointmentGroupImpl, Agenda.AppointmentImpl, Agenda.CalendarRange Agenda.AgendaSkin,…
ILikeProgramming
  • 293
  • 3
  • 8
  • 23
0
votes
1 answer

How to convert MigLayouts to XGrid?

How would one code the following using XGrid from JFXtras6? Stage { title: "Mig Centering Test" scene: Scene { width: 200 height: 200 fill: Color.PINK content: MigLayout { fitParent: true layout: "fill" …
Mike Caron
  • 5,674
  • 4
  • 48
  • 71
0
votes
1 answer

jfxtras - getting blank white screen when running agenda

I am trying to set up a jfxtras demo project where it would only show the agenda, but when i try to launch the application i only get a white screen. this is the code i figured out since the ensemble demo source code is quite outdated: /* * To…
Maxim
  • 3,836
  • 6
  • 42
  • 64
0
votes
1 answer

Javafx8 align controls in internal frame

I have recently shifted from c# to try Javafx2. I am also new to this forum. I have been stuck trying to implement internal frames in Javafx. I stumbled upon this link: Internal Frames in JavaFX I have managed to add jfxtras 8 jar file to my project…
Adwin
  • 195
  • 2
  • 6
  • 21
0
votes
2 answers

JFxtas Lcd Gauge max value

I'm trying to use the LCD gauges in Jfxtras. Here's the code that I have to create the gauge: final Gauge lcd = GaugeBuilder.create() .gaugeType(GaugeBuilder.GaugeType.LCD) .lcdDesign(LcdDesign.DARKAMBER) …
eak12913
  • 303
  • 4
  • 15
0
votes
1 answer

Can't build JFXtras Labs 8.0 on Windows

When trying to build JFXtras Labs 8.0 on Windows, I get various error messages such as: Please set the environment variable JAVA_HOME to the directory that contains jre/lib/jfxrt.jar of JavaFX version 8.0. or: Please set the environment variable…
assylias
  • 321,522
  • 82
  • 660
  • 783
0
votes
2 answers

JFXtras - How to add Change Listener to CalendarTextField?

how can I listen to a change in the CalendarTextField in JFXtras? For example a new choosen date from the picker-menu or a typed-in date? date.addEventFilter(MouseEvent.ANY, new EventHandler() { @Override public void…
Steven
  • 441
  • 4
  • 16
0
votes
1 answer

How do you order of operations on Java FX 2 bindings?

EDIT: I went back and provided a long explanation of each of the below.... Then I started thinking. I think my issue was the division element (getUnitDivisionFactor()) was not observable. I changed this to an observable data type and it all…
ril3y
  • 912
  • 4
  • 10
  • 19
-1
votes
1 answer

jfxtras icalendaragenda how i get appointments?

Hello :) I can use in my project jfxtras ICalendar but i cant connect this project with the database. I created a calendar, but how to download the created event or how to add to the created calendar event straight from the source…
Light
  • 175
  • 1
  • 2
  • 11