[codenameone-discussions] Re: How to use updatethreadcount()

2016-10-18 Thread CODENAME1
It should be written in the init(Object) method ? -- 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+unsubscr...@googlegroups.c

Re: [codenameone-discussions] Re: Null Pointer Exception

2016-10-18 Thread Wang Jun
Hi Shai, Thank you so much! I think there is something wrong in theme.res. Best Regards Wang Jun On 19 October 2016 at 10:16, Shai Almog wrote: > Hi, > it looks like you have a resource file where you have a multi-image in > which you deleted all the resolutions but the image remained. > I d

[codenameone-discussions] Re: Null Pointer Exception

2016-10-18 Thread Shai Almog
Hi, it looks like you have a resource file where you have a multi-image in which you deleted all the resolutions but the image remained. I didn't think the UI allows that. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscrib

[codenameone-discussions] Re: Android Studio logging

2016-10-18 Thread Shai Almog
Odd, Chen might have an idea. -- 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+unsubscr...@googlegroups.com. Visit this group a

[codenameone-discussions] Re: accessing native sms in iOS and android

2016-10-18 Thread Shai Almog
See sendSMS(String phoneNumber, String message, boolean interactive) And getSMSSupport() -- 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-d

[codenameone-discussions] Re: How to use updatethreadcount()

2016-10-18 Thread Shai Almog
Just NetworkManager.updateThreadCount(4); None of the other stuff. I would suggest not going above 5 or even 2. -- 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

[codenameone-discussions] Re: ios certificate wizard error

2016-10-18 Thread Shai Almog
What specifically doesn't work? How did you include admob? FYI the certificate wizard should work now. -- 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: Null Pointer Exception

2016-10-18 Thread Wang Jun
Hi Shai, Please help to check the logs, many thanks! 10-19 00:29:03.397 14777-14787/? I/AD-PLUGIN-SystemAdController: requestSplashScreen 10-19 00:29:03.397 14777-14787/? I/AD-PLUGIN-SystemAdController: offline package com.fortnum.rica 10-19 00:29:03.397 14777-14787/? I/AD-PLUGIN-SystemAdContro

[codenameone-discussions] Re: Android Studio logging

2016-10-18 Thread james . h
The title is filled out. Here are some logcat snippets. It looks like I can still find the information in my app, but it's definitely not as convenient. All of the properties (Title, main class name, package name, etc) are filled out for both the BTDemo and my app, I don't really understand why

[codenameone-discussions] Unable to generate build for app store.

2016-10-18 Thread CODENAME1
Signing Identity: "iPhone Distribution: Unexus B.V. (JBN2VE753X)" Provisioning Profile: "UnexusDistrAppStore" (7493dd3a-85b5-4814-896d-b1b8d74f28c9) /usr/bin/codesign --force --sign 42DDF5F9F98DAF4D96EDFC7446C677A0E252BE3D --entitlements /var/folders/zh/kb_4hq

[codenameone-discussions] accessing native sms in iOS and android

2016-10-18 Thread CODENAME1
is it possibleto open the native sms window from codename one. i.e clicking on button(from codename one app .. should open the SMSapplication of the device.) -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this g

[codenameone-discussions] How to use updatethreadcount()

2016-10-18 Thread CODENAME1
NetworkManager n = NetworkManager.getInstance(); n.updateThreadCount(10); n.shutdownSync(); n.start(); is this the right way to use updatethreadcount(). as SetThreadcount() is now deprecated. If i use setthreadcount().. app works fine..if i use updatethreadcount() i get nu

[codenameone-discussions] how to use updatethreadcount

2016-10-18 Thread CODENAME1
NetworkManager n = NetworkManager.getInstance(); n.updateThreadCount(10); n.shutdownSync(); n.start(); is this the right way to use updatethreadcount(). as SetThreadcount() is now deprecated. -- You received this message because you are subscribed to the Google Groups "