Page 1 of 1

Wrap around & localization

PostPosted: 18 Apr 2016 14:24
by Omega8
How can Minutes and hours be wraped around? From 59 to 00.

Changing the language in myFrame.OnCreate for MobiScroller.JQMCoreOptions.Lang := jqmmslDE; has no effect.

Your demolink is broken. Could not download the demo.

Thanks

Re: Wrap around & localization

PostPosted: 19 Apr 2016 11:36
by Alexander Bulei
Hi,

How can Minutes and hours be wraped around? From 59 to 00.


What do you mean?

Changing the language in myFrame.OnCreate for MobiScroller.JQMCoreOptions.Lang := jqmmslDE; has no effect.


You are right. Fixed.
Thanks ;)

Best Regards.

Re: Wrap around & localization

PostPosted: 19 Apr 2016 16:33
by Omega8
HI again Alex,

Thanks again very much for your help on the IIS.

Say the current time is 02:59 PM and the user would like make a setting for 04:00 PM. To achieve this the user would have to scroll the minutes
from 59 down to 0 and then move the hour from 2 to 4. The scrolling from 59 down to 0 is the problem. One should be able to scroll from 59 to 0
by going up one.

Thanks

Re: Wrap around & localization

PostPosted: 19 Apr 2016 16:40
by Alexander Bulei
Hi,

Thanks again very much for your help on the IIS.


No problem ;)

Say the current time is 02:59 PM and the user would like make a setting for 04:00 PM. To achieve this the user would have to scroll the minutes
from 59 down to 0 and then move the hour from 2 to 4. The scrolling from 59 down to 0 is the problem. One should be able to scroll from 59 to 0
by going up one.


Now I understand, I will check if it possible, otherwise it's a jquery plugin design, we can't change it.

Best Regards.