[codenameone-discussions] Re: build files broken today

2016-08-05 Thread Shai Almog
We can't merge files. You changed the behavior of the src directory which is assumed. If it works for you that's great but it's your responsibility to maintain it. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from

[codenameone-discussions] Re: How can I run another application from which I am

2016-08-05 Thread Shai Almog
Yes. You can use canExecute() to test if a URL will result in execution. -- 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: Push notifications

2016-08-05 Thread Shai Almog
Hi, are you using our push servers? -- 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

Re: [codenameone-discussions] Re: How to have a right side menu, with container in it

2016-08-05 Thread Shai Almog
If it's the container then you need to have a command and put the client property into that then add the command. -- 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

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

2016-08-05 Thread Shai Almog
This can't be fixed in the old GUI builder conceptually. The new GUI builder might work, it's not something we tested but it doesn't have architectural limits. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from

[codenameone-discussions] Re: build files broken today

2016-08-05 Thread Dave Dyer
I updated to a newer version of Eclipse and installed codename1 in it, then opened the project. In any case, my objection is that the file was broken, not that it was updated. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Re: How can I run another application from which I am

2016-08-05 Thread rvillarreal
Thanks for support, This applies if the APK2 is in the device? On Friday, August 5, 2016 at 1:20:16 AM UTC-5, Shai Almog wrote: > > Hi, > Display.execute() allows you to invoke an arbitrary URL > -- El contenido de este correo es confidencial y puede ser objeto de acciones legales. Es

[codenameone-discussions] Push notifications

2016-08-05 Thread asdsolutions . docs
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device Hi We have code in place for push notifications that should work perfectly there is nothing missing from what ive seen, however google has gotten

Re: [codenameone-discussions] Re: How to have a right side menu, with container in it

2016-08-05 Thread Gareth Murfin
SideMenuRIGHT is a container which contains what I want my menu to show. On 5 August 2016 at 14:19, Shai Almog wrote: > That looks like a side menu shadow. > > What's SideMenuRIGHT? > Is it a command? > It seems you put it into the client property instead of the container.

[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-05 Thread deep62 . kr
Yes that was a mistake, i corrected that mistake(removed =) and its working fine, I can see additional activity in manifest file now, thanks for your help, i really appreciate it. On Friday, August 5, 2016 at 12:34:43 PM UTC+5:30, deep...@gmail.com wrote: > > Its gives following build exception

[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-05 Thread deep62 . kr
Its gives following build exception if i don't put = java.lang.RuntimeException: Cannot read packageName from /tmp/build4989325680439749120xxx/MyApplication/src/main/AndroidManifest.xml On Friday, August 5, 2016 at 12:17:49 PM UTC+5:30, deep...@gmail.com wrote: > > Its not taking build if i

[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-05 Thread deep62 . kr
Its not taking build if i don't add =, if add = it takes build On Friday, August 5, 2016 at 12:11:31 PM UTC+5:30, Shai Almog wrote: > > You added xapplication= instead of xapplication. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"

[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-05 Thread Shai Almog
You added xapplication= instead of xapplication. -- 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: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.hello/com.paypal.android.sdk.payments.PaymentActivity}; have you declared t

2016-08-05 Thread deep62 . kr
This is the content of codenamone_settings.properties # #Thu Aug 04 11:54:32 IST 2016 codename1.arg.java.version=8 codename1.ios.appid=Q5GHSKAL2F.com.mycompany.myapp codename1.ios.release.provision= codename1.arg.rim.obfuscation=false codename1.arg.ios.newStorageLocation=true

[codenameone-discussions] Re: build files broken today

2016-08-05 Thread Shai Almog
Our updates don't change the build.xml. It gets updated with new versions when you change project settings/preferences. When you save we check if you have the latest version of the build.xml and if not we suggest updating it which you can decline. I guess you pressed enter/OK without noticing.

[codenameone-discussions] Re: How can I run another application from which I am

2016-08-05 Thread Shai Almog
Hi, Display.execute() allows you to invoke an arbitrary URL -- 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] Native UWP Code

2016-08-05 Thread Shai Almog
While we'd like to have it beforehand we can't make guarantees. Since UWP is still in early stages I think 1 month would be a risky bet. -- 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: Swipe to navigate

2016-08-05 Thread Shai Almog
Not setHidden(). hideTabs(). Yes sideMenuFoldedSwipeBool=false will turn that off. -- 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: Textfields are right aligned

2016-08-05 Thread Shai Almog
Might be a new regression, I know some changes went into Android keyboard editing... -- 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] Including a Lib inside a Lib

2016-08-05 Thread Shai Almog
No. -- 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 at

[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-05 Thread Shai Almog
android.xapplication should work just fine and should appear in the build hints as codename1.arg.android.xapplication. If the activity doesn't appear in the manifest that is clearly the problem but I can't see how this would happen. Can you paste your codenameone_settings.properties file?

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

2016-08-05 Thread Shai Almog
It's due to incorrect file encoding. I suggest reading the link I gave. -- 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