[codenameone-discussions] Re: CAMERA permission workaroud

2017-12-04 Thread Ivan
Hi Shai, I'm in troubles with Android 6 permissions again and previous solution does not work for my second application I have two applications in the same eclipse workspace (CN1 v.3.8), libs ver. 196, no android hints at all, build.xml of the same version (3.8) ... setup is the same (except

[codenameone-discussions] Use elaborated structures

2017-12-04 Thread Anass Jdid
Hi, I want to know what is the best Way to place buttons or labels on an elaborate structure. Is it by using coordinate layout. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails

[codenameone-discussions] Re: Use elaborated structures

2017-12-04 Thread Shai Almog
Hi, since Container is a Component you can nest containers within components to create any elaborate structure you want. You can also use the new GUI builder which works in a more "free form" style of layout. If you have a UI layout you can't reproduce just post a screenshot of what you are

[codenameone-discussions] Re: CAMERA permission workaroud

2017-12-04 Thread Shai Almog
Hi, this is effectively because Android is stupid. Permission isn't required because it's asked by the other intent so it has nothing to do with our app. The problem is that if the app does request the permission the way that permission passes through the intent chain is "flaky" for security