[codenameone-discussions] Re: Native iOS Pickers

2021-05-28 Thread Shai Almog
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. The question is: why do you need them? On Friday, May 28, 2021 at 2:07:06 PM UTC+3 bsystems@gmail.com wrote: > We have noticed that implementing native pickers in ios

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

[codenameone-discussions] Re: iOS Date Picker UI Change

2021-05-28 Thread Shai Almog
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. On Friday, May 28, 2021 at 11:03:52 AM UTC+3 bsystems@gmail.com wrote: > When

Re: [codenameone-discussions] "container" or "form"?

2021-05-28 Thread Javier Anton
Best of luck on your exam, friend! On Sat, 29 May 2021, 01:50 Compte Gmail, wrote: > It's actually a quiz given by our teacher to test ourselves haha, yes like > the superclass, the parent of all elements, I doubted between container > and form, thanks Javier for your help! > > On Saturday,

Re: [codenameone-discussions] "container" or "form"?

2021-05-28 Thread Compte Gmail
It's actually a quiz given by our teacher to test ourselves haha, yes like the superclass, the parent of all elements, I doubted between container and form, thanks Javier for your help! On Saturday, May 29, 2021 at 12:32:52 AM UTC+1 javier...@gmail.com wrote: > If those are the options, the

Re: [codenameone-discussions] "container" or "form"?

2021-05-28 Thread Javier Anton
If those are the options, the answer is probably Form. The question must be asking for who is the parent of all elements, not what class are all elements derived from On Sat, 29 May 2021, 00:27 Javier Anton, wrote: > There is a CN1 exam? Interesting > > On Sat, 29 May 2021, 00:25 Compte Gmail,

Re: [codenameone-discussions] "container" or "form"?

2021-05-28 Thread Javier Anton
There is a CN1 exam? Interesting On Sat, 29 May 2021, 00:25 Compte Gmail, wrote: > I'm actually testing myself with a quiz since my exam is coming soon > that's why!! > > On Friday, May 28, 2021 at 10:17:46 PM UTC+1 javier...@gmail.com wrote: > >> What is asking you to choose? What is the

Re: [codenameone-discussions] "container" or "form"?

2021-05-28 Thread Compte Gmail
I'm actually testing myself with a quiz since my exam is coming soon that's why!! On Friday, May 28, 2021 at 10:17:46 PM UTC+1 javier...@gmail.com wrote: > What is asking you to choose? What is the context? > > On Fri, 28 May 2021, 22:15 Compte Gmail, wrote: > >> It's actually telling me to

Re: [codenameone-discussions] "container" or "form"?

2021-05-28 Thread Javier Anton
What is asking you to choose? What is the context? On Fri, 28 May 2021, 22:15 Compte Gmail, wrote: > It's actually telling me to choose between 4 things "container, > layout,label or form" , which one do your think it's more correct? > Actually, I googled and literally the superclass is a

Re: [codenameone-discussions] "container" or "form"?

2021-05-28 Thread Compte Gmail
It's actually telling me to choose between 4 things "container, layout,label or form" , which one do your think it's more correct? Actually, I googled and literally the superclass is a component but I have to choose between one of these. On Friday, May 28, 2021 at 10:06:41 PM UTC+1

Re: [codenameone-discussions] "container" or "form"?

2021-05-28 Thread Javier Anton
Component, maybe? On Fri, 28 May 2021, 21:53 Compte Gmail, wrote: > I wanted to know which is the parent element of all elements, is it > "container" or "form"? thanks > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To

[codenameone-discussions] "container" or "form"?

2021-05-28 Thread Compte Gmail
I wanted to know which is the parent element of all elements, is it "container" or "form"? 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, send an email to

[codenameone-discussions] Native iOS Pickers

2021-05-28 Thread bsystems limited
We have noticed that implementing native pickers in ios does not work. We would like to find out why this happens. -- 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

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

[codenameone-discussions] iOS Date Picker UI Change

2021-05-28 Thread bsystems limited
When the app is built with xcode 11.3, the native ios datepicker displays perfectly on both and old ios versions but when it is built with xcode 12.4, ios version 14 and upwards displays a new native datepicker (image reference below). The goal is to build with xcode 12.4 (since any lesser