WillemvanZyl Posted August 24, 2017 Posted August 24, 2017 Hi, I am trying to implement the solution given in this topic: http://forums.unigui.com/index.php?/topic/5760-datetimepicker-for-sencha-touch/ But get the following error: Ajax Error: C is not a constructor. Any help with this? Thank you in advance
Sherzod Posted August 24, 2017 Posted August 24, 2017 Hi, It should work, can you check it once again?
WillemvanZyl Posted August 24, 2017 Author Posted August 24, 2017 I seem to be missing something. I have implemented the events as is. Is my source files located correctly?
milanius Posted October 12, 2017 Posted October 12, 2017 The same problem... I am absolutely newbie with fantastic uniGUI and now I got stuck.
Sherzod Posted October 12, 2017 Posted October 12, 2017 Hi, http://forums.unigui.com/index.php?/topic/5760-datetimepicker-for-sencha-touch/&do=findComment&comment=29506 ... 2. and add these files to your project (CustomFiles...): files/DateTime.js files/DateTimePicker.js 3. UnimDatePicker1.DateFormat := "dd/MM/yyyy H:i"
milanius Posted October 12, 2017 Posted October 12, 2017 exactly This works.UniAddJSLibrary('files/DateTime.js', False, [upoPlatformMobile]); UniAddJSLibrary('files/DateTimePicker.js', False, [upoPlatformMobile]);
Recommended Posts