[codenameone-discussions] ios 10 and the Camera

2016-09-21 Thread mcellinpaul
Hi All, I have discovered that with ios 10, if I have used Camera.capture() at any point and then the screen locks (timeout or user actually locks the screen with the top button) the application is killed. This happens even if a photo isn't actually taken, but cancel is pressed to come back

Re: [codenameone-discussions] Re: Why does Socket.getHostOrIP() return localhost ?

2016-09-21 Thread Gareth Murfin
on Android.. is it problematic? I saw some native code for android that claims to work, not tried yet. My client wishes to identify which country the user is in via their ip (some sort of traceroute I assume) - that is why we need the ip. I guess I could visit whatsmyip.com and scrape it somehow.

[codenameone-discussions] Re: programatically go back

2016-09-21 Thread Shai Almog
Again the error callback is off the EDT. If something happens sometimes "oddly" it's a race. -- 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: Form title is written twice

2016-09-21 Thread Shai Almog
Try it without the dialog. Try showing the dialog as modless. -- 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

Re: [codenameone-discussions] Re: Why does Socket.getHostOrIP() return localhost ?

2016-09-21 Thread Shai Almog
This is usually done on the server side where it is more reliable as the IP might be 192.168.* which will give you nothing. -- 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: ios 10 and the Camera

2016-09-21 Thread Shai Almog
Hi, can you please file an issue on that. We'll try to address 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 from it, send an email to