Blackberry (Java) - Setting scrolling be not focused on objects on the screen

Posted by paullb on Stack Overflow See other posts from Stack Overflow or by paullb
Published on 2010-06-18T02:31:15Z Indexed on 2010/06/18 5:03 UTC
Read the original article Hit count: 228

Filed under:
|

I have a mainscreen which currently scrolls (and I have the arrows on the right) but the scrolling seems to be focused on the ButtonField objects that I have on the page. Is there any way to set the scrolling to be non-focused scrolling (moving a few pixels each time). Is there a way to set this?

Other ideas I have had (which sound hacky so I want to avoid): - Placing NullFields around to scroll - Manually listening to the trackwheelRoll event and moving appropriately

© Stack Overflow or respective owner

Related posts about java

Related posts about blackberry