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, <[email protected]> wrote:

> 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 [email protected] wrote:
>
>> 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);
>>         startDateTimePicker.setDate(new Date());
>>         center.add(startDateTimePicker);
>>         hi.add(BorderLayout.CENTER, center);
>>         hi.show();*
>>
>>
>> On Wed, 26 May 2021 at 09:56, Emma Wedi <[email protected]> wrote:
>>
>>> 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 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].
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/codenameone-discussions/2b44c0b2-6667-4cb3-a13b-fa735cc64ec8n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/codenameone-discussions/2b44c0b2-6667-4cb3-a13b-fa735cc64ec8n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "CodenameOne Discussions" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/codenameone-discussions/rSTsfSYS5kA/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/codenameone-discussions/8db11869-ecda-41c5-8fc2-bc4d6c0ba17fn%40googlegroups.com
> <https://groups.google.com/d/msgid/codenameone-discussions/8db11869-ecda-41c5-8fc2-bc4d6c0ba17fn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CABLW%2BH-K%3DvnYzqAsHSjBx2beFo2JGogf%2BywBZ0PBQAxfARDpWA%40mail.gmail.com.

Reply via email to