Re: [codenameone-discussions] iOS datepicker error

2021-05-31 Thread bsystems limited
Hello Shai, Thank you for the reply. Implementing the codename one picker does not give us buttons to accept the value chosen. Image reference below, How do we get the buttons to display On Sat, May 29, 2021 at 4:57 AM Shai Almog wrote: > Hi, > Native pickers break with every release of iOS. As

Re: [codenameone-discussions] iOS datepicker error

2021-05-28 Thread Shai Almog
Hi, Native pickers break with every release of iOS. As a result we deprecated them on iOS. I'm not sure if we'll fix them. Our picker has a calendar mode which might be more similar to what you're trying to achieve. You can explicitly force native pickers to work by invoking the set default

Re: [codenameone-discussions] iOS datepicker error

2021-05-28 Thread Emma Wedi
Hello, We are having issues implementing the lightweight picker and would like to implement native ios pickers in the application. Could you please reconfigure your services to accept native ios pickers. Thank you On Friday, May 28, 2021 at 4:06:15 AM UTC Shai Almog wrote: > We changed the

Re: [codenameone-discussions] iOS datepicker error

2021-05-27 Thread Shai Almog
We changed the default on iOS to be the lightweight picker which should resolve this issue. On Thursday, May 27, 2021 at 5:22:23 PM UTC+3 Emma Wedi wrote: > When building with xcode 11.3, the datepicker works perfectly fine but > when the build is done with 14.2 the datepicker malfunctions and

Re: [codenameone-discussions] iOS datepicker error

2021-05-27 Thread Emma Wedi
When building with xcode 11.3, the datepicker works perfectly fine but when the build is done with 14.2 the datepicker malfunctions and apple needs builds to be done with 14 and above before it can be pushed to the appstore On Thu, 27 May 2021, 01:56 Shai Almog, wrote: > We don't support

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] 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