Is there a list of CalendarGadget events?
Posted: Mon Nov 16, 2020 4:44 pm
Dear fellows,
did anybody know which events are supported by the CalendarGadget?
The help is not very helpful here.
Thanks in advance.
Markus
Edit:
It seems that only an event is created when the user clicks on a day item. But if the user selects another month or year, no event is created. Unfortunately this is not very practical. How can I react to changing month and year without an event?
did anybody know which events are supported by the CalendarGadget?
The help is not very helpful here.
Thanks in advance.
Markus
Edit:
It seems that only an event is created when the user clicks on a day item. But if the user selects another month or year, no event is created. Unfortunately this is not very practical. How can I react to changing month and year without an event?
Code: Select all
Procedure EventHandler()
Debug "---------------"
Debug EventGadget()
Debug EventType()
EndProcedure
OpenWindow(0, 100, 100, 230, 260, "Click test", #PB_Window_SystemMenu)
CalendarGadget(0, 10, 10, 210, 240)
BindGadgetEvent(0, @EventHandler())
