Hi,
this worked for me. Did you click "Done"?

Form hi = new Form("Test");
Picker A3TimeSheetDate = new Picker();
A3TimeSheetDate.setUseLightweightPopup(true);
A3TimeSheetDate.setDate(new Date());
A3TimeSheetDate.setType(Display.PICKER_TYPE_CALENDAR);
hi.add(A3TimeSheetDate);


-- 
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/0f24ed03-8c4f-4bc7-b16e-526063fe2c9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to