[codenameone-discussions] Re: Java.util.Locale seems to exist in CodenameOne but is not found

2017-05-03 Thread lana . sinapayen
If the package does not actually exist, what is the replacement? Can someone point me towards a workaround? Here is the bug at the root of my question: String date_s = "Fri Mar 31 10:02:51 + 2017" SimpleDateFormat formatter = new SimpleDateFormat("EEE MMM dd hh:mm:ss z

[codenameone-discussions] Java.util.Locale seems to exist in CodenameOne but is not found

2017-05-02 Thread lana . sinapayen
Hi, I am having a bug when compiling my project on some platforms but not others. I figured out that I need to use the java.util.Locale class to fix my issue. It seems to exist in codename one: https://github.com/codenameone/CodenameOne/blob/master/vm/JavaAPI/src/java/util/Locale.java But

[codenameone-discussions] InfiniteContainer as tab component: broken scrolling

2017-05-19 Thread lana . sinapayen
Hi, I am playing around with InfiniteContainer and I encountered an issue: If I use the container as a tab in a Tabs object, or inside a container that is itself inside a tab, I can't scroll down properly. The data is fetched correctly, but I can't scroll to see the new data, or sometimes I