Blackberry ListField: Maintaining row focus during an update
问题 After using the code below to refresh a ListField containing data returned in an xml web service. But after refresh or on refresh it sets focus to the first row in the ListField. I don't want that. I want it to maintain its current focus after refresh so that a user wont even know that there was a refresh. protected void onUiEngineAttached(boolean attached) { if (attached) { // TODO: you might want to show some sort of animated // progress UI here, so the user knows you are fetching data