Date Selection - Folloow up
Posted: Sun Jan 18, 2015 6:18 am
Much thanks to Simon who recommended Sarah Reichelt's calendar which I have found to be most suitable.
I have one outstanding issue which has me stumped. I have placed a button and a text field on a card in the main stack. The purpose being to click the button to display the calendar and then to select a date which should appear in the field. The button, when clicked, does display the calendar window and a date can be selected. However I have been unsuccessful in displaying the selected date in the field on the card in the main stack. What code do I need and where should it be placed?
The mouse up code of the button calling the calendar is:
on mouseUp
go to stack "DMH copy of MediumCalendar"
end mouseUp
Many thanks for any assistance.
Derek Henderson

I have one outstanding issue which has me stumped. I have placed a button and a text field on a card in the main stack. The purpose being to click the button to display the calendar and then to select a date which should appear in the field. The button, when clicked, does display the calendar window and a date can be selected. However I have been unsuccessful in displaying the selected date in the field on the card in the main stack. What code do I need and where should it be placed?
The mouse up code of the button calling the calendar is:
on mouseUp
go to stack "DMH copy of MediumCalendar"
end mouseUp
Many thanks for any assistance.
Derek Henderson