I am currently developing a blackberry app. the scenario is when a user clicks on a menu item, it will go to another page. Currently there are 3 classes, MyApp, SecondPage and MyScreen. the codes belo
In my app, I want to open a MainScreen from another MainScreen. How can I do this? From UiApplication I can use pushScreen(Screen) to go to a MainScreen. But when I try the same from a MainScreen开发
I am trying to create a MainScreen with vertical scrolling. From what I\'ve read in the documentation, MainScreen has a VerticalManager inside, so it should be possible to enable vertical scrolling on
I am trying to add a Browser Field onto my Main Screen. Currently, I have: public class BrowserFieldDemo extends UiApplication {