[codenameone-discussions] Re: Android app with Native code was working and now doesn't

2016-09-01 Thread Shai Almog
The iOS server migration was something that we knew was painful and we planned it announced and reiterated for a while. We provided (and still do) the iphone_old target for compatibility. We were able to make a remarkably complex OS migration with literally zero downtime! Some builds might have

[codenameone-discussions] Re: ios build failires : No applicable devices found.

2016-09-01 Thread Shai Almog
Hi, we'll need the link to the full log of such a failure. Does the failure repeat? -- 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] Re: scrollComponentToVisible

2016-09-01 Thread Shai Almog
Did you run it on the device? We don't have a screenshot of an iOS device in the javadoc https://www.codenameone.com/javadoc/com/codename1/ui/spinner/Picker.html but it does look/feel very different... -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: Type.KeyPress not called

2016-09-01 Thread Gareth Murfin
yes its just for testing my game on simulator (and I thinnk in JS builds?) i have used booleans to get around this. On Thursday, September 1, 2016 at 1:15:46 PM UTC+8, Shai Almog wrote: > > Key listener only binds release events never press events. I don't think > that event type has any "real"

[codenameone-discussions] Re: IOS "connection refused" for HTTP requests

2016-09-01 Thread Carlos Verdier
Yes, I know I can add specific exceptions, but it won't work for me. I'm developing a magazine app where advertisers want their URLs open in an internal browser, so I can't possibly know what those webpages will be in advance. Anyway, I don't take anything for granted. As Shai say, you can be

[codenameone-discussions] Re: Deal with null value in sqlite database

2016-09-01 Thread Jérémy MARQUER
You're right ! In fact, I think the problem is in cn1-data-lib-access. As object array is construct, it can't receive NULL value since all object are converted to String. For example, for insertion : /** * Gets generic insert args for insert statement for the given map of row data. * * @param