[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+unsub

[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 g

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

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

2016-08-05 Thread Shai Almog
I'll try to reproduce this after the weekend. Can you file an issue? You are using NetBeans right? -- 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 co

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 this

[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 unsu

Re: [codenameone-discussions] Re: Textfields are right aligned

2016-08-05 Thread Steve Hannah
Can you file an issue and include a test case? On Fri, Aug 5, 2016 at 5:42 AM, Gareth Murfin wrote: > yeh ive been building other apps for clients and had no complaints about > it, so maybe not... anyway I will let it be for now. Thanks Shai. > > On Friday, August 5, 2016 at 2:13:59 PM UTC+8, Sh

[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 dirig

[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 new

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

2016-08-05 Thread Gareth Murfin
Can you show me the minimal amount of lines needed to add a simple label to the right menu? It would be great if all the menu and toolbar stuff was wrapped up somehow and slightly less confusing. Mind you I am quite bad at understanding APIs at times :) On Friday, August 5, 2016 at 8:40:45 PM

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

2016-08-05 Thread Gareth Murfin
No it is a fresh project, really confusing. On Friday, August 5, 2016 at 2:12:49 PM UTC+8, Shai Almog wrote: > > You didn't change the build.xml or project in any way right? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsub

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

2016-08-05 Thread Gareth Murfin
Im assuming if I move to the new gui builder I can do this? Otherwise it should be implemented. On Friday, August 5, 2016 at 2:13:18 PM UTC+8, Shai Almog wrote: > > No. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscri

[codenameone-discussions] Re: Textfields are right aligned

2016-08-05 Thread Gareth Murfin
yeh ive been building other apps for clients and had no complaints about it, so maybe not... anyway I will let it be for now. Thanks Shai. On Friday, August 5, 2016 at 2:13:59 PM UTC+8, Shai Almog wrote: > > Might be a new regression, I know some changes went into Android keyboard > editing... >

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. > > -- > You received

[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 do