[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 this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/37b23103-287b-4969-95c0-8bbd78cbde5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/ff6c46ed-80f9-4113-8403-ca2acdb35500%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/c429cda0-b2ab-4f11-984e-70a62a7d4128%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/2770a7d8-f038-40b0-ac8d-058d3082da15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e24fe7fe-317a-464d-9fc7-3c6847b95d67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/d180e405-d046-4462-9931-a3e9b0019d80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e35d013c-81ed-4359-ab70-3687dc0ee0b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, Shai Almog wrote:
>>
>> 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 codenameone-discussions+unsubscr...@googlegroups.com.
> Visit this group at https://groups.google.com/
> group/codenameone-discussions.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/codenameone-discussions/5d45d496-2242-4cdd-be54-
> 3a23bd864b41%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Steve Hannah
Software Developer
Codename One
http://www.codenameone.com

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKVf6tiqLkAi-dot4YZp0s1AmZWdnObDSfgUx7tpzoeP5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 dirigido solo para el o los destinatarios(s) nombrados 
anteriormente. Si no es mencionado como destinatario, no debe leer, copiar, 
revelar, reenviar o utilizar el contenido de este mensaje. Si ha recibido 
este correo por error, por favor notifique al remitente y proceda a borrar 
el mensaje y archivos adjuntos sin conservar copias.

The information contained in this e-mail is confidential and may also be 
subject to legal privilege.  It is intended only for the recipient(s) named 
above.  If you are not named as a recipient, you must not read, copy, 
disclose, forward or otherwise use the information contained in this email. 
 If you have received this e-mail in error, please notify the sender 
immediately by reply e-mail and delete the message and any attachments 
without retaining any copies.

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/fcad0d9d-f0c4-481a-891f-4c3806c63704%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 
servers and we wondered if Codenamone supports push notifications on the 
new servers the same as it did before ? or does the code need to be 
modified. The code works and gets the device ID , however it does not send 
the notification(it does not enter the sending methods at all)

Regar*ds Brenden *

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/6a7eee8f-0c08-49b5-b928-ce0ff042a5fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 UTC+8, Gareth Murfin wrote:
>
> 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 this message because you are subscribed to a topic in the 
>> Google Groups "CodenameOne Discussions" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/codenameone-discussions/RGuV-ShwvLo/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> codenameone-discussions+unsubscr...@googlegroups.com.
>> Visit this group at 
>> https://groups.google.com/group/codenameone-discussions.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/codenameone-discussions/69d0ec12-8134-44b5-a85a-523be6b88b1b%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Gareth Murfin
> (Android Freelancer - www.garethmurfin.co.uk)
>
>

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/9aefcfd7-1ec0-4dc4-9402-8b2c4d3e34f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/12e4c5af-10eb-45d4-af94-0975e3bae93f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e5ef8f46-c33d-4d43-bb28-623f9ddd47bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/5d45d496-2242-4cdd-be54-3a23bd864b41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 this message because you are subscribed to a topic in the
> Google Groups "CodenameOne Discussions" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/codenameone-discussions/RGuV-ShwvLo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> codenameone-discussions+unsubscr...@googlegroups.com.
> Visit this group at https://groups.google.com/
> group/codenameone-discussions.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/codenameone-discussions/69d0ec12-8134-44b5-a85a-
> 523be6b88b1b%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Gareth Murfin
(Android Freelancer - www.garethmurfin.co.uk)

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CANOaY6%3DLzswQCYM4Czy780mWezWqBpWFPxmHKxui6KRsPFPX4g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 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" 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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/0e3db5c5-922e-4673-b90d-31729bd12a5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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" 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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/74cd78c8-13c8-4dad-a2a9-dd685d533ac4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.