[codenameone-discussions] Re: SpanLabel Container extension problem

2016-07-28 Thread Shai Almog
Hi, I wrote a blog post explaining just why multi-line strings are such a hard problem to solve correctly for all cases: https://www.codenameone.com/blog/the-challenge-of-multiline-strings.html >From your description I understand the problem isn't the span label but the BoxY layout size. So the

[codenameone-discussions] Re: additional graphics synchronization?

2016-07-28 Thread Shai Almog
You can't get them to theoretically work natively on iOS or modern Android. New GPU pipelines are so deep it's impractical (performance wise). You can cache some elements in mutable images but I suggest rethinking these assumptions. -- You received this message because you are subscribed to th

[codenameone-discussions] Re: cn1-codescan.cn1lib ios build issue

2016-07-28 Thread Shai Almog
Hi, yes I understood. I wanted to know which team member should look into the missing line issue... -- 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 c

[codenameone-discussions] Re: Google map not showing up on iPhone

2016-07-28 Thread Shai Almog
That's not the key see this: http://stackoverflow.com/questions/38215666/android-phone-will-not-show-map-only-blank-map See my last paragraph, connect the device with DDMS and see if it prints out an error this usually includes corrected SHA values... -- You received this message because you ar

[codenameone-discussions] SpanLabel Container extension problem

2016-07-28 Thread CS
Dear CNO, I have a Container with Y scrolling enabled to which I add a SpanLabel (Y-layout) with some text in it. The problem is that the Container extension is dependent of the size of the text in SpanLabel (but not correctly). Meaning if text is of length x, the Container extends as it should,

[codenameone-discussions] Re: additional graphics synchronization?

2016-07-28 Thread Dave Dyer
The problem being that my frames are sufficiently complex that I can't get a decent frame rate for animations if the whole scene has to be drawn. Using a backing image for the fixed elements is the only way to go, but that backing image isn't fixed either. Anyway, the point shouldn't be that m

[codenameone-discussions] Big data tutorials

2016-07-28 Thread vasuinfo1100
Due to the coming of new technologies, devices, and communication means like social networking places/locations, the amount of data produced by people are growing quickly every year. The data is too big, moves too fast, Big data tutorials or doesn't fit the legal

[codenameone-discussions] Re: cn1-codescan.cn1lib ios build issue

2016-07-28 Thread mcellinpaul
Hi Shaw.  I'm using eclipse.  Turns out I had a line missing in my build. Xml file.  Posted this as a response back on the discussion. Thanks Paul On Thu, Jul 28, 2016 at 5:53 AM +0100, "Shai Almog" wrote: Hi, which IDE are you using? -- You received this message beca

Re: [codenameone-discussions] JSONObject/JSONArray API in Codename One

2016-07-28 Thread Jérémy MARQUER
Ok thanks for explanations ! I wasn't thinking there is a factor of 12 between computer and mobile devices oO On Tuesday, July 26, 2016 at 5:19:24 PM UTC+2, shannah wrote: > > > On Tue, Jul 26, 2016 at 7:40 AM, Jérémy MARQUER > wrote: > >> Hi all, >> >> Steve, I think what you have mentionned