Adding an Image to the bottom of the screen

Hello world

I want to add an image to the bottom of my screen (just one which is active), I came across "setStatus();", that works very well on OS5, but on the OS 6 on the Blackberry 9780 Image is added to the screen but is not active. Is it possible to get round this, maybe another function that I can use?

Thank you

AccountImage = new BitmapField(my_accountImage, Field.FOCUSABLE |Field.AXIS_VERTICAL){
            public boolean navigationClick( int status, int time ){
                if(setFocusImage== false){
                    AccountImage.setBitmap(my_accountImage);
                }else{
                    AccountImage.setBitmap(my_accountImage_Focused);
                }
                UiApplication.getUiApplication().invokeLater(new Runnable() {
                      public void run() {
                         UiApplication.getUiApplication().pushScreen(new SCMyAccount());
                          //UiApplication.getUiApplication().popScreen(SCScreen.this);
                      }
                });
                setFocusImage= true;
                return true;
            }
            protected void onFocus(int direction){
                AccountImage.setBitmap(my_accountImage_Focused);
                setFocusImage= true;
            }
            protected void onUnfocus(){
                AccountImage.setBitmap(my_accountImage);
                setFocusImage= false;
            }
        };
        VerticalFieldManager hfm = new VerticalFieldManager();
        hfm.add(AccountImage);
        setStatus(hfm);

Hi, I have corrected the code. But the image has only a horizontal scrol due the other code in my application

Tags: BlackBerry Developers

Similar Questions

  • Adding image to the screen only half of the image is displayed

    Hello

    I'm trying to add an image to the screen of my application, like this:

    BasicEditField _bef = new BasicEditField(){
        public void paint(Graphics _g){
    
    Bitmap _bitmap = Bitmap.getBitmapResource("3.png");
    _g.drawBitmap(0, 0,  _bitmap.getWidth(), _bitmap.getHeight(), _bitmap, 0, 0);
    
        super.paint(_g);
        }//end of paint
    };
    
    _verticalFieldManager.add(_bef);
    

    the strange thing is that only a part of the image is displayed and I don't know why! I have test it on bb 9000, so I know it has 480 x 320 and my picture is 480 x 176, so it must be shown.

    is anyone of you know what can be wrong?

    Kind regards

    Misty

    OK, I'm surprised that adding text did not work.  Apologies for suggesting it.  Can you tell me what JDE level you try and I have a go here.

    Anyway, the normal way to display a bitmap using a BitmapField.  This should always give you the entire Bitmap.  Give it a try.  You won't have to replace the paint using a BitmapField!

  • Adding an image at the signing, but not in the signature field, in Reader

    Hello

    I would like to know if it is possible to add an image to a PDF when I sign the document in the reader.

    I don't want to add the image in the signature field as a signature, but rather under the signature field. The image is ' n barcode provide me with more information about the signature.

    I looked at the example Stamper, but this feature is not avialable in Reader.

    Thank you

    Magda

    PDPageAddAnnot works on compatible reader of PDF files.  Otherwise, Yes, you need Cos.

    From: Adobe Forums [email protected]<>[email protected]>

    Reply-To: "[email protected]<>[email protected]> ' [email protected]<>[email protected]>" "

    Date: Thu, October 27, 2011 00:56:18-0700

    To: Leonard Rosenthol [email protected]<>[email protected]>

    Subject: Adding an image in the reader at the signing, but not in the signature field,

    Re: Adding an image in the reader at the signing, but not in the signature field,

    created by magdakuithttp://forums.adobe.com/people/magdakuit> in Acrobat SDK - see the discussion complete onhttp://forums.adobe.com/message/3992749#3992749

  • How to add the background image to the screen

    Hi all

    I want to add the background image to the main screen how can I do it.

    On the main screen, I used

    -a manager of HorizontalFieldManagerField to view the bitmapField (horizontally).

    -a manager of VerticalFieldManagerField to view the bitmapField (vertically).

    already images of display screen (bitmap field) with Horizontal and Vertical Manager, but I also want to display the background image for the screen, how can I reach this help me please.

    Concerning

    Adkins

    Thanks for all the response, I tried and sloved logic here how I did

     VerticalFieldManager mainVerticalManager = new VerticalFieldManager(Manager.NON_FOCUSABLE|Manager.NO_HORIZONTAL_SCROLL|Manager.NO_VERTICAL_SCROLL){
                protected void paintBackground(Graphics graphics)
             {  
    
             }
             protected void sublayout( int maxWidth, int maxHeight )
             {
    
             }
            };
    
    then i added other to manager on to this
    

    My problem is sloved thank you for the reply

  • Qosmio X 300 - no image on the screen

    I have a problem with a display on laptop screen. When the computer sometimes see the boot screen, sometimes not. In both cases, the laptop does work correctly only no image on the screen. Switch to an external monitor, the image is ok. also to a normal startup (when I can see the photo) after a few minutes of work normal black "fade to" screen and the laptop still works correctly. I at this time here that I try to get the combination of keys - FN display on a report of external monitor to the current image on the laptop, which diseappears after two seconds. Once the laptop is broken for several hours, sometimes the system starts normally and the laptop runs normally five to ten minutes. Of course the image on the external monitor is always ok. I installed win 10,8,7 and I still had the same problems. I have bud inverter but that did not help. The next thing to try would be a replacement for laptop screen cable and a screen, but I fear that there would be no help. What to do? Can there be a malfunction in the backlight if screen sometimes works ok?

    Problem has been lighting... When change laptop screen laptop start at normal work...

  • Satellite Pro M10: image on the screen is very dark

    I have a portable Satellite Pro M10, which has a black screen, i.e. the backlight does not work. There is an image on the screen, but it is very dark. When you connect an external monitor, I get a normal picture on this screen.

    Information from other messages here, I conclude that there is a problem with the backlight of the lcd screen or the inverter. I checked all connections, but it does not solve the problem. If I bring the laptop to a service center how much it will cost about for repair? The thing is 2-3 years, so if it is very expensive I could better get a new laptop.

    I'm sure I'll be able to change the inverter Board myself, but how am I going to be able to determine that the inverter is the problem? How to get a new inverter? Is anyone of you know the number of good product?

    My Pro M10 itself has PS630E-G205Z-OF product number.

    Hello

    I agree with Tobi. You sounds description as a faulty FL inverter.
    This part is placed behind the LCD screen under the lid.
    As mentioned this part isn t very expensive and you could order the partner of Toshiba service in your country. But be aware that if you have no experience of replacement if you ask technicians for assistance.

  • Double-click the event on a specific part of an Image to the screen

    Hi all.

    Thank you very much for reading this post and be able to help.

    I want to catch an event of doble click on an Image to the screen.

    The poblem is that I don't want to catch it if the user has clicked on 'Section of the Image' the display of the Image, I want to catch it only if the user has clicked on the edge of the Image to the screen. Is it possible to know where in the Image was clicked by the user?

    Thank you very much!!

    In fact, you can obtain the coordinates of the mouse click, and if it is not within your area of the image, you can catch it.

  • is my dead of the computer runs at the start of the very strong and constant fan and I get no screen, no log in or any image on the screen at any time

    is my dead of the computer runs at the start of the very strong and constant fan and I get no screen, no log in or any image on the screen at any time

    No doubt.  If in doubt, download qualified help to solve the problem. It can be easily fixed, or not.  We cannot tell from here.

  • the monitor can not display any image on the screen. CPU power button is lit orange instead of green.

    Original title: I have absolutely no idea of what is wrong with my Dell Dimension C521 Windows Vista (x 86)

    It is impossible to display an image on the screen. CPU power button is lit orange instead of green.

    See page 47 of the owner's manual

    http://support.Dell.com/support/eDOCS/systems/dimc521/en/OM_EN/RP333A00.PDF

  • How to load an image on the screen?

    Purpose: Load an image on the screen.

    Error: I can load the button and the label on the screen, except an image.

    Question: something wrong in my code? or other parameters must be implemented. (bar_descriptor.xml, ownership of the project, etc.).

    Mini code:

    #include

    Test::test (bb::cascades:Application * app):
    QObject (app)
    {

    Container * imageContainer = new Container();

    day = ImageView::create ("asset/myDefaultImage.jpg");
    "asset:///myDefaultImage.jpg" in case of failure
    asset/myDefaultImage.jpg failure
    day-> setVisible (true);

    imageContainer-> add (day);

    App-> setScene(Page::create().content(imageContainer));)

    }

    HPP

    The class test: public QObject
    {
    Q_OBJECT

    public:
    Test (bb::cascades:Application * app);
    ~ Test();

    private:
    ImageView * day;

    };

    Thank you for your attention,

    Final Soluton:

    Declare assets in the bar - descriptor.xml

    assets

  • image on the screen grows, don't see the Start button

    G5200uk-m, nvidia display computer

    image on the screen grows, don't see the Start button

    I hope it works for you. Let us know how it goes.

  • . How to adjust the appearance of the image on the screen when you use the projector

    I just got my new laptop with Windows 7 Professional. When you use a projector the screen image does not fully cover the screen. How can I adjust? I would like to watch when you use a projector like the screen of my laptop screen is normally. Thank you

    Hi Dana51,

    You may need to change the settings in the projector to adjust the image to the screen.

    You can refer to the manual of the projector for the same.

  • How can I place two images on the screen?

    Hello

    I need to compare two images on the screen to see the colors are the same.

    How can I place two or three images on screen from Lightroom?

    Thank you for reading

    Lightroom allows you to use the comparison mode in the library Module, select the two images desired and press c.

    Also in the library Module is mode of investigation where you can select two or more wanted images, then press n.

  • How to crop the image to the screen?

    I use first Pro CC to create "how to" videos and videos of training for a software application. I recorded the videos on my laptop and unfortunately could not specify that only the application was registered. Accordingly, I have bleeding around the low - and straight edges where you can see my laptop background. Is it possible to crop the area and only end up with the portion of the image of the screen I want to keep?

    Add the cropping effect

  • During the import of my camera or a file in Lightroom 5 my pictures are too exposed by 1-2 stops, while they are well exposed on the screen of the device. How to get the "right-exposed images on the screen?

    During the import of my camera or a file in Lightroom 5 my pictures are too exposed by 1-2 stops, while they are well exposed on the screen of the device. How to get the "right-exposed images on the screen?

    There is an option in your Lightroom preferences, under the general tab, "treat JPEG files next to raw in form of images". If you have this option is checked, then Lightroom will import and view your first two and JPEG files. You use the active D-lighting on your camera? If you are, you must disable this feature.

  • sony bravia kdl 40ex725 TV, I see double image in the screen of the same program and image

    sony bravia kdl 40ex725 TV, I see double image on the screen of the same program and that the distortion of the image

    Looks like a 3d picture? Side by side?

Maybe you are looking for

  • Simple passage on HP Pavilion dv6 stopped working

    Simple pass worked, but now when I go on a page requiring a finger scan the nows wonder to pass Simple HP began. When I try this I get an error sensor not connected. Please connect the sensor and try again. Any suggestions would be appreciated. Thank

  • XY graphics memory model

    I found a need for a XY chart in one of my apps, and I'm trying to wrap my head around how to use it properly. My implementation looks like this: That is closely modeled after one found here: http://digital.ni.com/public.nsf/allkb/18B56D8556D44BF1862

  • Digitization of C6180 problem with Mac &amp; Lion

    I have a macbook pro with lion installed. I have a hp c6180 all-in-one. It prints, but will not scan. This message appears: error: Sorry, scanner could not be initialized. Scanner not found. What can I do to fix this?

  • Rest of password admin CLI using cdrom to installation works do not GBA 5.5 Update Rollup 1

    Hello I can not connect on one of our servers ACS 5.5 using the CLI admin passwords (which have recorded us, and no one seems to have changed). I am consulted refused on both. On our DR ACS that I went through the CLI admin password reset procedure u

  • Need help to change user names, delete the old.

    I bought a Tungsten E2 from someone else and he still has their username on the device.  I want to remove their name from user/settings and configure everything under my user name. Thanks for any help in this.