uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
131 stars 13 forks source link

Need date picker controls #64

Open uliwitness opened 9 years ago

uliwitness commented 9 years ago

We need a calendar picker. A small date picker would be good for completeness' sake, but I find it ugly. Could probably just implement it as a text field that contains the date. OTOH a calendar part type would probably be the most idiomatic and "humane" way of doing it.

uliwitness commented 7 years ago

I think implementing this as a "calendar" field style that gets rendered as an NSDatePicker would be good enough for now. Maybe also a "clock" field style for specifying a time. When someone asks for the contents, give the current date or time as a string for now.