[codenameone-discussions] Oracle Java

2018-04-21 Thread Bryan Buchanan
Just wondering about Oracle's recent announcements about commercial support for Java - should I care, does it affect CN1 apps ? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails

[codenameone-discussions] Re: couchbase lite java API for ios and android

2018-04-21 Thread Shai Almog
Hi, this is native so it will perform exactly as native code does. Yes the database would have a different implementation for iOS & for Android. Native interfaces don't allow passing arbitrary objects since the native iOS VM (and a few of the other VM's) would be hard to use with objects. You

[codenameone-discussions] Re: Date/Time Picker Displaying Jumbled

2018-04-21 Thread Shai Almog
Don't use Date & Time Picker anywhere other than iOS. Use a separate Date picker and Time picker as Android doesn't support both in a single widget. Since this isn't supported natively it falls back to the problematic code that runs in the simulator. The way to detect this in code is:

[codenameone-discussions] Re: couchbase lite java API for ios and android

2018-04-21 Thread aravinda . tanneerbavi
Hi, Thanks for the quick response. We will try this option of using couchbase lite in our app. Do you fore see any performance issue with this approach? In this approach there will be different code for ios and android interfaces calling native? Is my understanding is right? Is it possible to

[codenameone-discussions] Re: Date/Time Picker Displaying Jumbled

2018-04-21 Thread Paul Wade
Actually, I'm having this problem on the device as well as I mentioned in my post. I'm not able to screenshot it because it addition to appearing as it does above, it disappears after about two seconds. I've created a video though. It looks like a loo but I'm just robotic :).

[codenameone-discussions] Re: Display Issue in Simulator With TextComponent

2018-04-21 Thread Paul Wade
Thanks and done! On Friday, April 20, 2018 at 9:45:18 PM UTC-7, Shai Almog wrote: > > I see the problem. Your code looks fine although I would add a > c.setScrollableY(true) to the code but that doesn't seem to make a > difference. > > Can you file an issue? We'll try to track it down. > >