Background Color Issues!

I am having trouble viewing artwork after applying a new background color. The artwork was originally black, but was changed to white prior to the background change. I changed from a default white artwork background to a black background. My artwork doesn't show through the black. Im sure I am missing something simple, but please help! Im new to the program, and am trying to teach myself. Any general tips/shortcuts would also be greatly appreciated.

Sounds like it might be an overprint problem. First check your artwork in Overprint Preview. If everything that should be white looks black it is most likely that when you changed from balck to white you forgot to remove the overprint. Check Attributes panel.

Similar Messages

  • AS2 TextInput Background Color - Issues when trying to change dynamically

    Hello,
    I'm having issues changing a TextInput background color after the initial onLoad using AS2.
    On load, I have no issues setting the background color with this code:
    Code:
    onClipEvent (load) {
        this.background = true;
        this.backgroundColor = 0x1E1C1C;
    However, I have a form validator run when focus is lost but yet I cannot set the background color at that point. For example, I'm trying to set the background color to orange and text to white if the field's contents are invalid. Even something simple like this doesn't affect the colors.
    Code:
    on (focusOut) {
            this.backgroundColor = 0xFAA523;
            this.borderColor = 0xFAA523;
            this.borderStyle = "solid";
            this.color = 0xFFFFFF;
            this.text = 'Enter your first name';
    All code is in actions for the TextInput itself.
    Anyone know what I'm doing wrong?
    Thanks in advance!

    Actually, that's not the solution. You need to use setStyle to access the backgroundColor property when the TextInput is already generated.
    This worked for me:
    this.setStyle("backgroundColor",0x1E1C1C);

  • Default background color issue

    Hi,
    I am trying to change themes at run-time using
    StyleManager.loadStyleDeclarations(). Whenever I switch to a theme,
    the default theme's background color shows up for a fraction of a
    second. I tried using the "StyleEvent.COMPLETE" event handler but
    it doesn't seem to work. Is there a way to remove this? I want the
    transition from my current theme to the next theme to be smooth
    without the default background color appearing. If anybody can
    please provide a solution for this, It would be a great help.
    Thanks,
    Jai

    quote:
    Originally posted by:
    LuigiL
    Project -> Properties -> Flex Compiler -> add the
    default color:
    -default-background-color 0xFFFFFF
    That's not what he's talking about... He's saying if you load
    a CSS file with loadStyleDeclarations(), it will momentarily flash
    the default, green Halo theme before switching to the new style...
    If I load up my white theme (White.swf -- compiled to swf from css)
    and then I want to change to my red theme (Red.swf) like:
    StyleManager.unloadStyleDeclarations("White.swf");
    StyleManager.loadStyleDeclarations("Red.swf");
    At the * point in the execution, it will flash the green Halo
    theme instead of just making a smooth transition from white to
    red... It doesn't look so professional...
    I have the same problem when switching themes, and it's very
    annoying... Guess I'll keep an eye on this thread...

  • Field background color issues

    I have a form with a table holding 20+ text fields and menu
    fields. All are
    set with a class to set the font and background color. Some
    of the fields
    are a light tan and some are gray like they are supposed to
    be. But I can't
    find anything in the code that should make this difference.
    any ideas???? anyone?

    That is unf**king amazing. I had no idea that was the
    culprit. I spent
    hours looking and searching through stuff to find that.
    thanks!!!!
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:er56p0$mj4$[email protected]..
    > Google toolbar?
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Terry" <[email protected]> wrote in message
    > news:er55jt$ktj$[email protected]..
    >>I have a form with a table holding 20+ text fields
    and menu fields. All
    >>are
    >> set with a class to set the font and background
    color. Some of the
    >> fields
    >> are a light tan and some are gray like they are
    supposed to be. But I
    >> can't
    >> find anything in the code that should make this
    difference.
    >> any ideas???? anyone?
    >>
    >
    >

  • My Faces t:panelTabbedPane Background Color Issue.

    Hi
    I am using the <t:panelTabbedPane> and <t:panelTab>. I am trying to applying below mentioned CSS for the background color for tabs.
    .tabpanel{position:absolute; cursor:hand; font-weight: bold; text-align: center; border: 1px;
    border-color:#ffffff; border-style:outset; background-color:#E8F1EB; border-bottom-style:none;
    margin:0px;}
    And i am using the styleClass in t:panelTab and using activeTabStyleClass and activeSubStyleClass but it is not effecting.
    Any help would be appreciated
    Thanks in advace.
    Satish Cheedalla.

    what do u mean change JApplet background color?
    when I created the GUI I've put this command :
    frame.getContentPane().setBackground(Color.BLACK);I've made all my panels opaque(false) and now in the AppletViewer everithings the same(black), and in webpage, everithing is gray(the default color).

  • CSS  coloumn background color Issue in IE8

    Hi,
    JDev: 11.1.1.4.
    The following style class is not working in ie8 where as it is working in FireFox.
    <af:column sortProperty="Description" filterable="true"
    headerText="#{bindings.SetupVO1.hints.Description.label}"
    styleClass="#{row.bindings.Date.attributeValue gt row.bindings.sDate.attributeValue? tableRowCreate :''}"
    id="c20" >
    <af:inputText value="#{row.bindings.Description.attributeValue}"
    label="#{bindings.SetupVO1.hints.Description.label}"
    columns="#{bindings.SetupVO1.hints.Description.displayWidth}"
    shortDesc="#{bindings.SetupVO1.hints.Description.tooltip}"
    id="it19" autoSubmit="true">
    </af:inputText>
    </af:column>
    CSS StyleClass:
    .tableRowCreate{
    background-color: #CC9966;
    Thanks,
    Rajesh

    Hi Rajesh ,
    I tried applying this style , It works fine for me in IE8.
    I am using Jdev 11.1.1.3.0
    but this shouldnt be the cause , can u try installing firebug and see the style class getting applied to column

  • Setting Canvas Background Color issue

    For some reason I cannot set a color for my canvas background. I have tried using setStyle('backgroundColor', colorNumber); in actionscript and setting directly in the mxml with no success. It only takes the value that is set in the design mode of Flex.  Ideally I want to load in a color value from an xml file and use that color value, which I have been doing for other components, but for some reason the canvas will not work. Any ideas???

    Ok this is complete code, where i'm reading xml through wrapper which you can do it through HTTPservice. Make sure you put proper swf name while embeding.
    <!--------------------------------------------------------------mxml code---------------------------------------------------------------------->
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="create()" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#FFFFFF, #FFFFFF]">
    <mx:Script>
    <![CDATA[
    import mx.utils.ColorUtil;
    import com.anychart.visual.fill.Fill;
    import com.anychart.styles.Style;
    import mx.collections.XMLListCollection;
    import mx.rpc.events.ResultEvent;
    import mx.controls.Alert;
    [Bindable]
          public var inputdata:XMLListCollection;
          [Bindable]
         public var canvasData:String;
         [Bindable]
         public var list:XMLList;
         [Bindable]
         public var mycolors:Array = new Array();
         public var count:int=0;
         public var clrname:String;
        public function create():void{
        //Reading data from wrapper
        canvasData=mx.core.Application.application.parameters.canvasData;
        //convert into xml      
            list = new XMLList(canvasData);
            //datasource
            inputdata = new XMLListCollection(list);
            for(var j:int=0;j<3;j++){
        for each(var item:XML in inputdata){
    mycolors[j] =item..name[j].toString();
        public function showme():void{
        var value:String=" ";
        for(var i:int=0;i<3;i++){
        value = mycolors[i]+"\n"+value;
        Alert.show(value);    
        public function change():void{
        if(count == 3){
        count=0;
        clrname=mycolors[count];
        else{
        clrname=mycolors[count];
        Alert.show(count+" "+clrname); //This alert line is optional you can remove it all other lines are imp.
        count++;
        mycanvas.setStyle("backgroundColor",clrname);
    ]]>
    </mx:Script>
    <mx:Panel x="246.5" y="48" width="500" height="544" layout="absolute" backgroundColor="#E8E5E5">
    <mx:Canvas id="mycanvas" x="55" y="40" width="370" height="436" backgroundColor="0xFFFFFF" cornerRadius="20">
    <mx:Label x="51" y="55" text="This is Canvas" width="147" height="23" fontSize="17"/>
    <mx:Button id="btn1" x="51" y="99" label="Show me" click="showme()"/>
    <mx:Button id="btn2" x="152" y="99" label="Change"  click="change()"/>
    </mx:Canvas>
    </mx:Panel>
    </mx:Application>
    <-------------------------------------------------------------------------------jsp code where swf embeded--------------------------------------------------------------------------->
    <html lang="en">
    <head>
    <title></title>
    <%
        String canvasData = "<values><name>0xE4F9A0</name><name>0xA5BC4E</name><name>0x6693B0</name></values>";
    %>
    </head>
    <body scroll="no">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    id="problem" width="100%" height="100%"
    codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
    <param name="movie" value="problem.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#869ca7" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name='FlashVars' value='canvasData= <%= canvasData %>'/>
    <embed src="problem.swf" quality="high" bgcolor="#869ca7"
    width="100%" height="100%" name="problem" align="middle"
    play="true"
    loop="false"
    quality="high"
    allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash"
    pluginspage="http://www.adobe.com/go/getflashplayer"
    FlashVars="canvasData= <%= canvasData %>">
    </embed>
    </object>
    </body>
    </html>

  • Palette Background Color Issue...

    Duplicate post removed by poster. Sorry folks!

    Hi ArrrBee,
    Do you mean you created a panel with Configurator, after
    export it into Photoshop, you find this panel has a white
    background? Does this panel show the objects in it? Or it is just a
    blank panel, no tools/buttons in it?
    We haven't met this situation before. So could we get your
    exported panel folder to investigate this? You can find the
    exported folder under Plug-ins/panels folder of Photoshop
    Installation path. The folder name is the same as the panel name
    that you exported.
    And please tell us which platform and the Photoshop version
    your used.

  • SSRS 2012 background color format by expression issue when exporting to Excel.

    We are using SSRS 2012. We have a report that conditionally formats a background color for some cells. The report renders properly in a browser and in Excel 2003 format. In Excel format all cells after the first one that meets the condition are highlighted,
    even if only one cell should.
    The sample expression that triggers this condition looks like this:
    =IIF(Fields!VIOL_NOTE.Value="Internal","Green","No Color")
    All cells after the first one that meets the condition Fields!VIOL_NOTE.Value="Internal" have a green background.
    Excel 2003 (proper) results:
    Excel (improper) results:
    Zenon

    Hi Zenon,
    Based on your description, I try to reproduce the issue in my test environment, however it is work well. After export the report to Excel and Excel 2003, I can get exact same result when open the Excel file in Excel 2010.
    Did you open the repot in Excel 2003 or Excel 2007-2010? Please post more deatils, so we can help to work out this issue.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click
    here.
    Fanny Liu
    TechNet Community Support

  • Export to Excel Issue - Background Colors

    Hi,
    I have upgraded report server from 2005 to 2008R2. I have an issue where in my code 2 separate reports are output into Excel. When this happens the background color is a random bright color such as green and yellow.
    I tried creating a new report in the same solution but I get the same issue. I also tried setting colors in report to just black & white but no change.
    I found
    this KB but does not help in my situation as no manual copy/paste.
    Any ideas? Thanks!
    string differencesFile = "myfilepath";
    Excel.Application xlApp;
    Excel.Workbook finalWorkbook;
    Excel.Workbook xlWorkbook;
    Excel.Worksheet balancesWorksheet;
    Excel.Worksheet differencesWorksheet;
    Excel.Worksheet newWorksheet;
    object missing = System.Reflection.Missing.Value;
    xlApp = new Excel.ApplicationClass();
    xlWorkbook = xlApp.Workbooks.Open(differencesFile, 0, true, 5, "", "", true, Microsoft.Office.Interop.Excel.XlPlatform.xlWindows, "\t", false, false, 0, true, 1, 0);
    differencesWorksheet = (Excel.Worksheet)xlWorkbook.Sheets[1];
    finalWorkbook = xlApp.Workbooks.Add(missing);
    newWorksheet = (Excel.Worksheet)finalWorkbook.Sheets.Add(missing, missing, missing, missing);
    differencesWorksheet.Copy(missing, newWorksheet);
    xlWorkbook.Close(false, differencesFile, false);

    Hi obrienkev,
    In order to trouble shoot this issue more efficiently, could you tell me what’s the function of this code you posted? What do you want to do with this code? Could you explain it more details?
    As to your issue, please try to directly export the report to Excel to check this issue again. Are you get the correct background color in the report or with the same issue? Tell us more detail information, then we can make further analysis.
    Thank you for your understanding.
    Regards,
    Katherine xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • IGS issue , not showing background color.

    Hello ,
    I have bulid a dashborad on which we are showing businees graphic as speedometer.
    Now problem is  i want to change the background color where my speedometer is placed..
    process i followed is :
    right clicked on Business graphic element and clicked on Edit Customizing.
    than in the overview tab i choose "Background" and in the Broder properties i have given different colors code.
    But when i run my application no color gets display....
    Few plp suggested to add some tag in the IGS.XML , i dont know what to add in it..
    this IGS basis people took from the server and gave to us ...
      <?xml version="1.0" ?>
      <!DOCTYPE kernelPatches (View Source for full doctype...)>
    - <kernelPatches name="BC-FES-IGS" vendor="sap.com" sequenceFile="IgsTasksSequence.xml" sequence="process">
    - <os code="*">
    - <cmdVersion extractor="SAPCAR" archiveId="IGS" cmd="igswd">
      <arg value="-version" />
      </cmdVersion>
      <sar name="IGS.SAR" pattern="IGS.*\.SAR" dir="igs" id="IGS" manifest="igsmanifest.mf" opCode="X" required="Y" />
      <sar name="SAPCAR" opCode="C" required="N" dir="igs" />
      </os>
    - <os code="WIN">
    - <cmdVersion extractor="SAPCAR.EXE" archiveId="IGS_WIN" cmd="igswd">
      <arg value="-version" />
      </cmdVersion>
      <sar name="IGS.SAR" pattern="IGS.*\.SAR" dir="igs" id="IGS_WIN" manifest="igsmanifest.mf" opCode="X" required="Y" />
      <sar name="SAPCAR.EXE" opCode="C" required="N" dir="igs" />
      </os>
    - <os code="OS4">
    - <cmdVersion extractor="SAPCAR" archiveId="IGS_OS4" cmd="igswd">
      <arg value="-version" />
      </cmdVersion>
      <sar name="IGS.SAR" pattern="IGS.*\.SAR" dir="igs" id="IGS_OS4" manifest="igsmanifest.mf" opCode="X" required="Y" />
      <sar name="SAPCAR" opCode="C" required="N" dir="igs" />
      </os>
      </kernelPatches>

    Also somtimes when i click on Edit customizing it saying
    Information message as
    Object 'D6RX8LV20IZIFHIS257Y3W2LS.xml' not found
    as part of address
    'sap/bc/webdynpro/zwdsmf_dashboard//D6RX8LV20IZIFH
    I'
    Please help.

  • SSRS 2012 Conditional Formatting Color Issues When Exporting to Excel

    Hi all,
    We recently upgraded to SQL 2012 from SQL2008 R2. I'm having a strange issue with SSRS2012.
    One of the report has conditional formattings on cell background colors. Everything works fine when render the report in browser or preview mode. However, the conditional formatting stop working when export the report to Excel (no issues if
    export to pdf). All cells are high-lightened with pre-defined color although it should only high-lighten those cells that fulfil the condition.
    Has someone encountered this issue before ? Thanks for any help.

    Hi ZZ02,
    I have test the scenario in my testing environment, however, everything goes well when exporting to Excel format. The issue might be related to the expression for the conditional background color. To make further analysis, please post the expression as well
    as the report design structure.
    Additionally, in SQL Server 2012 Reporting Services, the Excel rendering extension renders a report to the native format of Microsoft Excel 2007-2010, the format of which is ExcelOpenXML. By default, the previous version of the Excel rendering extension,
    compatible with Microsoft Excel 2003, is disabled. At this time, I suggest that you enable the Excel 2003 rendering extension by modifying the RSReportServer.config file. After that, the Excel 2003 rendering format will be available on report manager (not
    available in Report Designer). So, please export the report from report manager and check the result again.
    For more information about enable the Excel 2003 rendering extension, please see:
    http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/0713de27-dcc0-4e51-81ac-5272647d171f
    Regards,
    Mike Yin
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here. 
    Mike Yin
    TechNet Community Support

  • Background-color:transparent !important; is not working in IE

    Hi,
    In my sharepoint site i have used "background-color:transparent !important;" css. It is not working in IE but in Mozilla is working fine.
    And I am using IE 11. Please let me know is there any thing wrong in the syntax. If that is the case please provide me correct solution for that.
    Any help would be greatly appreciated. 
    Regards,
    Saya 

    Thank you for your reply.
    I have checked given links. Those are not use for this issue.
    Actually in my sharepoint site the same code "background-color:transparent
    !important;" was working fine before installing sharepoint 2010 service pack 2. After installation we got this issue. And if i change "transparent"
    with any color, it is applying that color. Only "transparent"
    background css is not working in IE.

  • Background Color - RGB Value

    Hello,
    I have embedded a video in this post. I have a FCP background color RGB Value 102, 151, 202. YOu can see the bad results in the video. The text almost starts out gray, then fades into white - which it should just simply fade in.
    If I place the background in Motion - I don't have this issue - but I use Motion for titling.
    Keep in mind, this is simply a test project, not the real project i was working with, but I replicated the issue. Any help would be greatly appreciated.
    http://web.mac.com/chris.ducasse/mtest/test.mp4

    This is probably bug 777312. Call Support for the latest info on this bug and for help getting it fixed.

  • How to change the background color of a single row

    Hi OTN,
    I am using JDeveloper 11.1.1.2 with ADF faces in view layer.My issue is How to change the background color of a single row in af:table ?.

    How to highlight ADF table row based on column value?
    Found by searching

Maybe you are looking for