[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-08-02 Thread deep62 . kr
I am using GUI to set the build hint, i have pasted the XML content to value part of android.xapplication key like given below : android.xapplication= On Wednesday, August 3, 2016 at 10:48:21 AM UTC+5:30, Shai Almog wrote: > > How did you set this to the build hint. I just see

[codenameone-discussions] Re: The archive *.jar doesn't exist - building J2SE

2016-08-02 Thread Shai Almog
Odd. What do you have under the native/javase directory? -- 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: Error "unmappable character for encoding windows-1252" when change in "Codename One Preference"

2016-08-02 Thread Shai Almog
Hi, did you create the project recently? This should fix it http://stackoverflow.com/questions/37713504/how-do-i-specify-a-degree-character-u00b0-in-a-label/37716639#37716639 It should be utf-8 by default though... -- You received this message because you are subscribed to the Google Groups

[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-08-02 Thread Shai Almog
How did you set this to the build hint. I just see XML data and not the build hint. Did you edit the properties file directly? Are you using the GUI? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and

[codenameone-discussions] Re: The archive *.jar doesn't exist - building J2SE

2016-08-02 Thread Gareth Murfin
Oops of course it can, I use them alot, so whats going on ? On Wednesday, August 3, 2016 at 3:59:20 AM UTC+8, Gareth Murfin wrote: > > I have implemented a small text to speech library for cn1, it all builds > apart from J2SE where it says: > > buildNativeIOS: > createIosZip: > Zipping ios

Re: [codenameone-discussions] Re: Textfiled does not get refocued when we use FloatingHint

2016-08-02 Thread sanket patel
I filed on Github as below. When will it get resolve as it paining a lot. Please look in too if possible. FloatingHint is not working properly on multiple time of fucus #1836 *Sanket* On Wed, Jul 27, 2016 at 9:34 AM, Shai Almog wrote: > Where did you file it? > Issues

Re: [codenameone-discussions] Including a Lib inside a Lib

2016-08-02 Thread Steve Hannah
The old GUIBuilder is not amenable to splitting things into modules - it uses a monolithic app structure. Themes, however, can be packaged into cn1libs quite nicely, and the new GUI builder can also work in a modular way, since the generated form classes take a Resources object as a parameter.

[codenameone-discussions] Including a Lib inside a Lib

2016-08-02 Thread Gareth Murfin
Is it possible to have a lib inside another lib? The option for freshing libs seems to be ghosted out. -- 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

[codenameone-discussions] Error "unmappable character for encoding windows-1252" when change in "Codename One Preference"

2016-08-02 Thread mispro . ahsay
Dear Sir, I am using Intellij for codename one plugin. When I was using codenameone_settings.properities to change the settings which is fine. However, when I use "Codename One Preference" tools to change the settings, after I save, the error "unmappable character for encoding windows-1252"

[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-08-02 Thread deep62 . kr
I have injected all the activities(including main and additional activities) into manifest file and i have pasted the content of the build hints at the beginning of this post, the problem is that the build hint entries are not getting added into the manifest file of the built APK as I have