HI,
I have a calendar control on a screen that is hidden by default. When I press a calendar icon, It display on the screen and I can select a date. When I click on a date, the control is again hidden and the date passed back to the screen.
I need to also execute code on that screen when the date changes.
I tried a hack by attaching the context variable to a checkbox's default state - This does indeed change the checkbox to checked when the calendar is shown and unchecked when it is hidden - unfortunately I cannot get the OnUnchecked event to trigger.
As per the attached image I tried to debut - my label never changes to "On check triggered" or "On Unchecked triggered". The CustomOutputVisibility does change the checked state - but no code is triggered.

Are other hack to get this to work ?
Thanks,
Daniel