some further troubleshooting shows that the problem is the size of the textfield. it is so big that it is squeezing the other columns out. The dialog width calculations are not correct. I have manually set the width of the columns and at least now the 4th column shows by calling: d.show(0, 0, Display.getInstance().getDisplayWidth()/2, 0);
On Monday, July 25, 2016 at 9:02:44 PM UTC-7, Shai Almog wrote: > > This is a complex problem to debug and the code requires an understanding > of what you are trying to achieve. Try reproducing it with the smallest > possible table and just buttons then file an issue with something like that. > > We are entering the 3.5 codefreeze and have a lot of issues after that so > I'm not sure when I'll be able to dig into that more closely. > -- 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 email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/36ba5578-bab0-4d2e-a5ec-c80de0dc0d79%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
