1. pprimoz's Avatar
    I made an aplication with around 15 screens. On every page is a HorizontalFieldManager that contains a "Back" button added with the setStatus function:

    HorizontalFieldManager backBar = new HorizontalFieldManager(FOCUSABLE | USE_ALL_WIDTH );
    backBar.add(backButton);
    setStatus(backBar);

    On 3 screens when you scroll down to the bottom of the screen the cursor freezes on the Back button and you cannot move anywhere.

    This happens only on OS 6 devices.
    It works great on other screens and OS 5.

    Did somebody have a similar problem or is this a bug in the OS?
    Please help and thanks for the answers.
    08-11-11 12:33 PM
LINK TO POST COPIED TO CLIPBOARD