[codenameone-discussions] Re: android:allowBackup="false"

2018-08-09 Thread Shai Almog
Hi, use the build hint: android.allowBackup=false -- 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: Native map MapListenerEvent and getBoundingBox causing an error

2018-08-09 Thread Shai Almog
Does your queue handle cases of 0.01 movements that trigger hundreds of events? If you have a fork I would suggest using more async API's. If you have code that would be valuable to the general community I would suggest using a pull request to submit it. This can help you align with our

[codenameone-discussions] Re: LayeredLayout and interactive component issue

2018-08-09 Thread Shai Almog
Please re-read my first response. It can if it's focusable but only one component in the hierarchy gets these events so it will block the functionality of the components within or be blocked by them. We have "lead component" to enable a lot of these use cases. -- You received this message

Re: [codenameone-discussions] Re: Mirah compile error using Java Templates.

2018-08-09 Thread remonkroep
Steve, After updating the plugin there is still an issue. Here is the error: interface Dto Failed to get signature for method public T get(String url, Class type, long id) throws Exception; message: Could not find class T interface Dto