[codenameone-discussions] issue with container dimensions when using a tablelayout inside multiple others layouts

2018-08-28 Thread Thomas
I have a container C1 with a tablelayout that is inside another container C0 using a borderlayout.(container C0 cover all the screen and C1 is its unique child, positionned at south). As long as I use it like this, this is ok, the container C1 has the same width as container C0 (= the width of

[codenameone-discussions] Re: Components of the forms disappear

2018-08-28 Thread rdvg1962
Hi, No, I'm going to show the code (really simple) for validation. private void formaTienda(final Form fmLiber) { final Form fmTienda = new Form(new BorderLayout()); fmTienda.getToolbar().setBackCommand("", e -> fmLiber.showBack());

Re: [codenameone-discussions] Re: New android builds show blank Black screen

2018-08-28 Thread David Wafula
Strangely, all my builds since this morning started showing blank black screen on device!. Works fine on simulator. My app uses google maps. A few days ago it was working fine. No exceptions in the logs. Am stuck with what to do. On Tue, Aug 28, 2018 at 7:40 AM Shai Almog wrote: > That means

[codenameone-discussions] Re: Unable to set the Project SDK - Hello World (Uber Clone in 7 Days)

2018-08-28 Thread MacD
Hi Shai, Do you mean creating the project all the way from the Appendix B (setup Spring and MySQL)? On Tuesday, August 28, 2018 at 4:15:09 PM UTC+8, Shai Almog wrote: > > It's possible that this is because the "Secondary HD" space in the path. > To test this try creating the project to a path

[codenameone-discussions] Re: Unable to set the Project SDK - Hello World (Uber Clone in 7 Days)

2018-08-28 Thread Shai Almog
It's possible that this is because the "Secondary HD" space in the path. To test this try creating the project to a path without a space in it. Right now we have a restriction about spaces because of some issues with our tools related to space characters in paths. -- You received this message

[codenameone-discussions] Re: Unable to set the Project SDK - Hello World (Uber Clone in 7 Days)

2018-08-28 Thread MacD
Hi Shai, Please find the attached log. On Monday, August 27, 2018 at 7:18:31 PM UTC+8, MacD wrote: > > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE: IDEA 2018.2.2 Community Edition > Desktop OS: Mac OS X High Sierra 10.13.6 > Simulator >