mainscreen
Switch pages/classes in BlackBerry
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[详细]
2023-03-24 10:00 分类:问答Open a MainScreen from another MainScreen
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开发[详细]
2023-02-14 02:24 分类:问答BlackBerry - MainScreen with labels vertical scroll
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[详细]
2022-12-24 07:32 分类:问答BlackBerry using UIApplication with MainScreen
I am trying to add a Browser Field onto my Main Screen. Currently, I have: public class BrowserFieldDemo extends UiApplication {[详细]
2022-12-18 00:06 分类:问答