I'm trying to implement a date and time picker.  I've tried both of the 
following methods:

    Picker dateTimePicker = new Picker();
    dateTimePicker.setType(Display.PICKER_TYPE_DATE_AND_TIME);
    dateTimePicker.setDate(new Date());

    PickerComponent meetingDate = 
PickerComponent.createDateTime(signInList.dateOfMeeting.get()).label("Meeting 
Date/Time");

Both ways appear to work identically to me and both display completely 
jumbled and unusable when the picker is opened.  This is in all simulator 
skins I have (a few iOS and a few Android) as well as on an Android device 
(Yoga tablet).  I have made some small changes to my theme but I doubt they 
would cause the kind of display issues I'm seeing.  I attached a screenshot.

I'm using Intellij IDEA on Windows 10 with the latest version of everything.

P.S.  Couldn't post this on Stack Overflow.  Not only can we not attach 
anything (or at least I couldn't figure out how to) it wouldn't let me post 
this question because I asked one less than 90 minutes ago.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/78453f2e-1a19-40b2-8e4b-1f11ce01467d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to