[codenameone-discussions] Re: javax.net.ssl.SSLHandshakeException

2019-09-16 Thread Shai Almog
What certificate are you using on the server and whats the version of the JDK you're using locally? -- 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: Build failed (trying to use a .aar)

2019-09-16 Thread Shai Almog
It won't import in the IDE but it should work when you compile in the build cloud. The best way to get this working is send a build with include source and edit the native class in Android Studio then copy/paste the code from there. -- You received this message because you are subscribed to th

[codenameone-discussions] Re: javax.net.ssl.SSLHandshakeException

2019-09-16 Thread Gareth Murfin
On Monday, September 16, 2019 at 5:26:13 PM UTC+1, Mohamed Bouichou wrote: > > Hi, > i'm trying to communicate with an API published in a remote server using > https protocol, the https certificate is installed in the server but still > i get this error whenever i call the server from the simu

[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-16 Thread Mark Bolduc
Thanks. On Saturday, September 14, 2019 at 11:32:05 PM UTC-4, Shai Almog wrote: > > Hi, > no. > The physical limitation is the screen size/finger size and those won't > change ;-) > > Even on Tablets which resolved some of the screen size limits the screen > is still smaller and the UI elements

[codenameone-discussions] javax.net.ssl.SSLHandshakeException

2019-09-16 Thread Mohamed Bouichou
Hi, i'm trying to communicate with an API published in a remote server using https protocol, the https certificate is installed in the server but still i get this error whenever i call the server from the simulator or the APK : "Exception: javax.net.ssl.SSLHandshakeException - sun.security.val

[codenameone-discussions] Re: Build failed (trying to use a .aar)

2019-09-16 Thread Gareth Murfin
Thanks Shai, it compiles fine now, but I cant work out how to call the code. The .aar contains a class called "AlgorithmCWrapper" but I cannot seem to import it (ive done a cn1lib refresh).. the interface in the c looks like below... So I expected to be able to do AlgorithmCWrapper cwrap = new