[codenameone-discussions] Re: javascriptContext issue on android

2018-09-03 Thread Shai Almog
Steve made some performance improvements to JS interconnect which might have triggered a race condition. We'll look into it. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails fro

[codenameone-discussions] Re: How to determine the size of an item within a list

2018-09-03 Thread Shai Almog
Hi, I would strongly suggest avoiding list see https://www.codenameone.com/blog/avoiding-lists.html there is really no reason to use them. I would use a search field with a toolbar as demonstrated here https://www.codenameone.com/javadoc/com/codename1/ui/Toolbar.html The item height is calcula

[codenameone-discussions] javascriptContext issue on android

2018-09-03 Thread Thomas
I am using the deprecated JavascriptContext class to create a logger Inside a BrowserComponent like this: JavascriptContext ctx = new JavascriptContext(internalBrowser); JSObject logger = (JSObject)ctx.get("{}"); logger.set("log", new JSFunction() {

[codenameone-discussions] Re: Unable to upload ipa due to Missing icon file

2018-09-03 Thread Dave Dyer
Yes, some operator error in my previous experiment. Setting the flag avoids the problem. -- 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

[codenameone-discussions] Re: Unable to upload ipa due to Missing icon file

2018-09-03 Thread ronvanderkruit
Hi shai, Thanks for your reply. Putting this setting dis the tirck. I was able to upload the application to appstore connect. Thanks for helping me with this issue. kind regards Ron van der Kruit Op maandag 3 september 2018 05:52:15 UTC+2 schreef Shai Almog: > > This looks like ios.generateSpla