 Thread Author
# 1

08-11-2011, 12:33 PM
|
| CrackBerry Newbie | | Join Date: Aug 2011 Posts: 1 Likes Received: 0
Thanked 0 Times in 0 Posts
| |
Blackberry screen scrolling freeze
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.
|