[codenameone-discussions] Re: additional graphics synchronization?

2016-07-29 Thread Shai Almog
In modern graphics pipelines there is no frame buffer. On iOS we wrote the pipeline and have two completely separate and unrelated pipelines for mutable images/screen. On Android we use the builtin pipeline which google implemented as two completely different pipelines... -- You received this

[codenameone-discussions] Re: Google map not showing up on iPhone

2016-07-29 Thread Shai Almog
So this is probably an issue with the layout. Make sure your form has a border layout and that the map is placed in the center of that. -- 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: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.hello/com.paypal.android.sdk.payments.PaymentActivity}; have you declared t

2016-07-29 Thread Shai Almog
Did you package the SDK into the final APK? What did you do besides that and what triggered that error? -- 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 t

[codenameone-discussions] Re: Admob Banner & Interstitial Ads-reg

2016-07-29 Thread Shai Almog
Hi, I would recommend using the interstitial ads using the cn1lib: https://www.codenameone.com/cn1libs.html Just install it thru the extensions menu. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and

[codenameone-discussions] Re: additional graphics synchronization?

2016-07-29 Thread Dave Dyer
What about using images that are allocated in the frame buffer? Possibly these wouldn't support getRGB, and would be writable only using getGraphics -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and

[codenameone-discussions] Re: Google map not showing up on iPhone

2016-07-29 Thread Charles Hope
Right, my iOS API key is in the properties file like codename1.arg.ios.afterFinishLaunching=[GMSServices provideAPIKey\:@"AIza...D6yw"]; along with (relevant for iOS) codename1.arg.ios.objC=true codename1.arg.ios.pods.platform=7.0 codename1.arg.ios.add_libs=libc++.dylib;libicucore.dylib;libz.d

[codenameone-discussions] Re: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.hello/com.paypal.android.sdk.payments.PaymentActivity}; have you declared t

2016-07-29 Thread deep62 . kr
I have added above content from manifest file to build hint xapplication key as suggested on stack overflow but it doesn't work. On Friday, July 29, 2016 at 5:25:22 PM UTC+5:30, deep...@gmail.com wrote: > > If you are experiencing an issue please mention the full platform your

[codenameone-discussions] android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.hello/com.paypal.android.sdk.payments.PaymentActivity}; have you declared this

2016-07-29 Thread deep62 . kr
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA : Netbeans Desktop OS : Windows 7 Simulator : No Device : Samsung -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Admob Banner & Interstitial Ads-reg

2016-07-29 Thread Pugazhendi E
Hello Sir, how to show admob banner ads for android /ios in codename one... I followed admob steps from codename one website.. i set admob adunit id to builthint in netbeans ide..if I run, app ll run good..but no ads ll come... why ?? can u plz tel me.. also I,ve used gridlayout for my app... is g