[codenameone-discussions] 3D graphics engine

2016-09-16 Thread Bryan Buchanan
I've just been looking at a Xamarin demo of 3D graphics. They've wrapped https://urho3d.github.io/ (Urho3D) for C# - https://developer.xamarin.com/guides/cross-platform/urho/introduction/ Is there anything similar for use with CN1 ? -- You received this message because you are subscribed to th

[codenameone-discussions] Re: import CN1 demos in Eclipse Neon

2016-09-16 Thread wulfman1980 via CodenameOne Discussions
Hi Shai, many thanks for the quick reply. Also the hint you wrote me was working nearly correct. I have imported as writeh below and have creted ma iOS certificate sucessfully. When I send the soutce to the Build Server errors come up: /var/folders/p_/xlvwhg4101z8r81_nl13cds8gn/T/build9002

[codenameone-discussions] Re: IOS "connection refused" for HTTP requests

2016-09-16 Thread Jérémy MARQUER
FYI, If you're on iOS 10, you can use the new key : NSAllowsLocalNetworking (see https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html). On Tuesday, August 30, 2016 at 7:47:40 PM UTC+2, Dave Dyer wrote: > > > The IOS requirement

[codenameone-discussions] Re: GoogleMaps on android.

2016-09-16 Thread Rocotoco Rodriguez
Sorry, but what is a RFE? where? On Friday, September 16, 2016 at 2:29:48 AM UTC-3, Shai Almog wrote: > > OK, looking at this again I see that this relates to the Android build > process which currently depends on play services 8.3. > You can file an RFE to update it to the latest. > -- You re

[codenameone-discussions] Re: native maps defaulting to openstreet on android, crashing on ios

2016-09-16 Thread howudodat1
The error I am getting is: 09-16 07:17:24.657: I/Google Maps Android API(30787): Google Play services client version: 6587000 09-16 07:17:24.660: I/Google Maps Android API(30787): Google Play services package version: 9452236 09-16 07:17:24.664: I/System.out(30787): Failed to initialize, google p

[codenameone-discussions] Re: 3D graphics engine

2016-09-16 Thread Shai Almog
We don't have any short term plans to do this. It's possible to do but it would require some effort and we think our resources are better utilized elsewhere. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this g

[codenameone-discussions] Re: import CN1 demos in Eclipse Neon

2016-09-16 Thread Shai Almog
Hi, you refactored the main class to a different package. If you do that you need to change it in many places especially in the codenameone_settings.properties which is why we don't recommend it. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussi

[codenameone-discussions] Re: GoogleMaps on android.

2016-09-16 Thread Shai Almog
RFE = Request for Enhancement It's a bug report that asks for a new feature: https://www.codenameone.com/blog/issue-submission-guideline.html -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop rec

[codenameone-discussions] Re: native maps defaulting to openstreet on android, crashing on ios

2016-09-16 Thread Shai Almog
1. You can use include source and look at the code we generate. 2. I'm guessing you got stuff from the codenameone_settings.properties. Notice that the "android.xapplication" entry doesn't have the proper prefix. -- You received this message because you are subscribed to the Google Groups "C