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

2018-08-28 Thread Shai Almog
Border layout south gives the component the full width. Box Layout X gives components their preferred size on the X axis. So does flow layout. I don't understand what you are trying to accomplish in terms of the UI. If you have a picture of the design you are trying to accomplish I can provide

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

2018-08-28 Thread Shai Almog
Hi, from a cursory look I don't see anything that should cause this. If you can isolate the problem to a runnable test case it would help. I suggest logging to see what happens and ideally trying to reproduce it on the simulator where you can use the Component Inspector to try and understand wh

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

2018-08-28 Thread Shai Almog
You connected a cable and don't see anything? Check that your keys haven't expired or exceeded Google's quotas. They made changes to the way billing works and free quotas are much lower now. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" g

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

2018-08-28 Thread Shai Almog
If I understood correctly that's where you are stuck, no? The new SDK part is required to create a project. -- 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 emai

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

[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()); fmTienda.getToolbar().getStyle().set

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 yo

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