by Darrell » Tue Dec 30, 2008 7:35 pm
In the App I am writing the top half of the scren remains the same while the buttons on the bottom half change according to requirements. to do this the buttons are on tabs which are displayed without the TabWidget and changed prgarmatically. My problem is that the trackball seems to be able to scroll through these pages which I don't want. I have tried setting setFocusable to false but it's having no effect. Any Ideas?