JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

How to get month and year view ? #100

Closed bnlambert closed 6 years ago

bnlambert commented 6 years ago

Hi, After testing jfxtras-icalendaragenda and jfxtras-agenda, the view does not present me the option to show the Monthly yearly view. I only see a complete week in the default view. I also have a couple of worries such as

If there are any resources on how to use these tools or a getting started tutorial, please share. Thanks

tbee commented 6 years ago

The year and month view do not exist, they still need to be programmed. Agenda has a collection (appointments) and a callback, so the content can be finetuned to the timeframe that is shown, I do not know about icalendaagenda, maybe @daviddbal can comment on that. Agenda has Javadoc explain how to use it (http://jfxtras.org/doc/8.0/jfxtras-agenda/jfxtras/scene/control/agenda/Agenda.html).

JFXtras compiles without problems in the nightly builds, so it must be a project configuration issue.

bnlambert commented 6 years ago

Thank you very much for your response.