In my app I have a screen with instructions. It has a special purpose so it has a suitable layout. There are three text areas, that I can render with SpanLabels or BrowserComponents because I need that the text overflows with scrollbars horizontally. First I wonder if it is possible with SpanLabels.
Now I have two versions. The one with SpanLabels has the right layout and shows the text correctly but has not horizontal scroll. The one with BrowserComponents has three tiny BCs. I mean, I created a layout this way: mainForm has a BL inside. The BL has three BLs inside NORTH, WEST, EAST. Each of these BLs has a BrowserCommponent inside CENTER with a HTML page inside. As said I just get tiny BCs, and, in fact, at start I see a different layout, while after I touch it, it shows the three areas, but tiny and ony scrollbars are visible, except for a line of text. I think it is not just matter of BorderLayout.CENTER, BC has some issues. However maybe I have to change something, because in other part of the app I succeeded in having a full size BC. Thanks in advance -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/b99192c9-af10-4ea6-a98a-45bae9fe1334o%40googlegroups.com.
