lwuitlwuit-formlwuit-scroll

Infinite scroll in landscape LWUIT


While I'm developing an application with the Nokia 2.0 SDK, I've found this bug in my app. When the device is in Portrait mode, the Form's scroll works fine but when I change the orientation to Landscape I find that the scroll makes bigger than the info in the page.

How can I solve that?

Portrait mode Landscape mode


Solution

  • I solved it!

    I forget to put the layout to the Form and it doesn't recalculate the size.

    Now it's working! Great!