[codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-07 Thread Shai Almog
Try killing Java processes and see if it solves the issue. On Tuesday, June 8, 2021 at 1:05:53 AM UTC+3 a2nd...@gmail.com wrote: > Suddenly I've not been able to send builds to the cloud. Nothings changed > in the code and I get the error : > > Failed to execute goal >

[codenameone-discussions] Unable to restart the IEHS App

2021-06-07 Thread Dennis Rogers
Suddenly I've not been able to send builds to the cloud. Nothings changed in the code and I get the error : Failed to execute goal com.codenameone:codenameone-maven-plugin:7.0.26:build (build-android) on project shoppinggenie-android: Execution build-android of goal

Re: [codenameone-discussions] How to create simple buttons with text wrap in BoxLayout.y ?

2021-06-07 Thread Javier Anton
Option 1. Add them to a flowlayout container and add that container to the boxlayout.y Option 2. Override calcPreferredSize and set them to a custom width There are more ways On Mon, 7 Jun 2021, 21:12 'P5music' via CodenameOne Discussions, < codenameone-discussions@googlegroups.com> wrote: >

[codenameone-discussions] How to create simple buttons with text wrap in BoxLayout.y ?

2021-06-07 Thread 'P5music' via CodenameOne Discussions
There are only two Buttons with a round border over my CN1 app. I have an issue with the two buttons. I did not realize it before because they had no border and no bg. I put them in a BoxLayout.y() container along with other components. They are in different places of the vertical container but