Usage of vertical field manager with eyelid field manager in blackberry
问题 I have created 3 tabs in my blackberry application.I now want to add an eyelid field manager that allows for an eye lid component only on the third tab. With the current code, i am able to create an eyelid but it doesnt show me any of the tabs. // setup the tab model with 3 tabs final PaneManagerModel model = new PaneManagerModel(); model.enableLooping( true ); // setup the first tab VerticalFieldManager vfm = new VerticalFieldManager( Field.USE_ALL_HEIGHT | Field.USE_ALL_WIDTH | Manager.NO