Display is shifted almost 2" frm left to right n left portion is totally black why?

Dear  Hp Team
                        Last 2 hrs. i m facing the problem in my moniter problem is below..
display is shifted almost 2" frm left to right n left portion is totally black why?
Pls help
Neelima

Hello neelima,
What kind of monitor are you using?
Have you tried adjusting the monitor display? Usually on the bottom of monitors are keys to be able to shift the screen left / right, up / down.
Have you tried resetting back to default settings?
If I have helped you in any way click the Kudos button to say Thanks.
The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
- Friendship is magical.

Similar Messages

  • Display items left to right & limit items per column

    Hopefully these actually ARE basic questions with simple answers.
    1. By default requested values of repeating nodes stay in a vertical table setting. How do you to display a repeating spry {values} in a horzonital format?
         EX: Left to right <p /> Left to right <p /> etc. (see below)
    2. Once this is accomplished, if the value is text, will it 'word wrap' by default and treat the spry {value} as regular text? If so, how do you treat that text as a "whole" so the spaces aren't recognized?
    3. How do you LIMIT the number of repeated {values} a column (or div) contains and populate a new column if the {value} is more than your set limit?
         EX: Populate first 4 items  | create column | populate next 4 items | create column | etc.
    Still learning but hopefully simple answers will apply here. Example code is much appreciated.
    -LH-

    1, you have a couple of options..
    - use a table to loop horizontal
    example:
    <div spry:region="ds1">
         <table>
              <tr spry:repeatchildren="ds1">
                   <td>{item}</td>
              </tr>
         </table>
    </div>
    Or use floats to float all items left Combined..
    example:
    <div spry:region="ds1">
         <ul spry:repeatchildren="ds1">
              <li>{item}</li>
         </ul>
    </div>
    CSS:
    ul li { float: left; }
    2, i don't really understand what you mean with that.
    3. use spry:if statements for that..
    <div spry:region="ds1">
         <ul spry:repeatchildren="ds1">
              <li spry:if="{ds_RowID} < 5 ">{item}</li>
         </ul>
    <ul spry:repeatchildren="ds1">
              <li spry:if="{ds_RowID} > 5 && {ds_RowID} < 10  ">{item}</li>
         </ul>
    </div>

  • How to adjust the form design in oracle Jdeveloper 11g from right to left ?

    Dear All,
    I'm new in Oracle ADF , and i want to adjust the form layout to be from right to left alignment in the design .
    so when i put for example text input will be in the right side .

    Thanks Mr.Frank for your replay
    but i don't mean the right alignment for input text .
    I'm working for Arabic interface project , and i changed the language from the control panel and it works fine in the run time for messages and directions from right to left
    but in design it not good it from left to right and want the design form to be from right to left
    Notes : i used trinidad-config and i changed the property <right-to-left>true</right-to-left>
    but i did't work

  • Unable To Produce RTL (Right To Left) Output in Character Mode Reports

    hi
    Work environment
    - Oracle Forms 6i(client/Server) With pacth 18
    - dot matrix printer
    - Window xp
    Create Report with property "Direction" is "Right to Left"
    NLS_LANG is set to AMERICAN_AMERICA.AR8MSWIN1256.
    While running this report with mode=bitmap, the output columns
    are flipped. The leftmost column appears to the right of the output. This is the expected
    behaviour.
    While running the same report with mode=character and desformat=dflt leftmost column
    remains on the left. The column order is not changed from Right to Left.
    Based on note 332829.1 in metalink
    Should I change dflt.prt file as follows:
    printer "dflt"
    height 66
    width 80
    nls locale "arabic"
    nls datastorageorder
    "logical" nls
    contextuallayout "no"
    nls contextualshaping "yes"
    after page control(L)
    return control(M)
    linefeed control(J)
    i changed, but did not change something
    Where is the problem
    thanks for help

    my Regional and Language settings are:
    standards and formats : Arabic (U.A.E)
    Location : United Arab Emirates
    Language for non-Unicode Programes : Arabic (U.A.E)
    My NLS Settings
    NLS_LANG : ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256
    USER_NLS_LANG : ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256
    DEVELOPER_NLS_LANG : AMERICAN_AMERICA.AR8MSWIN1256
    My Report Object Settings:
    Report Direction : Right to left
    all Objects (Frame,Repeating Frame,Fileds..) Setting
    Direction : Right To Left
    Justify : Right To Left
    Note :
    - the Labels frame Direction is ok but Repeating Frame Have Direction Problem
    - Print on Network printer Epson dot matrix
    thanks for all

  • Display screen shifts to left and right

    Hi, The display on my new iMac will occasionally shift about 1 to 2 inches to the left or to the right.  It will hold that position for several seconds.  During this time the system is unresponsive to the keyboard or mouse entries.  If the screen first shifted left it will then shift right, still off center but in the other direction. The screen will then re-center itself and responsiveness returns.  This may occur 4 or 5 times during the course of an evening.  The problem was worse when I primarily used Safari as the browser.  It happens less with Foxfire.
    Suggestions or answers?
    Thanks,
    Fred

    Unfortunately I was never able to figure out what it was that caused this!  After several visits and several repairs and several escalations up the ladder - I finally got someone to authorize an exchange.  They could not reproduce it on my computer either, but after extensive questioning, it turns out they do not actually sit at the machine and use it, they just run diagnostic software on it that is supposed to catch things like that, but clearly it does not catch this.
    Overall though, this is a glitch that apple has not yet identified as a problem and in my experience, person after person will tell you they have never heard of it (or worse, act as if you are making this up).  My experiences with this problem and apple's response (or lack thereof) has actually caused me to switch back to a PC after seven years as a die hard apple fan. That  being said, Matt was extremely helpful and didnt act as if I was insane, so he may be able to be of help to you as well. 
    gluck Patita!
    <Edited by Host>

  • How to shift Negative sign from Right to left

    Hi friends,
    please tell me How to shift Negative sign from Right to left for quan data type i am getting on right side but i want to display it on left exactly preceding my output number display.

    hi yogesh
    check this function module..
    <u><i><b>CLOI_PUT_SIGN_IN_FRONT</b></i></u>
    this will move the negative sign from the left hand side of a number, to the right hand side of the number. Note that The result will be left justified (like all character fields), not right justifed as numbers normally are.
    chck this example..
    data: a1 type i value 56 ,
    a2 type i value 60,
    res type i.
    res = a1 - a2.
    data: res1(10).
    res1 = res.
    CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'
    CHANGING
    VALUE = res1
    write res1.
    I<u><i><b>MPORTANT</b></i></u>
    You can use this FM CLOI_PUT_SIGN_IN_FRONT.
    But you need to declare the amount field as char.
    Or you can code like this
    data int type i.
    data char(10).
    int = -4.
    int = int * -1.
    write int to char.
    concatenate '-' char into char.
    reward if useful..
    Message was edited by:
            navjot sharma

  • Shift+scroll no longer scrolls left and right!!

    I have a logitech mouse w/ a scroll wheel
    I have always been able to hold down shift to get the scroll wheel to scroll left and right instead of up and down
    and it's suddenly stopped working and I have no idea why
    can anyone help?

    I THINK this is related to installation of a new logitech bluetooth mouse driver
    that stinks. a logitech driver should only control the logitech mouse. it shouldn't affect how other mice work with the OS

  • Wireless keyboard right shift don't work with some keys but left shift works

    So, this is really a strange behaviour under Mavericks 10.9.5
    My right shift doesn't like some "keys" and some keys don't like the shifts ( either left or right ). For example:
    doing a " ? " or a " B " or a " % " with the right shift doesn't work. I mean, after i remove the batteries and stay without using the keyboard for a day or two, when i get back to it, it works for a couple of minutes. But after that... i just can do a capital B or a ? with the right ****. Although i can do all other characters.
    the " t " key is another one. No caps here, with either left or right shift key. But the key by itself is working just fine.
    So i'm not really 100% convinced it's an hardware fault, because the all keys are working properly in other situations.
    Any idea about this strange behaviour?
    thank you for your time,
    Regards
    Pedro.

    Hello Postmodum,
    Check out the article below and turn on the keyboard viewer to see what happens to the keyboard when you press the right shift key. You may find out that it may be linked to add another combination of keys, which can produce the odd behavior that you are describing. 
    One or more keys on the keyboard do not respond
    http://support.apple.com/kb/TS1381
    Regards,
    -Norm G. 

  • My screen displays a shadow from left to right, being darker on the left and brighter on the right. Any advice about how to change this would be appreciated.

    My screen from the moment it starts any program appears to be shaded from left to right. The left hand side of the display appears to be darker than the right half of the screen. Can someone please advise what I can do to alter this. Have I pressed something I shouldn,t have? Or is there a problem with my display?
    Any help would be appreciated.
    Many thanks.

    Does not sound too healthy! You should take it to the Genius bar in the Apple store. May need the hardware looked at...
    It's most probably a backlight issue. Take some piccys of it while it isnt working now!!

  • New LG Monitor Screen Image Keeps Shifting a few pixels left and right / goes into power save mode

    I just purchased a new LG Computer Monitor from Best Buy today and hooked it up to my PowerMac computer. Shortly after setting it up, the entire screen image started sporadically shifting left and right a few pixels. And then, at seemingly random times, it'll shut itself down, going into power save mode. I checked the cables to make sure they were secure and they seem to be. Could there be some sort of interference that's causing it? Or would it be the graphics card? My computer is only a couple years old. Please help!

    Do you have another computer you can plug the monitor into to test?
    Adam
    Best Buy Community - Retail, Americas
    Forum Guidelines | Terms & Conditions | Community Guidelines | Blogging Guidelines
    *Remember to mark your questions solved and click the star under the user's name to show your thanks!

  • Display resolution is different left and right sides

    Hi, my HP G42 laptop now has a different display resolution on the left and right sides. The left half seems to have less resolution than the right side, the right side looks like it's in HD, the left side looks washed out. I'm not sure if it is a hardware issue or a setting/software issue. The first time it appeared was after a windows 7 update was completed and installed, I'm not sure if that was just a coincidence. Any suggestions would be greatly appreciated. It works but is very annoying to look at.
    Thank you,
    Ray

    Hi Ray_M,
    Welcome to the HP Forums! I see that you are having a problem with two different resolutions on each half of your screen. The easiest way to determine where the problem lies is to connect it to an external monitor. If the image is normal then we know it is an issue with the display screen but if the issue occurs on the external monitor then we know it is a problem with the drivers or the video card itself.
    What is the product number for your g42? There are a number of different models in that series.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Hi, While writing an email online using Firefox 3.6.3, I was using one of the "CTRL+left or right arrow" to move the cursor along the text. I must have pressed some other key because the display has become huge - and I can't scroll vertically or horizont

    Hi, While writing an email online using Firefox 3.6.3, I was using one of the "CTRL+left or right arrow" to move the cursor along the text. I must have pressed some other key because the display has become huge - and I can't scroll vertically or horizontally, which makes using the Mail pages of Hotmail impossible. I have since logged in using MSFT Explorer and it works fine. This problem occurs only on the Mail page of Hotmail Live not on the home page or others.
    Could you please let me know if this is a problem with Firefox, or if you have any advice on how to reset the appearance of Hotmail in Firefox?
    == This happened ==
    Just once or twice
    == While I was compiling an email in Hotmail Live

    Wow, lightning fast and absolutely right!
    Thank you so much!

  • Almost 100% of the time, when I move the Firefox window left or right, the content stays fixed on my screen -- using Windows 7 Ultimate -- how do I fix so that

    How do I fix it so that the content moves WITH the frame as it is moved left or right. Works O.K. in the up or down direction. If the frame has been moved to the right, leaving the content fixed, the "buttons" do not work until the frame is manually moved back to the left side of the screen. I am using Windows 7 Ultimate (x64 bit) with a 1920 x 1200 LCD display in the PORTRAIT orientation, and Firefox version 13.0.1. I do not have this problem with Internet Explorer or Chrome.

    Hmmm, could you try disabling graphics hardware acceleration? Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You usually need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    If you restart Firefox, is the issue resolved?

  • Remove left and right margin when display portlets

    What is the best way to remove the left and right margin when display portlets?
    I found a file called \portalpages\dotnet\prod\src\com\plumtree\portalpages\browsing\myportal\/
    MyPortalContentView.cs
    But I do not see a place for the left and right margins. What is the correct place to modify these margins? (How about the top and bottom margins too?)
    See the green highlight?

    That's it yeah, seems to curve upwards at the sides. Dunno whether leaving a heavy book on it might sway it back into position?!
    I had the display upgraded when I bought it so presumed it could have been done whilst 'in operation'. Apart from that there's nothing wrong with it really, doubt it's something they would take it back on anyway.

  • LED display, bright edges, specially left and right

    I have a mbp 5.1 late 2008 model received jan 2009.
    My display/screen is becoming brighter and brighter at the left and right edges.
    If i look at a black screen, the left/right edges are not black but getting brighter than the rest of the screen.
    As this computer is primarily for serious photo processing, this is really annoying and if it gets worse its a computer who cant be used at all.
    Any ideas ? Any trips/trix to conquer the problem....or are the display pure and simply defect (great...just outside 2 years complaint period)

    Hello Dominic,
    It is not normal.
    Sometimes my windows are rounded the way yours are and sometimes they are not.
    Click on the picture of my post to zoom and see the problem.
    Here is another screenshot, this time with a windows which has no issues :

Maybe you are looking for