[codenameone-discussions] Re: tablelayout not spanning

2016-07-20 Thread howudodat1
Of course I dont quite understand the idea...that's why I am asking for help, maybe what you dont quite understand is that I am asking for help??? All I am looking for is a very simple table layout (I preferr to walk before I run) [ cell 1][ cell 2][ cell 3][ cell4 ] [Version][String that

[codenameone-discussions] Re: tablelayout not spanning

2016-07-19 Thread howudodat1
I think that the problem is somewhere else as using new constraints did not help any TableLayout layout = new TableLayout(4,4); private Label lblVersion = new Label(); private Label lblEmployee = new Label(); Picker cmbTheme = new Picker(); private Container cnt1 = new

[codenameone-discussions] Re: tablelayout not spanning

2016-07-18 Thread Shai Almog
You can't reuse a constraint for two separate components. We should probably detect and fail on such cases. -- 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