If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: NetBeans/Eclipse/IDEA NetBeans 8.2
Desktop OS Windows 10 Pro
Simulator Latest
Device PC, Android& IOS

I am using this Picker:
            A3TimeSheetDate = new Picker();
            A3TimeSheetDate.setUseLightweightPopup(true);
            
A3TimeSheetDate.setDate(inc.getDateObjectFromYYYYMMDD(a3Scheduler.ApptDate));
            A3TimeSheetDate.setType(Display.PICKER_TYPE_CALENDAR);
            SimpleDateFormat formatter = new SimpleDateFormat("E 
MM-dd-yyyy");
            A3TimeSheetDate.setFormatter(formatter);
            FontImage.setMaterialIcon(A3TimeSheetDate, 
FontImage.MATERIAL_DATE_RANGE, iconSize - 2);

However Days in previous and next months are visible however not selectable.

Attached is the Visible calendar.
Note 26th - 31 of May and 1st - 6th of July are not selectable.

Thoughts?

Thanks in advance
Regards

-- 
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/47f200c8-cf3a-4ee2-a579-a782628c8d3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to