62
Views
2
Comments
Solved
[FullCalendar Reactive] How to change values according to month change?
fullcalendar-reactive
Reactive icon
Forge asset by Mediaweb
Application Type
Reactive

Hello :)

I've been using full calendar with a progress bar for the events but I wanted to update de progress bar value  as I change the month in the arrows.

is there any way to update the progress bar according to the month I'm choosing?

Thanks 

2024-11-20 08-28-20
Pedro Marques
Solution

@Mário Santos here is the oml (it's on screen 1).

Let me know if it works.

 

FullCalendar_ProgressBar.oml
2024-11-20 08-28-20
Pedro Marques

Hi,

If I understood correctly you want to achieve something like this, right?


If so, you can use the event "DataSet" to update the variable used in the progress bar.


The event has a "Start" that is the first day represented in the calendar. Usually, this still belongs to the past month, so you might need some logic to find the correct month.

Hope this helps!

2024-11-20 08-28-20
Pedro Marques
Solution

@Mário Santos here is the oml (it's on screen 1).

Let me know if it works.

 

FullCalendar_ProgressBar.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.