문제

I develop with lwuit to Nokia and Blackberry.

I have a problem with Container scrolling in the devices that dont support touch.I have a Container that consist some components (this components are cell rendered but not at list). The scroll in touch mode work fine but in the other device the scroll is very slow.

do anyone recognize this problem?

it is solution to this?

도움이 되었습니까?

해결책

I think you don't have a focusable component at the end of form, if that's the case what you can do is add a dummy kind of label field on lwuit form at last and just set the .focusable property of that label to true. I guess that should work.

다른 팁

set the focusable property of container to true.

containerObj.setFocusable(true);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top