Anybody found a good time picker widget?

2
It seems I have to make time to start widget building myself because it seems there is no decent time picker widget anymore in the appstore. I only found one for mobile and that one has not been updated recently and does not seem to work anymore. Anyone found a good time picker widget that works for Mx 5 and 6? Regards, Ronald
asked
3 answers
3

This isn't of immediate help but I am currently working on a widget based on this plugin: http://weareoutman.github.io/clockpicker/

I'm trying to fit this in around project work though so am probably still a few days away from having it finished.

Edit: Found a bit of time yesterday... V1 now available here: https://github.com/AuraQ/ClockPickerForMendix/releases/tag/1.0.0

Will also submit this to the app store for approval by the end of the day tomorrow (Monday)

answered
1

As I recall, there used to be one in the past, but was deprecated because it didn't work as well as expected. There are good widget developers that can create such a widget. If you want to start building one (or anyone else) I would be willing to help.

answered
1

I don't know of a good time picker - definitely a gap to be filled. I found a few JS time pickers that might be good foundations for a new widget:

http://www.sitepoint.com/10-jquery-time-picker-plugins/ (Numbers 1, 2, 7, and 8 are pretty neat)

I also pulled the standard dijit time pickers, but I'm not a fan of either one:

https://dojotoolkit.org/reference-guide/1.10/dijit/form/TimeTextBox.html

http://dojotoolkit.org/reference-guide/1.10/dijit/_TimePicker.html

answered