[codenameone-discussions] Re: Date/Time Picker Displaying Jumbled

2018-04-21 Thread Shai Almog
Don't use Date & Time Picker anywhere other than iOS. Use a separate Date picker and Time picker as Android doesn't support both in a single widget. Since this isn't supported natively it falls back to the problematic code that runs in the simulator. The way to detect this in code is:

[codenameone-discussions] Re: Date/Time Picker Displaying Jumbled

2018-04-21 Thread Paul Wade
Actually, I'm having this problem on the device as well as I mentioned in my post. I'm not able to screenshot it because it addition to appearing as it does above, it disappears after about two seconds. I've created a video though. It looks like a loo but I'm just robotic :).

[codenameone-discussions] Re: Date/Time Picker Displaying Jumbled

2018-04-20 Thread Shai Almog
That's a regression in the simulator in recent updates. Notice that rendering on the device will look completely different. We are working on replacing the picker component entirely with something that would hopefully solve the constant problems we are running into with that component. --