[codenameone-discussions] Re: IOS initialization crash

2016-08-04 Thread Dave Dyer
Thanks for the fix. As usual, once you have a clear test case the fix was almost immediate. -- 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] build files broken today

2016-08-04 Thread Dave Dyer
Some update to codename1 build files for eclipse today rewrote and broke all my build files. all the "src=" clauses were re-witten to generic "src" from whatever they were. for example became -- You received this message because you are subscribed to the Google Groups

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

2016-08-04 Thread rvillarreal
Hi, When you run the APK1 I want to run the APK2. As I do? Thanks -- El contenido de este correo es confidencial y puede ser objeto de acciones legales. Es dirigido solo para el o los destinatarios(s) nombrados anteriormente. Si no es mencionado como destinatario, no debe leer, copiar,

Re: [codenameone-discussions] Native UWP Code

2016-08-04 Thread Matthias Bay
Thanks. Can you estimate when it will be available? (alternatively com.codename1.io.Socket on UWP, which is the underlying problem) If it won't be within a month or so I'll have to dump my project :( -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: Swipe to navigate

2016-08-04 Thread Gareth Murfin
Never even heard of Tabs! Nice little component that, works really nice, thanks!! On Thursday, August 4, 2016 at 12:55:21 PM UTC+8, Shai Almog wrote: > > I would use tabs and create the same container with different data to add > in. > You can set the tabs to be hidden. > -- You received this

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

2016-08-04 Thread Gareth Murfin
Im not 100% clear what you mean, do you mean basically this: smbForRightMenu.putClientProperty("SideComponent", SideMenuRIGHT); smbForRightMenu.add(SideMenuRIGHT); Still stays empty if I try that. On Thursday, August 4, 2016 at 12:53:14 PM UTC+8, Shai Almog wrote: > > You need to

[codenameone-discussions] Native UWP Code

2016-08-04 Thread Matthias Bay
I have to write native code for UWP. At first I thought it would use the same code as for WindowsPhone (since UWP returns "win" for getPlatformName() ), but this seems to be wrong. NativeLookup.create(MyNative.class); returns null. -- You received this message because you are subscribed to the

[codenameone-discussions] Re: Loading dialog on Android

2016-08-04 Thread Carlos Verdier
When I posted this, I was using the old peer. The new one still doesn't show the dialog for me (maybe I changed something...) but the webpage is always rendered, so I'm fine with this behavior now. Thanks -- 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-04 Thread deep62 . kr
That should not be an issue since I am not manipulating the content of properties file directly , Since I am operating through GUI and properties file is autogenerated there is a rare possibility of extra spaces or characters in properties file, but still i checked it from my side and i could

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

2016-08-04 Thread mispro . ahsay
I can find out it is due to the chinese characters issue. When i deleted all chinese wordings in my code scripts (comment) the errors are gone. You may check it out or do it now no other characters allow for cn1 build? Thanks, On Wednesday, August 3, 2016 at 1:20:25 PM UTC+8, Shai Almog wrote: