Re: [codenameone-discussions] iOS datepicker error

2021-05-26 Thread Shai Almog
We don't support showing the picker without the button first. It's an API we used to have but there are portability issues involved since picker acts very differently when running on different OSs. On Wednesday, May 26, 2021 at 7:46:22 PM UTC+3 javier...@gmail.com wrote: > Hi, > > This should

Re: [codenameone-discussions] iOS datepicker error

2021-05-26 Thread Javier Anton
Hi, This should work, I think *Form hi = new Form("Test", new BorderLayout()); Container center = new Container(BoxLayout.y()); Picker startDateTimePicker = new Picker(); startDateTimePicker.setType(Display.PICKER_TYPE_DATE_AND_TIME);

[codenameone-discussions] How can I build a local JavaSE build that uses CEF and not JavaFX?

2021-05-26 Thread Javier Anton
https://stackoverflow.com/questions/67706453/how-can-i-build-a-local-javase-build-that-uses-cef-and-not-javafx Thanks -- 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,

[codenameone-discussions] iOS datepicker error

2021-05-26 Thread Emma Wedi
Hello, Am trying to implement ios datepicker(spinner) but it does not work but rather displays a button on which you have to tap before the picker displays in the form of a modal. Please any help on implementing ios native spinner datepicker Thank you Attached are images to demonstrate -- You