Home, indicators and display screen

I use the 8820 model. my application uses display its main window. and when I opened the screen, it handles screen physical set, so his title covers the upper part of the main home screen, which contains indicators (GSM, then see the effective signal, battery level, etc.).  I want that part of indicators is visible. For example, as in the standard alarm application, which comes with the device. I would like as my main screen to occupy the lower part of the screen, and I would like to remove the title (instead, I intend to put a text in part of the indicators, which is another separate problem...). I would like if possible, avoid using contextual screens. I combed docs API, tried to play with the setting of the positions, etc. nothing works. could you give some directions please?

Thanks in advance.

You can emulate yourself the title bar. It is very difficult to imitate the original on all devices, but you can show some indications provided for in article http://www.jonathanhfisher.co.uk/b2/?p=19code (Yes, I stole this link http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&message.id=36011#M36011)

Tags: BlackBerry Developers

Similar Questions

  • need some advice on TrackwheelListener and display screen

    public class NewApplication extends UiApplication {
        private MainScreen mainScreen;
        private static RichTextField enteredText;
    
            public static void main(String[] args)
            {
                    NewApplication theApp = new NewApplication();
                    theApp.enterEventDispatcher();
            }
    
            public NewApplication()
            {
    
                mainScreen = new MainScreen();
    
                enteredText = new RichTextField("", RichTextField.NON_FOCUSABLE) {
                    public void paint(Graphics graphics) {
                        graphics.setColor(Color.RED);
                        graphics.clear();
                        super.paint(graphics);
                    }
                };
    
                LabelField title = new LabelField("Banner",
                  LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH | LabelField.FIELD_HCENTER) {
                    public void paint(Graphics graphics) {
                        graphics.setBackgroundColor(Color.BLACK);
                        graphics.setColor(Color.WHITE);
                        graphics.clear();
                        super.paint(graphics);
                    }
                };
    
                mainScreen.setBanner(title);
    
                Font myfont1 = Font.getDefault().derive(Font.BOLD, 35);
                Font myfont2 = Font.getDefault().derive(Font.BOLD, 35);
                HorizontalFieldManager aahfm = new HorizontalFieldManager() {
                    public void paint(Graphics graphics) {
                        graphics.setBackgroundColor(Color.BLACK);
                        graphics.clear();
                        super.paint(graphics);
                    }
                };
                RichTextField blackaa = new RichTextField("user input -->    ", RichTextField.NON_FOCUSABLE | RichTextField.USE_TEXT_WIDTH) {
                    public void paint(Graphics graphics) {
                        graphics.setColor(Color.WHITE);
                        graphics.clear();
                        super.paint(graphics);
                    }
                };
                blackaa.setFont(myfont1);
                enteredText.setFont(myfont2);
                aahfm.add(blackaa);
                aahfm.add(enteredText);
    
                //Display the main screen
                pushScreen(mainScreen);
    
                //Create an instance of and display the custom dialog.
                EnterDialog textEntryDialog = new EnterDialog();
                textEntryDialog.show();
    
                mainScreen.setTitle(aahfm);
                mainScreen.add(new SeparatorField());
            }
    
            //Allow the Dialog to update the text by calling this method.
            public static void setText(String newText)
            {
                    enteredText.setText(newText);
            }
    }
    

    How to add the horizontalManagerField after the data of user input?
    the first screen was therefore only banner
    then after the input display user data using the horizontalManagerField

    class EnterDialog extends Dialog implements TrackwheelListener {
         private BasicEditField entryField;
    
         public EnterPinDialog()
         {
             super(Dialog.D_OK, "", 1, Bitmap.getPredefinedBitmap(Bitmap.EXCLAMATION), Manager.FOCUSABLE);
             entryField = new BasicEditField("Enter data : ", "", 8, BasicEditField.EDITABLE | BasicEditField.FILTER_PIN_ADDRESS);
             add(entryField);
         }
    
         public boolean keyChar(char key, int status, int time)
         {
             //Override key commands
             switch (key)
             {
                case Characters.ENTER:
                    //Update main class with the entered text.
                    if (entryField.getTextLength() < 8) {
                        Dialog.alert("must 8 character");
                        break;
                    }
                    blackkeygen.setText(entryField.getText());
                    this.close();
                    break;
                    //Override the backspace key to delete the last character.
                case Characters.BACKSPACE:
                    if (entryField.getTextLength() > 0) {
                        entryField.setText(entryField.getText().substring(0, entryField.getTextLength() - 1));
                    }
                    break;
                    //Override the escape key to delete the last character.
                case Characters.ESCAPE:
                    if (entryField.getTextLength() > 0) {
                        entryField.setText(entryField.getText().substring(0, entryField.getTextLength() - 1));
                    }
                    else if (entryField.getTextLength() == 0) {
                        System.exit(0);
                    }
                    break;
                    //Enter the character the user typed into the EditFie
                default:
                    entryField.setText(entryField.getText() + key);
                    break;
             }
             return false;
         }
         ////////////////////////////////////////////
         /// implementation of TrackwheelListener
         ////////////////////////////////////////////
         public boolean trackwheelClick(int status, int time) {
             if (entryField.getTextLength() == 8) {
                 blackkeygen.setText(entryField.getText());
                 this.close();
             }
             else {
                 Dialog.alert("must 8 caracter");
             }
             return false;
         }
    
         /** Invoked when the trackwheel is released */
         public boolean trackwheelUnclick(int status, int time) {
             return false;
         }
         /** Invoked when the trackwheel is rolled. */
         public boolean trackwheelRoll(int amount, int status, int time) {
             return true;
         }
    }
    

    trackwheelunclick n trackwheelclick works correctly, but the book didn't work? I already call the roll. I missed something?

    im a beginner in programming java n blackberry...
    Thanks before

    My first advice is to get rid of TrackwheelListener. It was not a Blackberry made with a wheel for years.

    It is replaced by navigationMovement().

  • I use 'best home Ever' and itwent too large for the screen and my firefox too bar isn't there?

    I use a Best Ever home page to my home page and my son was using the computer while I wasn't there and it changed somethings. The 'homepage' is giant size now and I don't know how do it as if it was. Also the toolbar file, bookmarks, etc. is gone.
    I'm not the best to try to figure out what to do with the computer!
    I have no idea how some of the 'installed plugins' (belo) got there?

    Try to press and hold CTRL on the keyboard and press 0
    the control key is on the left background (& right)
    0 is the digit zero

    Using Ctrl + 0 to reset the zoom, it is fixed for each site, note.

    To get your toolbar back, try pressing the Alt Key keyboard (it's probably next to the space bar) and may temporarily cause the menu bar to display, pressing V then T should give you options to set the toolbars you want to display for example, the bookmarks toolbar. Note your sone may well make use of the firefox button, which also provide similar access to features

    Be in full-screen mode, which also causes the menu bars disappear, display, try pressing the F11 key on the keyboard (wait a few seconds as the screen to redraw) should switch you to the full screen in.

    One thing you can in view of the future is implemented on your Vista operating system separate accounts for your self and your son, so that way everyone can to some extent make changes the way they like without unduly harming the other.

    When Setup like that each user has their own profiles for firefox and once again the changes can be made separately.

    There could be other reasons for your problems, but I assume that your son has just forgotten to redefine the parameters on those that you had used.

  • Home page and a few other Web pages have a vertical bar of 2 inches on each side of the page. How to permanently set set the pages to fill my screen?

    I have a HP - i5 with Win 7 and only use Firefox 35.0.5. Recently, I met some problems with my home page loading with blue text on the left side of my 2-inch screen and put it in the shop. Some viruses are removed and 35.0 FF was installed.

    Now my home page and pages loading with a 2 "empty bookmark bar vertically to each side of the page.

    Can I use zoom in on the view or the - + zoom and zoom to 100% to 133% increase, but this change is never permanent.

    Try to fix the problem I uninstalled FF 35.0 and installed FF 35.0.5 directly on the FF site. I also uninstalled AVG virus protection program. None of this has helped.

    How can I get rid of these vertical bars of 2 inches of empty space at all TIMES?

    I have a HP laptop with a processor AMD, Win 7 and Firefox 35.0.5 and he has never had this problem.

    Firefox should remember your level of zoom on a site-by-site basis. It is not "global browser" as in IE.

    Note: If you zap the history, make sure not to clear the Site preferences.

    If you need to adjust each site by about the same amount, you can use an add-on to set a higher level of the base line of the zoom. For example: Default FullZoom Level.

    Unfortunately, there is no unique zoom level that will work perfectly for all Web sites due to the preferences of individual positioning of their webmasters. But I hope you can find a good middle ground so you need not all zoom each time.

  • Whenever I start Firefox, my home page is displayed, and then another tab of a page I looked at in the past. I don't know how to do stop loading up this extra page on start up. Suggestions? Thank you!

    Whenever I start Firefox, my home page is displayed, and then another tab of a page I looked at in the past. I don't know how to do stop to load to the top of this additional page at startup and can't seem to find information on how to disable this junk page. Any suggestions? Thank you!!

    Maybe you inadvertently set both pages to be your Homepage"(s)"?

    See How to set the home page

  • just installed firefox 8.01 and display is invisible in the my vista screen enlarger. has worked in firefox 3.6. What should I do?

    There is a magnifying glass program in vista, designed for those who have poor eyesight. you move the cursor over the portion of the screen that you want to read and it is displayed in a box at the top of the screen that is larger than the specified size. but in ff8.01 he sees through the window of firefox and displays the vista boot screen so make viable firefox under the microscope. Although the page appears correctly writing is to small to read. It worked well for ff3.6 and fine in google chrome, but the same thing happens in IE9

    Try turning off hardware acceleration.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.
  • My phone has stopped ringing, but it will vibrate and display on call incoming screen then what direction should I have it on ring outloud.  I don't remember changing anything?

    My phone has stopped ringing, but it will vibrate and display as a call comes in, so what settings should I have on that.  I don't remember changing anything?

    Have you checked the ring/silent switch on the left side of the phone?

    If the switch is slid to the back of the phone and you can see a red line above the switch (the side closest to the screen), it is in silent mode.

  • Help! My iPod Classic 120 G froze. Pale = 'Media-In' and display the screen = "OK to disconnect with a bar in the middle." Tried the reset procedure, press the "Menu and Center." Without success. Any ideas?

    Help! My iPod Classic 120 G froze. Pale = 'Media-In' and display the screen = "OK to disconnect with a bar in the middle." Tried the reset procedure, press the "Menu and Center." Without success. Any ideas?

    See Re: corrupted iPod classic. If she does not really have a reset set it aside and let the battery completely discharge. It should reset itself when you load again.

    TT2

  • The hand left panel doen't show the usual "Control Panel Home" switch and my control panel display is stuck on the classic view.

    The same thing happened to me recently: the hand left panel doen't show the usual "Control Panel Home" switch and my control panel display is stuck on the classic view. Click on "Show common tasks in folder" but that doesn't change anything. Finally, I tried a restore without success point. No idea how to get back the link "control Panel Home"?

    Thank you very much for your support

    Alain Truchat

    Split from here:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-desktop/left-hand-pane-on-Control-Panel-missing-XP-Home/6ca7e184-e2be-4709-b865-81e5c3702629#last

    Hi, Alan.

    Reset Control Panel-
     
    Press Windows key + R
     
    Type inetcpl.cpl regsvr32.exe/n/i
     
    Press ok

  • Internet Explorer starts and displays a web page saying the PC is locked and requires £100 to unlock, this page covers the entire screen and if there is no way to get away from this

    our laptop has two users. A user can log in and use internet via internet explorer or firefox. the other uses when connecting.  Internet Explore starts and displays a page web teling them in locked PC requires £100 to unlock, this page covers the entire screen and there is no way to get away from her. You must change user to operate using laptop computer

    * Original title - performance and security in Internet Explorer *.

    Hi Anthony,.
    Your computer is probably infected by a virus. Try following the steps in this virus/malware removal guide: http://www.selectrealsecurity.com/malware-removal-guide
    It contains instructions which will remove most malware infections. If you have any questions, just ask me. I hope this helps you.
    Brian
  • How can I change my laptop and my screen be displayed in Portrait rather than landscape? (in other words, I want to turn my laptop on its side to display more information by page)

    How can I change my laptop and my screen be displayed in Portrait rather than landscape? (in other words, I want to turn my laptop on its side to display more information by page)

    Vista running on a Toshiba Satellite L500

    Hello

    Try to press Ctrl + Alt + up ARROW, or try Ctrl + Alt + and a different key to the arrow.

    If this does not work: right-click on empty office rotation - graphics options.

  • Problem os7 BB9900 banner, home screen and lock screen theme

    Problem BB9900 os7, banner, the home screen and lock screen, someone at - he advice me please.

    I changed it to 28, and it seems that the buttons in the call screen are eleveated slightly too.

    I suggest to use 32.

  • Join Meeting unavailable option and touch screen displays the current meeting.

    Hello

    We had a video-conference in our society, here is the list of endpoints participating in the Conference

    Tandber C60 - TC5.1.3.292001
    Cisco SX20 TP - TC6.3.0.3d8e7d1
    Cisco TP MX 200 - TC6.3.0.3d8e7d1
    Cisco TP MX 300 - TC6.3.0.3d8e7d1

    We have touch panel connected to all the codec above. We noticed that join meeting is sometimes unavailable, and touch screen displays the current meeting.

    Can you please let me know why this problem is intermittent.

    Hi Sandesh,

    If a conference is reserved as booking of TMS, it is expected that the keys 'register' on the endpoints are disabled.

    For more information on how and why reservations from Outlook could be "downgraded" to booking, see page 59 and 60 of the TMSXE Deployment Guide.

    Kind regards
    Kjetil

  • I bought CS4 - have the box etc serial # - use an IMac with Snow Leopard - went to use the bridge and a screen came saying Adobe Bridge HOme Service was interrupted to concentrate on other resources... uh, I bought this software and how can we now

    I bought CS4 - have the box etc serial # - use an IMac with Snow Leopard - went to use the bridge and a screen came saying Adobe Bridge HOme Service has been discontinued for focus on other resources... uh, I bought this software and how it can now be 'gone '? Pls help - bridge is very convenient and I paid for it!

    See here:

    Deleted Adobe Bridge Home service

  • Mobile profiles (phone and Tablet) screen does not display does not correctly

    RoboHelp 11 on a Windows 7 machine

    I have a small project that I asked in August and just pick it up again today. The only changes that I made today have a background color in the selected schema and adding browsers to the Profiles screen (mobile phone, desktop),. I also changed the pixel size of screen above and saved profiles, but eventually changed his mind and changed their return. I don't know if it would make any difference to this problem. (When I did size changes HR told me to update media queries, but I do not use all... or at least none came in functionality to handle media queries.)

    Then I re-generated output, but the Tablet and phone screen sizes are does not display correctly when I tested it by changing the size of my browser - there is a browser size quite large "dead zone" where no content is displayed at all (which almost makes appear as the 'sensible' part of the output does not work), inland navigation (front and rear bar and buttons) is pushed upwards in the header bar , and no horizontal browser scroll bar appears so that I can scroll to see the edge of the large images. I mainly use IE but it happened as well as Firefox and Chrome. The desktop display seems to work very well. (I'm sorry I have no screenshots now - I can provide some if necessary.)

    I was wondering if it had something to do with my chosen 'model' but a new project that uses that even a (Theme1_Standard) had no problem. Now, I also noticed that the model seems to have changed since I was last in Robohelp, because the overview of model unchanged today was not the same as the model from August. The Readme file for the latest patch does not mention everything that I thought that seemed to be related.

    As I said, I changed were all one color, browsers display profile and the profile screen sizes which I subsequently put discarded. I'm completely at a loss as to what caused this and how to fix it. I feel like an OAF comprehensive because it seems to be related to something I * DID * but back on my steps gave nothing.

    Thank you!

    UPDATE

    Still having this problem, but in poking around I discovered that some of the program files on my local machine have been updated in mid-September (when it looks like ReadMe file in the last patch was installed on my computer) and others have been updated mid-October (the first time I was in HR since mid-August, so anything is a not then generate). I don't know if this means anything, but to me it seems slightly suspicious. THX.

    I tried to reproduce the problem, but I can't get the the problem you describe. I do not have a dead zone and wide content scroll correctly.

    The screenshots are pointing to the former route Theme1, so there may be a problem here. Can you please try the following:

    • Delete the layout of your project.
    • In Windows Explorer, navigate to the folder! ScreenLayout! in your RoboHelp project and delete the Theme1 folder.
    • Claire the! SSL! folder.
    • Clear the DPC.
    • Remove the output that you previously generated to ensure that no old file remains.
    • Open RoboHelp, add the layout and generate without making any changes? It's working now?

    Just to be on the safe side, Adobe has released a fix for HR 11.0.3 that some sensitive issues in layouts, however not correct the issues identified in this thread: questions in RoboHelp 11.0.3

    Kind regards

    Willam

Maybe you are looking for