[codenameone-discussions] Re: map demo

2016-09-14 Thread Shai Almog
Native maps are the recommended way. There is a demo in the native maps repo: https://github.com/codenameone/codenameone-google-maps/ There is a tutorial which is old by now as it predated a lot of the newer changes made to this tool but some of the comments/approaches might still be relevant:

[codenameone-discussions] Re: Prevent freezing when call playing audio streaming

2016-09-14 Thread Shai Almog
Hi, Play using a separate thread. You are blocking the EDT which you shouldn't do: https://www.codenameone.com/manual/edt.html -- 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: GoogleMaps on android.

2016-09-14 Thread Shai Almog
As far as I can tell we always use the latest: https://github.com/codenameone/codenameone-google-maps/ Where did you get the 8.3 number from? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop

[codenameone-discussions] Re: publishing on google play error

2016-09-14 Thread Shai Almog
It seems to be a problem. I think the only real solution is to debug the version 23 crash you are having and what is triggering it. Can you reproduce that crash? What do you see in DDMS when that crash occurs? -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: how to activate the UITimer once the app is resume

2016-09-14 Thread Shai Almog
It should still be there. Try simulating it using pause/resume in the debugger. -- 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: Unable to find a specification for `google-maps-ios-utils

2016-09-14 Thread Steve Hannah
Thanks for reporting this. The build server wasn't automatically updating the master specs repository. I have just committed a patch that will cause it to do this. It will be available in the next build server update (Friday). We don't currently support the :git parameter. You can file an RFE

[codenameone-discussions] Prevent freezing when call playing audio streaming

2016-09-14 Thread hussein chaibou
Hi , is there a simple way to prevent form freezing when trying to play audio stream. The form freeze just after the click even if i try a to show a infinite progess component on the form before calling play() method protected void onMain_ButtonAction(Component c, ActionEvent event) {

[codenameone-discussions] Re: Unable to find a specification for `google-maps-ios-utils

2016-09-14 Thread yassineelmalyh
i tried to install pod from xcode and it works successfully , maybe u need to update COCOAPODS ! Le mercredi 14 septembre 2016 10:11:57 UTC+1, yassine...@gmail.com a écrit : > > Hello, > > i'm trying to integrate clustering of pins on google maps using > google-maps-ios-utils library , > the

[codenameone-discussions] Re: Unable to find a specification for `google-maps-ios-utils

2016-09-14 Thread yassineelmalyh
else how can i implements like that : pod 'Google-Maps-iOS-Utils', :git => ' https://github.com/thedazed/google-maps-ios-utils.git' ? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] Re: GoogleMaps on android.

2016-09-14 Thread Rocotoco Rodriguez
Shai: i Found in the web that function is available in com.google.android.gms:play-services-maps:9.4.0 , but searching in the error log, i found you use com.google.android.gms/play-services-maps/8.3.0/ how i can upgrade the version? can you help me? On Wednesday, September 14, 2016 at

[codenameone-discussions] publishing on google play error

2016-09-14 Thread yassineelmalyh
when i'm try to publish my apk file i get this message : It is forbidden to return to an earlier version of the APK files that use older authorizations (SDK target 22 and earlier) on devices that previously used the authorizations of Android M (SDK 23 and previous target). This occurs during

[codenameone-discussions] Unable to find a specification for `google-maps-ios-utils

2016-09-14 Thread yassineelmalyh
Hello, i'm trying to integrate clustering of pins on google maps using google-maps-ios-utils library , the probleme is when i try to add that library to my project like that: codename1.arg.ios.pods=,GoogleMaps,Google-Maps-iOS-Utils, i got this message *"Unable to find a specification for

[codenameone-discussions] how to activate the UITimer once the app is resume

2016-09-14 Thread CODENAME1
Ihave attached a UITimer to a form. THis form has a calling functionality. when a user makes a call, the app will be move to background as the dailing screen (active android dialing) comes to the foreground. How to activate this UITimer again. Once the app is resumed, Start() method will be

[codenameone-discussions] Re: GoogleMaps on android.

2016-09-14 Thread Rocotoco Rodriguez
Its possible that the google maps sdk is out of date on the server? On Wednesday, September 14, 2016 at 2:24:54 AM UTC-3, Rocotoco Rodriguez wrote: > > Shai: i was looking about how to set the maximum zoom in a map and i found > in >