You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Thanks in advance for your time and answers.
Is there a way to disable DatePicker.TouchDown? I am writing an app where the user should only select future dates. I am using a DatePicker to allow the user to select a date. I know that I can check DatePicker.AfterDateSet, and compare it to systemTime
-Louis
TimAI2
unread,
Nov 20, 2019, 4:47:28 PM11/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Use a button to call the datepicker (you can hide the datepicker button)
Ten you can use the button events to disable touch down.
Louhya
unread,
Nov 20, 2019, 7:54:47 PM11/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Thanks for the quick reply. But I don't understand what you mean. Can you give me an example.
I have the following now and would also like to keep that capability
I don't see a property called .TouchDown to enable or disable.
By default you get this from DatePicker
I would like to get this
Louhya
unread,
Nov 20, 2019, 8:08:44 PM11/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Thanks for the quick reply. But I don't understand what you mean. Can you give me an example.
I have the following now and would also like to keep that capability: datepicker1.png
I don't see a property called .TouchDown to enable or disable.
By default you get this from DatePicker: datepicker2.png