I'm using LWUIT on a Nokia Device.
The Form which is displayed contains several different LayoutManagers()
, Flow+Y_AXIS
and many Labels. Those get added in a Class which parses an XML file. This class gets returned and is displayed by another Class.
The scrollbar is sometimes "too short", meaning there's still text on the form which is cutoff, or hidden under the soft buttons.
Is there a function to have the layout recalculated?
I tried form.getContentPane().layoutContainer();
and form.invalidate(); form.revalidate();
Thanks in advance