Get the width of the BlobDomain image as a transitional attribute in a ViewObject problem

Hi, I need your help. What I want to do is to get the width or the
height of the image as a maximum limit, but I get a
java.lang.NullPointerException.

I create a table like this

CREATE TABLE IMAGE)
ACTIVATE THE ID NUMBER NOT NULL,
IMAGE BLOB,
CONSTRAINT IMAGEN_PK PRIMARY KEY (ID)
)

I create business for this table components and in the view object I
Create a transient type Boundary String attribute. In the java
ImageViewRowImpl I replace the accessor method to get the width of the class
or the height of the image as a maximum limit.

public String getBoundary() {}
try {}
InputStream is = getImage1 () .getBinaryStream ();
BufferedImage bi = ImageIO.read (is);
width int = bi.getWidth ();
height int = bi.getHeight ();
if(Width>heigth)
Return Integer.toString (width);
on the other
Return Integer.toString (heigth);
} catch (IOException e) {}
e.printStackTrace ();
Returns a null value.
}
}

The problem is when I run the application module cause I get a
java.lang.NullPointerException when the method is call. It comes to stacktrace:

oracle.jbo.AttrValException: Houston-27019: No. is ha resolver el Método could get para el atributo 'Limit' in ImageView1.
at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:883)
at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGetAttributeValueFromRow(JUCtrlValueBinding.java:1157)
at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:751)
at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:779)
at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.updateValuesFromRow(JUCtrlAttrsBinding.java:145)
at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.refreshControl(JUCtrlAttrsBinding.java:245)
at oracle.jbo.jbotester.BindingAdapter.refresh(BindingAdapter.java:69)
at oracle.jbo.jbotester.panel.CardPanel.refreshAll(CardPanel.java:128)
at oracle.jbo.jbotester.panel.RowSetPanel.refreshAll(RowSetPanel.java:206)
at oracle.jbo.jbotester.panel.RowSetPanel.showCard(RowSetPanel.java:236)
at oracle.jbo.jbotester.panel.RowSetPanel.setIterator(RowSetPanel.java:105)
at oracle.jbo.jbotester.panel.BindingPanel.setBindingContext(BindingPanel.java:118)
to oracle.jbo.jbotester.panel.BindingPanel. < init > (BindingPanel.java:88)
to oracle.jbo.jbotester.panel.BindingPanel. < init > (BindingPanel.java:71)
at oracle.jbo.jbotester.form.BindingForm.createMasterPanel(BindingForm.java:63)
at oracle.jbo.jbotester.form.BindingForm.init(BindingForm.java:98)
to oracle.jbo.jbotester.form.JTForm. < init > (JTForm.java:72)
to oracle.jbo.jbotester.form.BindingForm. < init > (BindingForm.java:50)
to oracle.jbo.jbotester.form.FormType$ 1.createForm(FormType.java:63)
at oracle.jbo.jbotester.form.FormType.createForm(FormType.java:199)
at oracle.jbo.jbotester.form.FormType.createTab(FormType.java:270)
at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:248)
at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:207)
at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:203)
at oracle.jbo.jbotester.tree.ObjTreeNode.showForm(ObjTreeNode.java:140)
at oracle.jbo.jbotester.tree.ObjTreeNode.showForm(ObjTreeNode.java:123)
at oracle.jbo.jbotester.tree.Tree.processTreeMouseClicked(Tree.java:728)
in oracle.jbo.jbotester.tree.Tree.access$ 100 (Tree.java:96)
to oracle.jbo.jbotester.tree.Tree$ TreeMouseListener.mouseClicked (Tree.java:141)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
at java.awt.Component.processMouseEvent(Component.java:6266)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6028)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4247)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2475)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.NullPointerException
to the model. ImageViewRowImpl.getBoundary (ImageViewRowImpl.java:139)
to the model. ImageViewRowImpl$ AttributesEnum$ 3.get(ImageViewRowImpl.java:47)
to the model. ImageViewRowImpl.getAttrInvokeAccessor (ImageViewRowImpl.java:171)
at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:864)
... more than 49
# # 0 in detail
java.lang.NullPointerException
to the model. ImageViewRowImpl.getBoundary (ImageViewRowImpl.java:139)
to the model. ImageViewRowImpl$ AttributesEnum$ 3.get(ImageViewRowImpl.java:47)
to the model. ImageViewRowImpl.getAttrInvokeAccessor (ImageViewRowImpl.java:171)
at oracle.jbo.server.ViewRowImpl.getAttribute(ViewRowImpl.java:864)
at oracle.jbo.uicli.binding.JUCtrlValueBinding.internalGetAttributeValueFromRow(JUCtrlValueBinding.java:1157)
at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:751)
at oracle.jbo.uicli.binding.JUCtrlValueBinding.getAttributeFromRow(JUCtrlValueBinding.java:779)
at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.updateValuesFromRow(JUCtrlAttrsBinding.java:145)
at oracle.jbo.uicli.binding.JUCtrlAttrsBinding.refreshControl(JUCtrlAttrsBinding.java:245)
at oracle.jbo.jbotester.BindingAdapter.refresh(BindingAdapter.java:69)
at oracle.jbo.jbotester.panel.CardPanel.refreshAll(CardPanel.java:128)
at oracle.jbo.jbotester.panel.RowSetPanel.refreshAll(RowSetPanel.java:206)
at oracle.jbo.jbotester.panel.RowSetPanel.showCard(RowSetPanel.java:236)
at oracle.jbo.jbotester.panel.RowSetPanel.setIterator(RowSetPanel.java:105)
at oracle.jbo.jbotester.panel.BindingPanel.setBindingContext(BindingPanel.java:118)
to oracle.jbo.jbotester.panel.BindingPanel. < init > (BindingPanel.java:88)
to oracle.jbo.jbotester.panel.BindingPanel. < init > (BindingPanel.java:71)
at oracle.jbo.jbotester.form.BindingForm.createMasterPanel(BindingForm.java:63)
at oracle.jbo.jbotester.form.BindingForm.init(BindingForm.java:98)
to oracle.jbo.jbotester.form.JTForm. < init > (JTForm.java:72)
to oracle.jbo.jbotester.form.BindingForm. < init > (BindingForm.java:50)
to oracle.jbo.jbotester.form.FormType$ 1.createForm(FormType.java:63)
at oracle.jbo.jbotester.form.FormType.createForm(FormType.java:199)
at oracle.jbo.jbotester.form.FormType.createTab(FormType.java:270)
at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:248)
at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:207)
at oracle.jbo.jbotester.form.FormType.showForm(FormType.java:203)
at oracle.jbo.jbotester.tree.ObjTreeNode.showForm(ObjTreeNode.java:140)
at oracle.jbo.jbotester.tree.ObjTreeNode.showForm(ObjTreeNode.java:123)
at oracle.jbo.jbotester.tree.Tree.processTreeMouseClicked(Tree.java:728)
in oracle.jbo.jbotester.tree.Tree.access$ 100 (Tree.java:96)
to oracle.jbo.jbotester.tree.Tree$ TreeMouseListener.mouseClicked (Tree.java:141)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
at java.awt.Component.processMouseEvent(Component.java:6266)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6028)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4247)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2475)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)



I´ll appreciate a lot any help you can give me, thank you and sorry for my English.

How can I test this? I don't have the DB or data.

You must at least close the stream and the input stream of the blob field, otherwise you can read the blob again until the next retrieval from the database.

public String getBoundary() {
try {
BlobDomain blob =  getImage1();
InputStream is =blob.getBinaryStream();
BufferedImage bi = ImageIO.read(is);
is.close();
blob.closeInputStream();
int width = bi.getWidth();
int heigth = bi.getHeight();
if(width>heigth)
return Integer.toString(width);
else
return Integer.toString(heigth);
} catch (IOException e) {
e.printStackTrace();
return null;
}
}

Try this...

Timo

Tags: Java

Similar Questions

  • I really want to get the IMAQ Image IMAQ Arry case to Image.vi files

    Hello!

    Although already, I installed LabVIEW8.2 and NOR-IMAQ, I don't have IMAQ Image cases and IMAQ Arry Image.vi files.

    To use the infrared camera, I need them.

    I really want to get the case Image IMAQ Arry Image.vi files IMAQ.

    How can I get these files?

    Please, let me know the methods.

    Sincerely!

    Thank you very much for your explanation.

    Solve the problem.

    Have a nice day ^ ^

  • I recently bought two pictures for my youth group. When I looked behind them image is a larger image, but, when I downloaded it it's a smaller image. How can I get the enlarged image?      #93598775 &amp; #18109349

    I recently bought two pictures for my youth group. When I looked behind them image is a larger image, but, when I downloaded it it's a smaller image. How can I get the enlarged image?#93598775 & #18109349

    Follow these steps: I downloaded my 10 free images and they all have the Adobe watermark on them, so I can't use them. Why do they have a watermark on them?

  • Kalonline-works until I get the anti-piracy icon so stop saying: there is a problem with the function of anti-hacking

    I play kalonline (RPG game), when to start the game it works up until I get the anti-piracy icon so stop saying: there is a problem with the function of anti-hacking. the program stops. I am the admin of it say kal computer run it in administrator mode and I did and I delete and reinstall the game. Solve the problem in win 7 by a right click and run as administrator, they wanted to work in win xp it all fits on how to solve this problem. These are the things, I was told to do to fix it.
    Hello

    It comes to KalOnline.

    Your error message can be corrected by following these steps:

    1. run KalOnline in Administrator Mode.

    2 uninstall KalOnline d_lete the entire Inixsoft folder, then reinstall the game.
    I did it and and it has not worked. then I was told that this was causing the problem

    Please check your computer system.

    This problem has occurred by a kind of problem of piracy.

    And if you have used a kind of memory-editing program, it could be happen too.

    So if your receipt similar to, then please remove it.
    I have none of these things on my computer. All I know is that people who have not updated windows xp can play the game and people who win 7 can play the game if they right click icon and run as administrator, that I still say side here but no way to prove it.

    Hello

    I suggest you to get in touch with the manufacturer of games and see if there are any other fix for this problem.

  • I can't sign into windows live messenger, I get the message that windows live messnger is unavailable currently try again later and also I get the error code 80048820, can someone help me solve this problem. __

    I can't sign into windows live messenger, I get the message that windows live messnger is unavailable currently try again later and also I get the error code 80048820, can someone help me solve this problem.

    Hello jabeena, welcome.

    This section would apply in fact to the Windows Live programs, but we'll see what we can do to help out you.

    I recommend to try this first:

    1. disable any antivirus software or security, you have running on your computer. Looking for software to disable that contains a firewall.

    2. click on START
    3. Type "cmd" (without the quotes). Right-click on the result at the top of the menu START and select 'run as administrator '.
    4 type the following and press enter

    Regsvr32 softpub.dll wintrust.dll initpki.dll

    5. then type the following command and press enter

    netsh winsock reset

    6. restart your computer and see what happens.

    Thank you! Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I bought a book of game Google and downloaded the CMHA on my desk. When I try and open it with my Adobe Digital Edition, I get the error message "license make mistake. "License server communication problem: E_Stream_Error.

    I bought a book of game Google and downloaded the CMHA on my desk. When I try and open it with my Adobe Digital Edition, I get the error message "license make mistake. "License server communication problem: E_Stream_Error.

    Response to SMcLeod8:

    Hello, I managed to solve my problem of E_STREAM_ERROR regarding the Google Play ebook. The short answer is to use ADE 4.0.3.

    When I met the problem of the E_STREAM_ERROR, it is with ADE 2.0.67532 on Windows 7 (and this had no problem handling the Kobo CMHA, OverDrive files, open a library and a sample epub BCAM from Adobe itself). This is why I would not upgrade my 2.0.67532 to the last 4.0.3. Instead, I used another Windows 7 PC and installed ADE 4.0.3. On my first try, I allowed the 4.0.3 without ID, and there was an error E-GOOGLE_DEVICE_LIMIT_REACHED. I then allowed with the Adobe-same ID * as my 2.0.67532 PC. It worked as I could get my epub from Google.

    As I don't expect a response from Adobe technical support, I guess that now Google license servers do not work with Adobe 2.0.3. I hope this will help you solve your problem - at least to get your ebook in ADE first.

    However, I would be careful replacing 4.0.3 of my 2.0.67532 I wouldn't be surprised if the latest version will not work with other suppliers of epub for social mobilization. For me the upgrade to the latest version of the software is never the best solution - it could solve a problem, but creates another.

    Note: * I understand that you can authorize up to a total of six computers with the same Adobe ID. Not sure that this policy is still standing.

  • during the installation of cloud creative adobe, getting the msg to following error "there seems to be a problem with the download process. "Error code: 201.

    during the installation of cloud creative adobe, getting the msg to following error "there seems to be a problem with the download process. "Error code: 201.

    Help creating cloud / cloud creative applications download error

    http://helpx.Adobe.com/creative-cloud/KB/error-downloading-CC-apps.html

  • How do you get the Windows Image Acquisition (stisvc) service to restart?

    HP Pavilion DV6-2088dx running Win 7.0 64 Bit Ultimate

    When I try to restart the Windows Image Acquisition Service I get a message access denied (Services tab in the Task Manager) or an "error 1068: the dependency service or group could start" (in the Services window).

    Hello

    One thing to check is the following.

    Open windows control panel, open administrative tools, and then open Services.  Make sure that the following services (order of th specified below check them) are all showing that status = started and the Startup Type = Automatic

    Remote procedure call (RPC)

    Detection material core

    Windows Image Acquisition

    If you need to make a change to one of the above, just right-click the service and select Properties, and then in the drop-down list box next to "Startup Type", select automatic and click on apply to save the changes.  Then click on the Start button.

    Kind regards

    DP - K

  • get the Bitmap Image of the web site or remote location

    Hi, yesterday I asked for some ease of image horizontal scorlling with blackberry. It's work very well. Thank you for all.

    But I could not do my job. What I need, that I have to get the Image from a web site (not in the project of ths) and display it in the BB device. I can do this and I get byte array and show the image using BitmapField. But this installation of scrolling does not work with the bitmap field.

    Is is them possible to get my web site dynamic images of the Bitmap object?

    Here is the code that you sent me.

    // ------------------------------------------

    package com.falseflag.blackberry.recipes;

    Import net.rim.device.api.system.Bitmap;
    Import net.rim.device.api.ui.Graphics;
    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.Dialog;
    Import net.rim.device.api.ui.container.MainScreen;

    class ScrollingImageRecipe extends UiApplication {}

    private class ScrollingImageScreen extends form {}
    private static final int HORZ_SCROLL_FACTOR = 10;
    private static final int VERT_SCROLL_FACTOR = 10;

    Bitmap bitmap;
    int left = 0;
    high int = 0;
    int maxLeft = 0;
    maxTop int = 0;
           
    public ScrollingImageScreen() {}
    bitmap image = Bitmap.getBitmapResource ("test.png");
           
    If (bitmap == null) {}
    UiApplication.getUiApplication () .invokeLater (new Runnable() {}
    public void run() {}
    Dialog.Alert ("Failed to load image");
    System.Exit (0);
    }
    });
    return;
    }
               
    If (bitmap.getWidth () > Graphics.getScreenWidth ()) {}
    maxLeft = bitmap.getWidth () - Graphics.getScreenWidth ();
    }
               
    If (bitmap.getHeight () > Graphics.getScreenHeight ()) {}
    maxTop = bitmap.getHeight () - Graphics.getScreenHeight ();
    }
    }
           
    protected void paint (Graphics graphics) {}
    If (bitmap! = null) {}
    graphics.drawBitmap (0, 0, Graphics.getScreenWidth (), Graphics.getScreenHeight (),
    bitmap, left, top);
    }
    }
           
    protected boolean navigationMovement (int dx, int dy, int, int time status) {}
    left += (dx * HORZ_SCROLL_FACTOR);
    top += (dy * VERT_SCROLL_FACTOR);

    If (on the left< 0)="" left="">
    If (upper-< 0)="" top="">
    If (left > maxLeft) left = maxLeft;
    If (top > maxTop) top = maxTop;

    Invalidate();

    Returns true;
    }
    }

    Public Shared Sub main (String [] args) {}
    ScrollingImageRecipe app = new ScrollingImageRecipe();
    app.enterEventDispatcher ();
    }
       
    {ScrollingImageRecipe()}
    pushScreen (new ScrollingImageScreen());
    }

    }

    //-------------------------------

    Please be so kind to give me a solution for this issue.

    You can use a browserfield to display web content in your application.  Take a look at the browserfielddemo provided with the BlackBerry JDE for example

    If you ask how to connect to a web site, please see the httpdemo.

    This example shows how to create a scrolling image field.

    -Creates a scrolling Image field
    Article number: DB-00681

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800345/...

  • InDesign ePUB - can't get the background image to flush vertical css borders

    Hello

    I'm testing my new found skills epub in InDesign CC2015. I'm working on a simple project which was originally for printing (pdf) and decided to make an epub version. I created an external css file where I included the left and right borders for aesthetics. These borders are growing and contracts vertically, depending on the amount of content exists on the page.

    The problem I've come across is if I have a picture as the last asset on the page, the image appears slightly higher than the lower part of the border (see screen shot on the left). It seems that it is a pixel or two higher. The pixelated graphic is anchored to an empty paragraph with a single non-breaking space character. The text block has no indentations, no space before / after values and auto leading together. Object styles have been created for the frame and a paragraph and graphic style has been made to the text. This happens for any image I load in the page and place it at the bottom.

    In the another screenshot, I have a block of text as the last element, and I get a perfect drop-in appearance at the bottom (turned to the right of the screen).

    I cracked open the epub and seen in Chrome html pages. I launched the F12 tools to see the HTML and css code and margin all values are reset to zero. I can't understand why this only happens for images and no text blocks. Anyone has an idea why this happens?

    digital-editions-1.jpgdigital-editions-2.jpg

    I recently found the answer to my own question. I indicated that I was with a CSS file external to add some additional styles, mainly for vertical borders. After, I cracked open the ePUB, I opened the page html in Chrome and dug down to find the via F12 tools.  I pointed out the tag and took a glance at the corresponding CSS. There is no margin value so I added a img {margin-bottom:-3px ;} entry and it's the bottom of the image, run ras from the bottom of the border.} Then I went back to my file CSS external to the ePUB and added values. When you export to Adobe Digital Editions, I got the same desired results. The other images in the document may not be visually compromised this either so I think that's a wrap.

  • How to get the background image to fill the browser and stay fixed in IE and Firefox?

    Basically what it says in the title. I came very close to achieve, but something comes to Moor in the html and css code...

    First of all, I use the latest version of Firefox and IE8 to test this situation.

    I used 2 sources of information to get this done: 1) http://css-tricks.com/perfect-full-page-background-image/ and ) 2 http://stackoverflow.com/questions/8958697/css3-background-size-cover-doesn ' t-make-image-co-ver-vertical


    In 1 case , the example of the called page CSS-Only Technique #1 gives the code that works almost perfectly for me, except that obviously I need to a background image, but the CSS provided ago obviously just for an image has fallen in the body of a page without taking account of any other content that may already be there. "The html code that I put on the page is simply < img class ="bg"src ="... / pictures/background_image.jpg "> "

    Of course, I used the CSS code in the example, less the last piece which is "@media screen" etc., which seems irrelevant to me. Of course by replacing the values according to the picture on my page.

    So what happened was that it worked almost as expected in both browsers (which means the image filled both browsers first as it should and also remained fixed when I zoomed in, inside or outside, in each case), except that the picture went on top of the current content that I already there precisely because there isn't a background in this 'technical '. (A note on the side of curious, is that the image didn't turn down content, I expected under normal circumstances, but he went right on top of it so she she hidden (like the z-index).)

    One thing that bothers me in this regard 'technical' is that if you click on view the demo just below the code provided, you will see on the example of work page (bottom of the forest), the image clearly works as a backdrop and the content is fortunately located on top! So I don't know if the person who provides the example was trying to deceive people or what! Or he got lazy and showed another page which did not use the exact code, he has provided. No matter.

    In any case this leaves me with only half-completed work, because I still need a background image that functions as the 'normal image' code provided.

    In 2 cases and on this page, the first example provided gives the CSS for clutter - namely the code in the html {...} part and shows also the same "normal image" code as shown in box 1. In this case however, that the person provide a suggestion, the html and the css is not really properly more Moor some css and html seems a little redundant. So this time, when I used the part "html" in the CSS code (i.e. just the bit that was no longer relevant), I had two different behaviors in each browser and neither of which was quite what I'm looking for. In IE8, initially the page seems well (background fills the page and the content is on top) but when I Zoom in or out the background also zooms in or out accordingly so is NOT fixed. In Firefox, the background image stays fixed, but because the image is initially not the height of the browser I guess the code it extends down (keeping the proportions - so the image enlarges essentially) to fill it. The fast way to get around it is probably add white space at the bottom of the image just to give it sufficient height is not extensible / resize automatically. But it would be nice to know at least how to work around this problem in the code. Overall, I would say that the result in Firefox is closest to the desired solution, but of course it is not arranged things with IE8.

    Apologies for the long description, but which should at least provide much info for anyone who might have a possible solution for me. Essentially what would be great is if someone could advise me how to take the code of case 1 and apply it to a piece of 'background' coding as the type that is contained in html {...} in Case 2 . Like I said, it is almost there, but I just can't operate atm after trying to combine different bits of code this way and that... Also, if anyone has another version of html-css that works well to achieve then please by all means of let me know! V thanks a lot in advance!

    It works in modern browsers of the CSS3 support.  But not pre - IE9.

    http://ALT-Web.com/test/resizable-BG.shtml

    Nancy O.

  • I get the 'BAD IMAGE' when many *.exe files is available. The error image refers to "BROWSE ~ .dll." What is the correct file name?

    When I type (OK) the computer continues to the application, I entered, but there may be a range
    in the opinion of the 'BAD IMAGE' with various. EXE files. Somehow gotten past as the correct file name cut short
    what he should ever TRAVEL ~ .dll. I can rename it leaving out the "~" symbol, but I don't know what to rename it.
    Help?

    Hello

    It would be useful to the Windows OS is supported .

  • I have the '10 images per month', but it seems that I never get the "10 images per month.

    I have the "10 images per month", but it seems that I have never the '10 images per month', I buy a lot of images every month, but after the first month, I never got the 10 images for the following month... what gives?

    Just reply to I sent a private message.

  • I've updated to Firefox and now get the unwanted pop ups and redirections that wasn't a problem before.

    The pop ups were not on the old system and seems attached to some site I open, opening multi-site. I might have to stop usingFfirefox, if this is not fixed.

    Hello jgibbs99, you could get deceived by a malicious Web site by downloading a fake update - a true firefox update will contain never this kind of noise you describe! Furthermore updates are managed in-house by firefox if you are asked to download and run a .exe file to update to firefox, it will be false (you can manually check the updates in firefox by going to firefox > help > about firefox).

    Please, try the following steps:

    1. Reset firefox (this will keep your bookmarks and passwords)
    2. then go to the windows control panel / programs and remove all toolbars or of potentially unwanted software there (sort the programs installed for their installation date to see what he got recently installed).
    3. Finally, run a full scan of your system with security tools like the free version of malwarebytes & adwcleaner.

    Fix Firefox problems caused by malicious software

  • In windows XP Home Edition, running MS Office 2007, I get the following error: windows search protocol host has encountered a problem and needs to close

    Every time I have open internet explorer, I get the error message that the research protocol has encountered a problem.

    It occurs intermittently.  MS error report indicates a problem with searchprotocolhost.exe

    How can I fix?:  Anyone know?

    My recommendation, you use Windows XP, uninstall the Windows Desktop Search and never install it again.

    Option 1: In Add/Remove programs with the box checked next to 'Show updates' above checked locate "Windows Desktop Search 4.0" in the list and uninstall/remove it. "
       
    Option 2: If the above fails, you can use this method to remove...
      
    1. click on Start , type cmd.
    2. now, in the result of the research with right-click on cmd.exe and select run as administrator.
    3. type regsvr32 /u "%programfiles%\Windows Desktop Search" and press ENTER.

    For users of Windows XP for most it does, IMO, is slowing down the system.

Maybe you are looking for