Moved half of right screen to left

hi
i have macbook pro 17'  made  2011
with vga 1 amd radeon core i 7 8gig ram hdd 750
last night when i worked my screen  got half and the part of half right went to left .. my quarranty support is finished . and i need to repair this ..
as i ask  this is for graphics chipset .and i dont know apple  repair  my laptop or not and how much is that ?
i dont have access to go to apple store  easy to ask ..  please help me  about  this ..
where can i go to repair ?.. how much i must pay ?

Hey wolfpac2056,
Remove any protective cases or films from the iPod, clean the screen and test with bare fingers.
http://docs.info.apple.com/article.html?artnum=305689#faq5
http://docs.info.apple.com/article.html?artnum=305705
If the iPod touch still will not respond to touch and you have done a restore, it may need hardware repair.
You can request repair online here: https://selfsolve.apple.com/GetWarranty.do
Or make a reservation to visit a Mac Genius online here: http://www.apple.com/retail/
Jason

Similar Messages

  • Populate DB after moving item from right panel to left panel of shuttle

    Refer to the following forum: Re: APEX 4.1 - Populate DB based on right panel of shuttle
    Refer to the following apex app: http://apex.oracle.com/pls/apex/f?p=27554:51
    Login: demo
    PW: demo
    APEX version: 4.1.1.00.23
    Oracle 11g
    What do I need to add to the page process that when shuttle items are moved from the right panel back to the left panel, 'null' is assigned to the 'Analyst' column of the DB table?
    My current page process updates the DB table column 'DQ_ANALYST' with the name in the select list based on the items in the right panel of the shuttle. (Again see the previous thread: Re: APEX 4.1 - Populate DB based on right panel of shuttle
    declare
        tab apex_application_global.vc_arr2;
        l_count number;
    begin
        tab := apex_util.string_to_table (:P51_SHUTTLE);
        for i in 1..tab.count
        loop
        select count(*) into l_count from DQ_MANUAL_EDIT WHERE DQ_ATTRIBUTE = tab(i);
         if l_count > 0 then
           UPDATE DQ_MANUAL_EDIT
           SET DQ_ANALYST = :P51_DQ_ANALYST
           WHERE DQ_ATTRIBUTE = tab(i);
        end if;
        end loop;
    end;DB table (before clicking button):
    Field                          Analyst
    Co-Borrower Credit Score       Analyst_1
    Appraised Value               Analyst_1
    Appraisal Identifier          Analyst_1When 'Appraised Value' and 'Appraisal Identifier' are moved from the right panel back to the left panel and the 'Apply Changes' button is clicked, I am wanting the 'Analyst' column to be updated with 'null'.
    DB table (before clicking button):
    Field                          Analyst
    Co-Borrower Credit Score       Analyst_1
    Appraised Value               (null)
    Appraisal Identifier          (null)Here is my test code:
    declare
        tab apex_application_global.vc_arr2;
        l_count number;
    begin
        tab := apex_util.string_to_table (:P51_SHUTTLE);
        for i in 1..tab.count
        loop
        select count(*) into l_count from DQ_MANUAL_EDIT WHERE DQ_ATTRIBUTE = tab(i);
         if l_count > 0 then
           UPDATE DQ_MANUAL_EDIT
           SET DQ_ANALYST = :P51_DQ_ANALYST
           WHERE DQ_ATTRIBUTE = tab(i);
        end if;
    --Doesn't work but here is an example of what I am trying to accomplish
         if l_count > 0 then
           UPDATE DQ_MANUAL_EDIT
           SET DQ_ANALYST = null
           WHERE DQ_ATTRIBUTE <> tab(i);
        end if;
        end loop;
    end;

    I used the following code. First, I run an update statement setting the DQ_ANALYST to null where the DQ_ANALYST is equal to the select list field (:P51_DQ_ANALYST). Then based on what is currently on the right panel, set the DQ_ANALYST to what is in the select list field (:P51_DQ_ANALYST).
    declare
        tab apex_application_global.vc_arr2;
        l_count number;
    begin
        UPDATE DQ_MANUAL_EDIT
        SET DQ_ANALYST = null
        WHERE DQ_ANALYST = :P51_DQ_ANALYST;
        tab := apex_util.string_to_table (:P51_SHUTTLE);
        for i in 1..tab.count
        loop
        select count(*) into l_count from DQ_MANUAL_EDIT WHERE DQ_ATTRIBUTE = tab(i);
         if l_count > 0 then
                  UPDATE DQ_MANUAL_EDIT
                  SET DQ_ANALYST = :P51_DQ_ANALYST
                  WHERE DQ_ATTRIBUTE = tab(i);
        end if;
        end loop;
    end;

  • Apple Mail - moving mailbox sidebar right and/or left ?

    Mac OSX 10.5 - Apple Mail version 3.6.
    Someone could tell me how to move the mailbox sidebar to the right side of the viewer window?
    Thanks. JMB

    You posted your question in the Panther 10.3 & below forum, but you are running Leopard 10.5. An AD host will move your post shortly.
     Cheers, Tom

  • Screen shifts to the left and left half of my screen appears on the right.

    So there were some issues with my Harddrive, after having it replaced at the genius bar I chose to reinstall everything rather then just restoring from my Time machine.
    After reinstalling Mountain Lion my screen occasionally shifts to the left and the left half of my screen appears on the right.
    It seem completely random and occurs randomly. I haven't been able to tie it to any specific program.
    After a couple of days of this happening once or twice a day I called apple and they suggested I do a fresh reinstall and don't move any of my data over and see if the error re-occurs. It didn't (tried it for 1-2 days..) but it might well be lucky/random that it didn't happen.
    In any case.. since I couldn't deal for another day without my stuff I restored from Time Machine and the error did happen again.
    So... it's something on my mac. I've done all updates... obviously
    I have no idea what to do.. Everytime it happens, my mac just freezes and I can't do anything but for shutdown by pressing the shutdown menu.
    How can I debug this? Anyone ever heard of this before?
    Here are some screenshots: let me know if you need anything else.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    See also:
    * http://kb.mozillazine.org/Websites_look_wrong
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • My ipod nano has horizaontal lines through the bottom portion of the screen and the left half of the screen is black, the right half of the screen changes from red, to blue to orange, etc.  Any idea how to fix that?

    White stripes suddenlt appeared at the bottom of the screen on my ipod nano a few weeks ago.  I figured it was just from use and that it is an older model- I could still see through them and use the device.  Yesterday, only the left half of the screen was visible, the other side was black.  This morning, the stripes are still there, all the way across the screen on the bottom, the left side os black and the right sise is red most of the time.  Any ideas on what happened and how to fix it?

    Hello scgreco,
    I would be concerned as well if my iPod nano screen had stripes and was partially black.  I found a resource that I think would help in a situation like this.
    I recommend following the steps in this troubleshooting assistant for your iPod nano model:
    iPod Troubleshooting Assistants
    http://www.apple.com/support/ipod/five_rs/
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • HT1430 My new iPAD3 has uneven brightness on screen. Left half is brighter than right half. Any suggestions how to fix it?

    My new iPAD has uneven brightness on screen. Left half is much brighter than right half. Any suggetions to fix it or shall I go for warranty replacement?

    If restarting or rebooting doesn't resolve the issue and the device is new, I would contact Apple or wherever you bought the iPad, show it to them and if they can't figure out, ask for a replacement.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • My iPad fell one night from one side (left) and now its border from the inside or the main screen  border (left side- portrait) is thicker on the other side (right side) like it moved left when it fell :(( so sad this is a gift from my mother. please help

    my iPad fell one night from one side (left) and now its border from the inside or the main screen  border (left side- portrait) is thicker on the other side (right side) like it moved left when it fell :(( so sad this is a gift from my mother. please help

    thank you. it just annoys me and im scared that my mom would notice it coz she bought it for me..

  • When I go to a web page that page appears upper left, filling half of the screen. I have to manually go to View in the menu bar to get it to fill the page each time.  How can I get my Mac Mini to go to full page automatically when I visit a web page?

    When I go to a web page, that page appears upper left, filling only half of my screen top and bottom.  Each time I have to go to the menu bar View and go to full page.  How can I get the web pages to display in the full screen automatically??? This just started happening.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Pavilion 23xi left half of the screen seems stripy and darker

    when using the computer left half of the screen suddenly flashed green and got darker, seems like it's stripy, like covered with a thin black net. i tried updating graphics drivers, restarting computer, changing monitors settings like refresh rate and stuff nothing helped.
    thanks in advance!

    Hello kasparas,
    I have seen and read your post about your monitor showing a green color along the left side with stripes. I understand you have already tried updating your graphics driver and restarting your computer and checking your monitor settings.
    I have researched this issue for you and I have found a few troubleshooting documents, that I hope can point you in the right direction to get this resolved.
    I will post the link below for you. I am posting the main troubleshooting link for all different types of monitor display issues as your description could be in a few of these guides.
    Display Quality Issues
    Best of luck to you!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • I very need help and fast my ipod touch 4 is dented on the top left corner and the screen is not in the silver part and because of that i think...when i open my ipod half of the screen is light white

    hi i very need help my ipod touch 4th was already damages (the glass screen wasnt in the silver part) and yestarday i was cleanin my room while listeng to music and my ipod fell 2 times after about 30 min half of the screen was light white first i thought it was a virus so i fully shut down my ipod and i also restored it but it didnt work so looked closly and saw that the left corner on my ipod was badly dented inward after i thought for a bit i thought that the spary i was using to clean my room could have gone in my ipod because the glass screen wasnt in the silver prt but i dunno if this prob cant be fixed at home by me does someone know how much it will charge 2 get it fixed and where i can get it fixed THANKS it wuld be a great help plz reply as soon as possible xoxoxox

    This has happened to me but i don't know what to do because my Itunes kept closing down and it shut down half way through updating and it just comes up with a silver apple and it won't turn off and now it's just frozen and it also doesn't recognise it when i opened up itunes again after i reset it to the factory settings

  • I dropped my iPhone 5s yesterday and then I picked it up but I couldn't unlock it. I have a password but only half of the screen is working I couldn't press anything on the right half. So I turned it of and on but it is still the same

    I dropped my iPhone 5s yesterday and then I picked it up but I couldn't unlock it. I have a password but only half of the screen is working I couldn't press anything on the right half. So I turned it of and on but it is still the same. The screen look perfectly fine but I can press the numbers 3 6 9 or cancel

    Take it to your closest Apple store and have them look at it.

  • Icons in the addon bar have moved from the right hand corner to the left

    Hi everybody,
    I've recently updated to the most current Firefox 4b10. I'm currently using the addon bar on the bottom that holds several addon-related icons (like firebug etc.). Those do still work, but for some reason they have moved from the right-hand corner of the addon-bar (where they have always been) to the left side for no apparent reason.
    I know it's kind of a little issue, but it is really disturbing since I keep looking in the wrong corner after having the icons there for so many years. Is there any way I can revert that?
    Thanks!
    mrmister

    Please report this problem to Firebug team,
    http://code.google.com/p/fbug/issues/list

  • Scrollbar in PCUI from the right to the left side in the screen

    Hi,
    does anybody know if it is possible to move the scroll bar in PC-UI from the right screen side to the left screen side ?
    Is it also psooible to move the page-navigation buttons from the right to the left screen side ?
    For the user navigation it would be very usefull.
    Regards,
    Klaus

    Hi,
    I am from Israel and we use Hebrew that is written RTL.
    our portal and PC-UI are in Hebrew.
    I am not sure this is what you want but maybe if
    you look at note 740124 (and its related notes) it would
    give you an idea.
    Eyal.

  • Eden Skin only uses left half of the screen

    Has anyone tried the Eden skip from OTN?  The top menu line looks fine. The second like with Home Catalog Favorites ... looks fine. The lower portion only displays in the left one-half of the screen.  Report Design, Display and Dashboards only use the left half.   Anyone know which css file and what elements to change to make it like the default skin? I am using it with 11.1.1.7.1

    This has happened to mine too, I wish I was notified about a screen replacement program, I did register my iMac too.. I was quotes $900 + labour to replace the 27 inch screen, and my iMac is less than 3 years old. I'm not happy about this, I am going to take it to the Apple Store and see what they can do for me.

  • Slideshow settings  made impossible by a big black rectangle covering the upper-left half of the screen/photo,

    Slideshow settings made impossible by big black rectangle covering the upper-left half of the screen/photo, appearing when I move the cursor. Disappears when I start the slideshow. Restart does not help.

    Thanks,
    -  First: Linc Davis' question seems to be relevant: Indeed, when I disconnect my second display, the problem disappears.  However, reconnecting the display makes the problem reappear again. 
    - I use iPhoto 9.5.1. and Mac OS 9.5.2.  The machine is a MacPro first part of 2008 (not a MacBook Pro as I inadvertantly said in my original question). Processor 2X2,8 GHz Quad-core intel Xeon. Memory 6 GB, with new (2yrs old) 2 TB SATA-disk (WDC WD2002FYPS-02w380 Media) as hard disk.
    - Here is a screenshot of what I am seeing - with only part of the settings display (in Norwegian) visible.
    - I have looked for a solution in the iPhoto settings, turned the program off& on, and restarted the computer, all without success.
    -  The library is, as I understand it, located in users/[me]/pictures/iPhoto Library.
    -  No, as I remember I did not apply any updates or upgrades just prior to the problem.  I have regularly updated the programs, as they come, without checking the results on each program.
    -  I run a managed library
    -  Apparently there is 1,29 TB free space (out of 2 TB) on my boot drive [=central hard drive, see above?].

Maybe you are looking for

  • Memory Corrupts on Re-start of 5500

    I have a Nokia 5500 that came with firmware v3.14 and I upgraded last week to v3.55 using the Nokia Software Updater successfully. But since then I have been having a problem with my memory card. Everytime I switch off and on the phone and try to acc

  • About to buy a Sony HDR-SR1!

    I'ma about to buy Sony HDR-SR1 ...I use Final Cut Srudio and have the latest versions of Final Cut Express and iMovie. I have a mac G5 with dual processors. Does anyone have any expernce with the Sony HDR-SR1 and a mac? Suggestions? Able to upload vi

  • Is it possible to change what the "Slide to Unlock" says? I was told you could personalize it to say whatever you want.

    Is it possible to change what the "slide to unlock" says? I was told you could personalize it to say whatever you want.

  • Mono Channel

    Just want to let everyone know about the problem I had, and how I resolved it. Recently, my iPod 30gig would reset itself while I was scanning through songs on shuffle. I posted on here but no one seemed to know what to do. So I ended up messing with

  • Zen micro mp3 pla

    Hi everyone. Im about to buy a , but i need to know one thing. I would just like to know if songs that i have on my computer that i downloaded from p2p will transfer to a . PS: Edited to remove service name. Please do not post service name of p2p sof