Vertical color bars appear upon restart

vertical color bars appear upon restart -- why -- tower brand new.

I too have an Apple 21" Studio Display. I love it as it is very accurate for print based graphic design.
I also get the weird color bars. Used to work fine on my G4, but on my G5 dual 2g I get the weirdness. Could be the VGA to DVI deal.
I remedy this by going to the display preferences and changing the resolution to another setting. That clears the mess and then I change it back.
Simple and quick! Other than that I have no perminant answer.

Similar Messages

  • Spry Vertical Submenu Bar Appears Behind iFrame

    In IE and Chrome, the Spry vertical submenu bar appears properly on every page of the website, except for the one page that has iframes.
    In IE, the submenus appear behind the iFrames
    In Chrome, the submenus appear in front of the iFrames but with an incomplete border
    In Firefox and Safari, the submenus appear as they should (in front of the iframes and with a complete border)
    I've scoured this forum and tried several fixes that seemed to work for others with slightly different conditions but didn't work for mine.
    I've included my SpryMenuBarVertical.css for referece; if you can offer a fix for this particular issue, I'd be forever grateful. Thank you!
    —Lisa
    @charset "UTF-8"; /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */ /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */ /******************************************************************************* LAYOUT: box model, positioning, z-order *******************************************************************************/ /* The outermost container of the Menu Bar, a fixed-width box with no margin or padding */ ul.MenuBarVertical {      margin: 0;      padding: 0;      list-sty    le-type: none;      font-size: 100%;      cursor: default;      width: 245px; } /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ ul.MenuBarActive {      z-index: 1000; } /* Menu item containers are same fixed width as parent; position children relative to this container  */ ul.MenuBarVertical li {      margin: 0;      padding: 0;      list-style-type: none;      font-size: 100%;      position: relative;      text-align: left;      cursor: pointer;      width: 245px; } /* Submenus are initially off the left side of the screen (-1000em) and then, on hover, appear slightly overlapping to the right and up with a higher z-index */ ul.MenuBarVertical ul {      margin: -5% 0 0 95%;      padding: 0;      list-style-type: none;      font-size: 100%;      position: absolute;      z-index: 1020;      cursor: default;      width: 12em;      left: -1000em;      top: 0; } /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ ul.MenuBarVertical ul.MenuBarSubmenuVisible {      left: 0; } /* Menu item containers are same fixed width as parent */ ul.MenuBarVertical ul li {      width: 12em; } /******************************************************************************* DESIGN: color scheme, borders, fonts *******************************************************************************/ /* Outermost menu containers have no borders */ ul.MenuBarVertical {      border-bottom: 0px solid Gray; } /* Submenu containers have borders on all sides */ ul.MenuBarVertical ul {      border: 1px solid Gray; } /* Menu items are a mustard yellow block with padding and no text decoration */ ul.MenuBarVertical a {      display: block;      cursor: pointer;      background-color: #E6DC8F;      padding: 0.5em 1em;      color: #333;      text-decoration: none;      border-top: 0px solid Gray; } /* Menu items that have hover or focus display with a dark green background and white text */ ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {      background-color: #275936;      color: #FFF; } /* Menu items that are open with submenus are set to MenuBarItemHover with a dark green background and white text */ ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {      background-color: #275936;      color: #FFF; } /* Active top-level menu items display a branch */ body#home a#homeNav, body#forsale a#forsaleNav, body#clubhouse a#clubhouseNav, body#falmouth a#aboutfalmouthNav, body#faqs a#faqNav, body#directions a#directionsNav, body#calendar a#calendarNav, body#partners a#partnersNav {      background-image: url(NavBranch.gif);      background-repeat: no-repeat;      color: #FFF;      padding-left: 50px; } /* Active top-level menu items with a submenu display a branch and a white arrow */ body#aboutridgewood a#aboutridgewoodNav, body#floorplans a#floorplansNav, body#contactrealtors a#contactNav, body#videos a#videosNav {      background-image: url(NavBranchArrowWhite.png);      background-repeat: no-repeat;      background-color: #275936;      color: #FFF;      padding-left: 50px; } /******************************************************************************* SUBMENU INDICATION: styles if there is a submenu under a given menu item *******************************************************************************/ /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and use a green background arrow image */ ul.MenuBarVertical a.MenuBarItemSubmenu {      background-image: url(NavArrowGreen.gif);      background-repeat: no-repeat; } /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and use a white background arrow image */ ul.MenuBarVertical a.MenuBarItemSubmenuHover {      background-image: url(NavArrowWhite.gif);      background-repeat: no-repeat; } /* Current menu items that have a submenu display a branch graphic to the left and a white arrow to the right */ body#story a#aboutridgewoodNav, body#story a#storyNav, body#neighborhood a#aboutridgewoodNav, body#neighborhood a#neighborhoodNav, body#structure a#aboutridgewoodNav, body#structure a#structureNav, body#green a#aboutridgewoodNav, body#green a#greenNav, body#maplewood a#floorplansNav, body#maplewood a#maplewoodNav, body#birchwood a#floorplansNav, body#birchwood a#birchwoodNav, body#sprucewood a#floorplansNav, body#sprucewood a#sprucewoodNav, body#aspenwood a#floorplansNav, body#aspenwood a#aspenwoodNav, body#cedarwood a#floorplansNav, body#cedarwood a#cedarwoodNav, body#oakwood a#floorplansNav, body#oakwood a#oakwoodNav, body#contactrealtors a#contactNav, body#contactrealtors a#contactrealtorsNav, body#lenders a#contactNav, body#lenders a#contactlendersNav, body#owners a#contactNav, body#owners a#contactownersNav, body#videoOverview a#videosNav, body#videoOverview a#videoOverviewNav, body#videoTour a#videosNav, body#videoTour a#videoTourNav, body#videoLender a#videosNav, body#videoLender a#videoLenderNav {      background-image: url(NavBranchArrowWhite.png);      background-repeat: no-repeat;      background-position: -1% 50%;      background-color: #275936;      color: #FFF;      padding-left: 50px; } /******************************************************************************* BROWSER HACKS: the hacks below should not be changed unless you are an expert *******************************************************************************/ /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ ul.MenuBarVertical iframe {      position: absolute;      z-index: 1010;      filter:alpha(opacity:0.1); } /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */ @media screen, projection {      ul.MenuBarVertical li.MenuBarItemIE      {          display: inline;          f\loat: left;          background: #FFF;      } }

    Long answer =  z-index
    http://www.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
    Nancy O.

  • I have vertical colored lines appearing on the Mini Ipad screen

    I have vertical colored lines appearing on the Mini Ipad screen

    I had the same problem with my first gen ipad mini. The solution was not  to do a hard reset, but instead to push the sleep/off button until the  red slider appeared, then slide to OFF. Wait a few seconds then push the  sleep/home button until the Apple logo appeared. The lines were gone.  I  called Apple Support and they wanted $19 to troubleshoot over the phone  and $99-$199 to bring to the nearest Apple store. This may not be a  permanent fix, but it resolved the issue. I purchased my ipad mini from a  local electronics store in May of this year. Believing it to be new and  still under warranty I called the AppleCare store and discovered that  it had "previously" been purchased in November a year ago and was no  longer in warranty. As stated, I've had the device since May and it has  worked wonderfully until today when I turned it on and it had colored  vertical lines displayed on the screen. The lines would change color at  times and even became a solid black stripe. The strange thing was that  when taking a screen shot the lines were not noticeable and didn't show  up on the picture. The Customer Care support tech told me to search  other display issues. On one of the support threads it had something to  do with videos/video apps and that is where I saw to do the SLIDER OFF.  It worked even when the hard RESET had not.

  • Some Menu Bar Icons will not appear upon restart or boot up

    my menu bar icons for some reason will not appear at the top of my screen some will show but the
    Airport icon, Fax Menu, Spaces icon, battery meter and I don't have to many icons as some people
    do I have to go to System>Library>CoreServices>Menu Extras and I double click on them and then
    they appear in the Menu Bar
    Macbook Pro 17" 2.33mhz, 3gb ram, 120gb hard drive, 802.11n Base station
    I have ran disk utility, Drive Genius, Leopard Cache Cleaner with no help from any of these
    please help me as I have no idea why this happening..?
    Thanks Michael

    Yes I do and that is another problem I will check the box for each item I do want to show up
    in the menu bar when I check the box it will stay checked until just when I'm starting to close the
    box? This really weird as I said in my 1st post I have to go to the System Library>CoreServices
    then the folder Menu Extra's I'm just about at the point of reinstalling my OS unless someone
    can tell me why this is happening
    Thanks for the post
    Michael

  • My macbook pro suddenly freezes; screen turns off and computer freezes.  Have to hard restart.  Error message appears upon restart, saying something about kernel, etc.  Can anyone please help on this issue?

    For the past month or more I've encountered what I consider to be quite a serios problem with my Macbook pro.  The laptop suddenly freezes without warning, the screen turns black, while the hard drive apparently stals and the system no longer responds.  The only way to resolve this issues is to restart the computer via a hard reset.  After restarting, an error message box shows up asking me to report the error, which I've already done on numerous occassions.  The problem occurs at a frequency of 1 every 2-3 days, sometimes more often than that.  The error message that comes up is very complicated but contains some key words amongst which includes "kernel."  This makes me believe that it's an issue with the video card, and was wondering how I can remediate this problem so as to get the normal function of my laptop back.  If anyone can be of any help, I would greatly appreciate it.
    Andrei

    For the past month or more I've encountered what I consider to be quite a serios problem with my Macbook pro.  The laptop suddenly freezes without warning, the screen turns black, while the hard drive apparently stals and the system no longer responds.  The only way to resolve this issues is to restart the computer via a hard reset.  After restarting, an error message box shows up asking me to report the error, which I've already done on numerous occassions.  The problem occurs at a frequency of 1 every 2-3 days, sometimes more often than that.  The error message that comes up is very complicated but contains some key words amongst which includes "kernel."  This makes me believe that it's an issue with the video card, and was wondering how I can remediate this problem so as to get the normal function of my laptop back.  If anyone can be of any help, I would greatly appreciate it.
    Andrei

  • Thin colored bars?

    My MacBook Air suddenly started displaying thin vertical colored bars on the right side of the screen and horizontal white bars at the bottom of the screen.  At the bottom right, there are small blue-grey vertical stripes that run the height of the horizontal bars.  The horizontal bars fade as you go to the left side of the screen.  Touching the screen makes a white area appear on the screen in the same place the colored bars are.  I was surfing the Internet at the time this first began.
    Restarting, shutting down, unplugging, nothing seems to help.  Any suggestions?  Of course, my warranty expires about 3 months ago.  I guess I should have renewed it.

    It looks like your display is damage. Unfortunately, the only thing you can do now is to take the Mac to an Apple Store or reseller to get it repaired

  • Component on page not moving as vertical scroll bar is moved

    All -
    I have a mxml page that is a mx:Application.  This page basically consists of a VBox
    and a number of components included within that VBox.  All but 1 of the components
    within this VBox are built-in flex components.  The one component that is not a built-in
    flex component is the one that is causing me issues.  The issue is happening when I run
    the application, once running the vertical scroll bar appears on the right-hand side of the
    page (as expected because I have quite a few items in my VBox).  The problem is that as
    I drag the vertical scroll bar from the top of the page to the bottom of the page, the custom
    component within my VBox that I built is staying put (it's not moving with respect of the
    movement of the vertical scroll bar).  All of the built-in flex components that are within my
    VBox are moving with respect of the movemnet of the vertical scroll bar as expected.
    I appreciate any information that you can provide that will lead me in the right direction,
    Thank you,
    Wes

    // THIS IS THE CUSTOM COMPONENT

  • RoboHelp 8: Vertical scroll bar problem

    I just installed RoboHelp 8. When I view a topic page that is longer than the window, sometimes the vertical scroll bars appear and sometimes they don't. If I click the <> HTML tab and then click the Design tab again, the scroll bar appears. The scroll bar also appears if I click the "Save" or "Save All" button. I also don't see a Service Pack for RoboHelp 8. Is that true?
    I'm attaching 2 screen shots (both of the same topic) - one when I first go in to a topic and the scroll bar does not appears and one when I go to the HTML tab or Save and then scroll bar appears.

    Hi there
    No, there is no service release for version 8 as yet.
    Could it be simply that focus is inside another pod when you fail to see the scroll bar? Perhaps you have clicked to select the Single Source Layouts pod and you see the scroll bar goes away?
    Just guessing here... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Is there a way to hide the horizontal and vertical scroll bar?

    Hi,
    I have report with customized page height and width and I am displaying it in the windows forms.
    When I am resizing the form wherein the crviewer is dock in, the horizontal and vertical scroll bars appears.
    Is there a way for me to suppress the those scrollbars?
    Thanks in advance.

    Couple of ways I've been able to find info about. E.g.; there is not straight API off os the viewer (CRviewer.ScrollBar = False ).
    1)  Add Panel control onto the page and add report viewer control into a Panel. Set Scrollbar, width, height property of Panel control.
    2) See http://www.dotnetspider.com/forum/266932-Remove-Scrollbar-from-Crystal-report-Viewer.aspx for another idea.
    If either of the above works for you, please let us know as I have not tested this yet.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Offline/Missing Image Sequences in After Effects CS6 with Color Bars

    I am working on a stop motion animation in After Effects CS6.  Each clip has been imported as an image sequence from stills on my hard drive.  When I open up After Effects, all image sequences now have color bars over them, as if they are offline.  Trying to reload them does nothing.  I cannot 'link media' because it isn't just one file; it's an image sequence so there are many of them. 
    I first noticed this when the color bars appeared in my dynamically linked comps inside of Premiere Pro.  Everything played smoothly the first time I opened the project in Premiere CS6, after originating in CS5.5.  Then the second time I opened up Premiere, the color bars appeared on the linked comps.  I hadn't yet opened up my AE project in CS6 yet, so when I did, AE converted the project and I resaved it. 
    Any help related to this issue would be greatly appreciated. 
    Mid-2009 Macbook Pro
    Mac OS X Mountain Lion
    8GB RAM
    Adobe Creative Suite Production Premium CS6 w/Creative Cloud

    Thanks everyone, I think I'm beginning to solve this.
    Rick, thanks for your advice.  I tried this and it worked.  The reason I didn't do this before is that, because it is stop motion, I couldn't remember how many frames I had imported for each sequence.  For instance, if I shot 54 images and only imported 52 into the sequence, I wouldn't remember which 52 images to import...this might still be causing a problem, but I don't know yet.  I think in most cases I imported all the images in a folder, so the image sequences should be fine.
    I am having another problem, however.  Even though the issue seems to be fixed in AE, it doesn't seem to be fixed in Premiere...each image sequence is dynamically linked from AE, but each dynamically linked comp is still being show with color bars as they did in AE...I think that maybe my Premiere project is still linking to the old CS5.5 AE project, and not the new one opened and saved in CS6...

  • Can't get rid of vertical scroll bar for full page iviews

    Hello all,
    We 've got a number of areas of our portal where we are using iViews with a full page (e.g. web dynpro apps, collaboration directory).  However with all of these iViews, a vertical scroll bar appears on the right hand side. This bar has hardly any "play" in it (it doesn't move very far), and it doesn't reveal anything extra.
    The funny thing is, it only happens when our desktop (theme and framework) is applied.  Does anyone have any idea what might affect this?
    The iView tray height is set to full_page.  In some cases it sits within a page, others it is added directly to the workset.
    Using EP6SP14
    Thanks,
    Chris

    Hi Christopher,
    whenever a page is displayed in portal, a javascript resizes your inner page iView dynamically. The value used depends on the resolution of your browser (height) minus some pixel reserverd for your mast head, TLN and other page header iViews.
    If you use a theme or masthead iView that is higher than an original one, the javascript calculates an iView height that is too high. Maybe you should try decreasing the height of your portal header.
    At least, that's what I think. Maybe I'm wrong.
    HTH,
    Carsten

  • Vertical Color Lines in Monitor IMAC

    Hi: I love macs but i have a problem with my IMAC:
    A week ago i saw the first vertical line in monitor (yellow). Two day later i appear one more (purple), and today , when i turn on the mac, have another !!!!
    Whats that? Its a problem with IMAC???
    I friend told me that IMAC are bad and its not in guarantee!!!!
    I want to buy another but if they are damish later that 18 months, i dont want to waste my money!
    Please help!

    Hello guys,
    I hope my message can help you all fix your screen problem. I'm a mac lover and felt irritated when I saw all those vertical color lines appeared on my iMac screen, especially if the problem occurred not because of reckless usage but because of some production flaw, in one of Apple's outsource manufacturer, in Shanghai (I read somewhere). At that time my LCD screen had 18 lines in total!!!
    Let me tell you my experience...
    I called Apple Care support, because I live in Singapore I called local support, and told them about my problem. Then the guy asked me a few questions like what is my iMac serial number, my particulars, when did I buy iMac, what is my problem and so on. I said does Apple has a special warranty for this problem because I read in a forum I can get it fix for free.
    Then, the guy told me he will call me back to see whether I am eligible for this warranty. Not long after that, the guy called me and told me a good news that I am eligible for this special warranty and can fix my LCD screen for free. Then the next day, I brought my iMac to a local Apple Repair Center. Three days later they called me and I picked up my iMac with new LCD screen without paying anything. That was so awesome I thought, the apple care support handled the problem nicely, the repair center staffs were very friendly, and above all that I get a BRAND NEW LCD screen for FREE!!!
    I hope you guys who have the same problem with me can try to call Apple Care Support, eventhough your Mac's 1-year warranty has expired and you didn't buy an Apple extended warranty. This is a special case for Apple, you remember upthere when I mentioned about manufacturing defect.
    Just for your information, I bought my iMac in early Dec 2005 and I called Apple Care in June 2008, so I have used it for almost three years this december. Maybe if your iMac still less then three years after you bought it this special warranty is still eligible for you, but for you who has more-than-3-year-old iMac you can try too. Another information is my iMac is third generation iMac with iSight, 17" screen, 1.9Ghz processor. So anyone who ever said that this warranty only valid for first generation iMac, this is not true.
    Ok, lastly I hope you guys can fix this problem soon and be glad with your BRAND NEW LCD screen, free from Apple.
    Hope this helps. God bless you all!

  • At times when dragging the vertical scroll bar my computer screen oscillates up and down for some time before going blank or not responding to any clicks requiring a forced system restart. What is wrong?

    Hi,
    Suddenly while working with Firefox if I happen to drag the vertical scroll bar, a very abnormal behavior occurs. My screen dances up and down for a short time before either going black or getting restored but with no clicks working. The only way to resume is to force a restart of the system.
    Any help would be deeply appreciated.
    Thanks and Regards
    Deepak

    That didn't work. On trying to install a new driver I got the error the graphics driver could not find compatible graphics hardware. Is there anything else that can be done to at least prevent the hanging of the computer even if it means less features from Firefox being available?

  • HT1533 Ok so I have tried evey combination of restarts. It tries to boot up, the start up bar appears on screen, but the computer just goes completely after the bar is a third of the way across. Is is doomed?

    Ok so I have tried evey combination of restarts. It tries to boot up, the start up bar appears on screen, but the computer just goes completely after the bar is a third of the way across. Is is doomed?

    Have you tried booting into the Recovery HD and running Disk Utility to see if anything needs fixing on the HD. Restart holding down Command+r and once it hopefully boots select Disk Utility>Repair Disk. If anything gets fixed click on repair disk again until you get a clean pass. Try restarting as normal from the Apple menu once done.
    Do you have backup to restore from if it proves to be the Mac has a hardware fault?

  • Macbook Pro seems to be bricked by ML install. Upon restart it shows a progress bar which makes it to about 15%, and then the machine simply shuts off. Help?

    Title pretty much says it all. Install seemed to be going fine, then upon restart it hit a gray screen with a progress bar for about 30 seconds. Once the progress bar makes it to about 15% the machine simply shut off. I tried turning the machine on again a few times, but each time I had the same issue. I then tried running the 10.8 recovery disk, but it just showed the gray spinning wheel for about 6 hours. Any ideas?

    Something similar issue with me too. Intallation went fine. Then it started updating java once reboot it got stuck on grey screen. It wont boot at all. That spinning wheel keeps on going forever. :(

Maybe you are looking for

  • Using user parameter for

    Hello, I have created a report using an xml pds. I am using a servlet for the xml data stream source. Everything works great with the url to the servlet hard-coded between the <xml></xml> tags (ex. <xml>http://10.3.35.119:9004/ssapp/servlet/ScheduleD

  • Braindead almost-senior can

    I have signed up for iCloud, and I have Notes, Reminders, Pages, and iCal shared, accessible through those apps,  on my iPad, iPhone, and MacBook. BUT...when I go to icloud.com, it acts like I don't have an account yet. How can I get to iCloud?

  • Credit Check is not working while creation of the delivery

    Hi, Credit check is not performing while creation of the delivery. As per current settings, there is no credit check at SO level. Ideally, system should show an error message while creation of the delivery if credit limit of the customer is exceeds.

  • Music and photos are not synching through icloud

    Just purchased an I-phone 6.  My 4s was backed up to icloud.  After restoring using icloud only about 20% of my music and 50% of my photos were transferred.  Am I not doing something?

  • Sending Binary Data using HTP package

    Has anyone been successful in using the HTP package and its PUTRAW procedure to send binary data to a browser? Example code shows basic idea: create or replace procedure test_raw as output VARCHAR2(20); begin OWA_UTIL.MIME_HEADER('application/x-gzip'