[codenameone-discussions] Re: new web site, ios dashboard

2020-11-13 Thread Shai Almog
We have a complete redesign of the app pending. Once the new auth SSO is in place we'll launch that rewrite of the build system. On Friday, November 13, 2020 at 8:04:09 PM UTC+2 daved...@gmail.com wrote: > filed. I don't think this is a padding issue - the corresponding buttons > work fine

[codenameone-discussions] Re: Table layout with vertical and horizontal span

2020-11-13 Thread Shai Almog
This worked because you added 4 buttons. It has nothing to do with the 1 percent height. It has everything to do with the fact that you created 4 columns. Before that column 3 and 4 didn't "really" exist since nothing was added there. On Friday, November 13, 2020 at 10:45:43 AM UTC+2 Ivan

[codenameone-discussions] Re: new web site, ios dashboard

2020-11-13 Thread Dave Dyer
filed. I don't think this is a padding issue - the corresponding buttons work fine for android builds. On Thursday, November 12, 2020 at 8:09:53 PM UTC-8 Shai Almog wrote: > Please file an issue. We'll try to add padding to the buttons. > > On Thursday, November 12, 2020 at 7:32:41 PM UTC+2

[codenameone-discussions] Re: Table layout with vertical and horizontal span

2020-11-13 Thread Ivan
the code is the same, I've just added one row and tile 1,3 appeared: Form hi = new Form("Table layout test"); TableLayout tl = new TableLayout(2,4); hi.setLayout(tl); hi.add(new Button("1,1")); hi.add(new Button("1,2")); TableLayout.Constraint constr =