Code Coloring - black background

Has somebody Dreamweaver 8 configured to use black background
in Code Editor? If so, please distribute the ColorCodings XML files
somewhere.
Thank you very much
cs

If you are comfortable manually editing Registry/Preferences
and raw
XML, then try this:
1. Shutdown DW
2. Edit Configuration/CodeColors/Colors.xml and do a global
change of
"#000000" (black) to "#FFFFFF" (white).
Note: be sure to edit Colors.xml in your User (not
Application)
Configuration folder. This TechNote explains the difference:
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16420
3. (On Windows) Using regedit, go to:
\\HKEY_CURRENT_USER\Software\Macromedia\Dreamweaver 8\Tag
Colors
Change all "#000000" (black) values to "#FFFFFF" (white)
Change "Background Color" to "#000000"
Close regedit
4. Restart DW.
You may need to tweak a few settings in Code Coloring editor,
but that
should get you most of the way there.
Hope this helps,
Randy
> Has somebody Dreamweaver 8 configured to use black
background in Code Editor? If so, please distribute the
ColorCodings XML files somewhere.

Similar Messages

  • White lines of code on black background upon starting up

    I recently sent my Macbook in due to problems with the screen going dark for no reason. Upon recieving the laptop back, I noticed problems upon starting. When I restart my laptop, there are white lines of code on a black background. I called in to support, but my support expired and here I am searching for help. They told me that I needed to try and reset my drivers, or my HDD is bad. To reset my drivers they gave me a combination of keys to press upon restarting, but I don't remember the combination of keys. I have repaired my disk using the install CD, but still am having problems.
    It's crazy that I send my laptop in and get it back with other problems... Any help is appreciated becuase Apple surely isn't helping.
    Macbook   Mac OS X (10.4.8)   Core Duo w/ Bootcamp

    Turn the computer off. Wait one minute. Restart. If you are still booting into single-user mode (black screen with white print) then at the prompt enter:
    reboot
    Then press return. If this does not start you up into OS X then there's a system problem. You will need to reinstall OS X. You can do this using the Archive and Install option that does not require you to erase the hard drive. Your old system will be archived in a Previous System Folder at the root of the hard drive.
    Before performing the Archive and Install you should do the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. Then select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then quit DU and return to the installer. Now proceed with the OS X installation.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • My code panel has an entirely black background and i can not see the coding how can i correct this?

    my code panel has an entirely black background and i can not see the coding how can i correct this?

    cs5 , windows, i don't even know how it changed? and yes all files but after 3 hrs burned here at work i figured it out:
    Before:
    click the format source code button
    Preferance panel will show up>code coloring>Default Background
    Correct:
    Thank you for your reply
    Message was edited by: Graphixqueen1

  • Trying to use windows in high contrast mode but DW CC goes all black background too and I loose code coloring. I dont mind the black, but code coloring must be essential

    Is there a way to keep the code coloring when using windows in high contrast appearance?

    Sorry, I don't have your version, but have you checked in your personal configuration folder and editing these files?
    https://forums.adobe.com/message/2260994#2260994
    CodeColoring.xml
    Colors.xml
    You can also download color schemes like
    http://www.xenon-webdesign.co.uk/dev/dark-code-view-theme-color-scheme-dreamweaver-cs3-sub lime-text-skin/

  • Printing AnyGantt creates black background color

    I use a customized AnyGantt chart. When I try to print it on a page A3 I get a mean issue with the background color. It becomes black. The Chart itself looks good.
    When I try the same with examples from AnyChart.com the no black background appears. I don't see a difference.
    The black background occurs with my PDF Creator, my real printer and if I save it as a picture.
    Example application: http://apex.oracle.com/pls/apex/f?p=ANYGANTT_PROBLEM:1
    If you add my source code as XML data you should see a nice Gantt diagram with damn printing problems!
    Here is my source code:
    <?xml version = "1.0" encoding="UTF-8" standalone = "yes"?>
    <anygantt>
      <settings>
        <print mode="SinglePage">
           <margin left="10" top="80" bottom="20" right="10" />
        </print>
        <navigation enabled="True" position="Top" size="30">
           <buttons collapse_expand_button="false" align="Far"/>
              <text>AU 2011</text>
              <font face="Verdana" size="10" bold="true" color="White"/>
              <background>
                 <fill type="Gradient">
                    <gradient>
                       <key color="#B0B0B0" position="0"/>
                       <key color="#A0A0A0" position="0.3"/>
                       <key color="#999999" position="0.5"/>
                       <key color="#A0A0A0" position="0.7"/>
                       <key color="#B0B0B0" position="1"/>
                    </gradient>
                 </fill>
                 <border type="Solid" color="#494949"/>
              </background>
        </navigation>
      </settings>
      <styles>
        <defaults>
          <period>
            <period_style>
              <tooltip>
                <text>
    Description: {%activity}
    Time: {%start} - {%end}
                </text>
              </tooltip>
            </period_style>
         </period>
       </defaults>
       <period_styles>
          <period_style name="1"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#64b1db"></fill><border enabled="true" color="#4983a3"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="2"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#eaac85"></fill><border enabled="true" color="#c4896f"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="5"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#337d1c"></fill><border enabled="true" color="#1a3e0e"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="6"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#56d7bf"></fill><border enabled="true" color="#49a386"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="7"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#ef9c34"></fill><border enabled="true" color="#a05f0d"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="8"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#d043c3"></fill><border enabled="true" color="#7e2075"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="9"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#cccd18"></fill><border enabled="true" color="#767713"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="10"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#87aa22"></fill><border enabled="true" color="#617a1a"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
          <period_style name="11"><bar_style><middle shape="Full"><fill enabled="true" type="Solid" color="#124c87"></fill><border enabled="true" color="#0d3a68"></border></middle><labels><label anchor="Center" valign="Center" halign="Center"><text>{%anzeige_text}</text><font face="Verdana" size="11" bold="false" color="Black"></font></label></labels></bar_style></period_style>
       </period_styles>
    </styles>
      <timeline>
        <plot line_height="50" item_height="44" item_padding="3"/>
        <scale start="2011.2.1" end="2012.2.1" >
          <patterns>
            <years>
              <pattern>%yyyy</pattern>
            </years>
            <months>
              <pattern>%MMMM</pattern>
              <pattern is_lower="true">%MMMM</pattern>
            </months>
            <weeks>
              <pattern>KW %e</pattern>
              <pattern is_lower="true">KW %e</pattern>
            </weeks>
            <days>
              <pattern>%dd</pattern>
              <pattern is_lower="true">%dd</pattern>
            </days>
          </patterns>
          <zoom>
            <maximum date_unit="Month" pixels="180" />
          </zoom>
        </scale>
      </timeline>
      <datagrid enabled="true" width="180">
          <columns>
            <column width="180" cell_align="Left">
                <header><text>Categories</text></header>
                <format>{%Name}</format>
            </column>
        </columns>
      </datagrid>
      <resource_chart>
        <resources>
          <resource name="AA" id="102"><attributes><attribute name="code">Das Test Test Test Test für Test Test Test im Jahr</attribute></attributes></resource>
          <resource name="BB WP" id="103"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="CC SP" id="104"><attributes><attribute name="code">Test SP</attribute></attributes></resource>
          <resource name="DD" id="105"><attributes><attribute name="code">Test</attribute></attributes></resource>
          <resource name="EE" id="106"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="FF" id="107"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="GG" id="108"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="HH" id="109"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="II" id="110"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="MM" id="111"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="NN" id="112"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="KK" id="113"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="RR" id="114"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="TT / PR" id="115"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="SS" id="116"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="XX" id="117"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="ZZ" id="118"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="QQ" id="119"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="Test (1)" id="120"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="Test (2)" id="121"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="Test (3)" id="122"><attributes><attribute name="code"></attribute></attributes></resource>
          <resource name="Test (4)" id="123"><attributes><attribute name="code"></attribute></attributes></resource>
        </resources>
        <periods>
          <period resource_id="104" name="112" start="2012.1.30" end="2012.2.26" style="8"><attributes><attribute name="activity">asdsadasdsad</attribute><attribute name="anzeige_text">666666</attribute></attributes></period>
          <period resource_id="106" name="118" start="2011.2.18" end="2011.3.9" style="1"><attributes><attribute name="activity">asdfasdfsadf </attribute><attribute name="anzeige_text">234324324234</attribute></attributes></period>
          <period resource_id="105" name="117" start="2011.4.18" end="2011.4.9" style="1"><attributes><attribute name="activity">asdfasdfasdf -</attribute><attribute name="anzeige_text">345435435</attribute></attributes></period>
          <period resource_id="107" name="120" start="2011.1.18" end="2011.2.9" style="1"><attributes><attribute name="activity">adfasdfsdaf</attribute><attribute name="anzeige_text">4534535435</attribute></attributes></period>
          <period resource_id="104" name="111" start="2011.2.28" end="2011.8.28" style="2"><attributes><attribute name="activity">afesdfsf</attribute><attribute name="anzeige_text">G33333t</attribute></attributes></period>
          <period resource_id="104" name="110" start="2011.1.31" end="2011.2.27" style="7"><attributes><attribute name="activity">Vadfsdfsdf</attribute><attribute name="anzeige_text">1111222</attribute></attributes></period>
          <period resource_id="105" name="114" start="2011.1.3" end="2011.1.17" style="9"><attributes><attribute name="activity">adsfsdf</attribute><attribute name="anzeige_text">9999</attribute></attributes></period>
          <period resource_id="109" name="121" start="2011.1.3" end="2011.1.17" style="1"><attributes><attribute name="activity">adfsfddsafe_text">99997777</attribute></attributes></period>
          <period resource_id="108" name="116" start="2011.1.3" end="2011.1.17" style="9"><attributes><attribute name="activity">aedsfasdf </attribute><attribute name="anzeige_text">9999</attribute></attributes></period>
          <period resource_id="106" name="115" start="2011.1.3" end="2011.1.17" style="9"><attributes><attribute name="activity">adfsf </attribute><attribute name="anzeige_text">*1231237,95 €</attribute></attributes></period>
          <period resource_id="105" name="119" start="2011.2.10" end="2011.3.6" style="1"><attributes><attribute name="activity">999 - 06.03</attribute></attributes></period>
          <period resource_id="102" name="106" start="2011.6.15" end="2011.8.29" style="1"><attributes><attribute name="activity">Soasdfasdfext">Sommerlaune</attribute></attributes></period>
          <period resource_id="102" name="113" start="2011.8.30" end="2011.12.23" style="2"><attributes><attribute name="activity">Eiasdasdttribute</attribute><attribute name="anzeige_text">888888</attribute></attributes></period>
          <period resource_id="102" name="105" start="2011.3.30" end="2011.6.14" style="2"><attributes><attribute name="activity">FamasdsadW 23</attribute><attribute name="anzeige_text">88 +77</attribute></attributes></period>
          <period resource_id="115" name="125" start="2011.5.30" end="2011.7.14" style="11"><attributes><attribute name="activity">Familsdasdofrost* - </attribute><attribute name="anzeige_text">999</attribute></attributes></period>
          <period resource_id="103" name="108" start="2011.8.1" end="2011.8.28" style="6"><attributes><attribute name="activity">Verasdasdung WP</attribute><attribute name="anzeige_text">333</attribute></attributes></period>
          <period resource_id="103" name="109" start="2011.8.29" end="2012.3.4" style="5"><attributes><attribute name="activity">Güsdsadkeit</attribute><attribute name="anzeige_text">11133</attribute></attributes></period>
          <period resource_id="109" name="122" start="2011.10.7" end="2011.12.29" style="8"><attributes><attribute name="activity">Osasdasdkte - </attribute><attribute name="anzeige_text">111</attribute></attributes></period>
          <period resource_id="115" name="124" start="2011.1.18" end="2011.3.29" style="10"><attributes><attribute name="activity">Leicasdasdnährung - </attribute><attribute name="anzeige_text">234324</attribute></attributes></period>
          <period resource_id="102" name="104" start="2011.1.18" end="2011.3.29" style="1"><attributes><attribute name="activity">ssa in den asfasfen FrühlsfsafKW 12</attribute><attribute name="anzeige_text">2222</attribute></attributes></period>
          <period resource_id="112" name="123" start="2011.1.18" end="2011.3.29" style="2"><attributes><attribute name="activity">soasfosfasfthlon - </attribute><attribute name="anzeige_text">9999</attribute></attributes></period>
          <period resource_id="103" name="107" start="2011.1.3" end="2011.2.27" style="5"><attributes><attribute name="activity">Gülasdfrteilung - Gasfasf Vasdeilung</attribute><attribute name="anzeige_text">123123</attribute></attributes></period>
        </periods>
      </resource_chart>
      </anygantt>Edited by: Tobias Arnhold on Feb 3, 2011 11:28 AM

    For your information. I opened a ticket by AnyChart:
    Hi AnyChart-team!
    I have a huge problem with printing an AnyGantt chart.
    The description of problem:
    When I use the following syntax in my style section:
      <styles>
       <period_styles>
        <period_style name="p1">
          <bar_style>
            <labels>
              <label>
                <text>{%start}</text>
                <font color="Black" />
              </label>
            </labels>
            <middle shape="Full">
              <fill enabled="true" type="Solid" color="DarkSeaGreen" />
              <border enabled="true" color="#656565" />
            </middle>
          </bar_style>
            </period_style>
        </period_styles>
      </styles>The print output crashes with the effect that some shapes are not visible anymore. If I use no Label styles then it works:
      <styles>
       <period_styles>
        <period_style name="p1">
          <bar_style>
            <middle shape="Full">
              <fill enabled="true" type="Solid" color="DarkSeaGreen" />
              <border enabled="true" color="#656565" />
            </middle>
          </bar_style>
            </period_style>
        </period_styles>
      </styles>I came along another issue with an old Flash Player version and tried the newest one: 10,1,102,64
    Then this issue came up. In the older version: 10,8,84 it worked without any issues.
    The PDF: Flash.pdf shows the problem.
    I do not understand the black background color inside the PDF either?
    XML file with all settings that cause the problem: Example from http://www.anychart.com/products/anygantt/docs/users-guide/index.html (Visual Settings)
    <anygantt>
      <styles>
       <period_styles>
        <period_style name="p1">
          <bar_style>
            <labels>
              <label>
                <text>{%start}</text>
                <font color="Black" />
              </label>
            </labels>
            <middle shape="Full">
              <fill enabled="true" type="Solid" color="DarkSeaGreen" />
              <border enabled="true" color="#656565" />
            </middle>
          </bar_style>
            </period_style>
        </period_styles>
      </styles>
      <resource_chart>
        <resources>
          <resource id="res_1" name="Resource 1"/>
          <resource id="res_2" name="Resource 2"/>
          <resource id="res_3" name="Resource 3"/>
          <resource id="res_4" name="Resource 4"/>
        </resources>
        <periods use_hand_cursor="false">
          <period resource_id="res_1" start="2008.01.13" end="2008.04.25" style="p1"/>
          <period resource_id="res_1" start="2008.06.01" end="2008.11.29" style="p1"/>
          <period resource_id="res_2" start="2008.03.18" end="2008.08.14" style="p1"/>
          <period resource_id="res_2" start="2008.09.10" end="2008.12.18" style="p1"/>
          <period resource_id="res_3" start="2008.01.22" end="2008.04.29" style="p1"/>
          <period resource_id="res_3" start="2008.06.03" end="2008.08.14" style="p1"/>
          <period resource_id="res_3" start="2008.09.02" end="2008.12.07" style="p1"/>
          <period resource_id="res_4" start="2008.02.27" end="2008.11.01" style="p1"/>
        </periods>
      </resource_chart>
      <datagrid width="136">
        <columns>
          <column width="30">
            <header>
              <text>#</text>
            </header>
            <format>{%RowNum}</format>
          </column>
          <column attribute_name="Name" width="100">
            <header>
              <text>Resource</text>
            </header>
            <format>{%Name}</format>
          </column>
        </columns>
      </datagrid>
      <timeline>
        <scale start="2008.01.01." end="2009.01.01"/>
        <plot line_height="30" item_height="20" item_padding="5"/>
      </timeline>
      <settings>
        <background enabled="false"/>
        <navigation>
          <buttons collapse_expand_button="false"/>
        </navigation>
      </settings>
    </anygantt>
    Version of product that you're using:
    AnyGantt 4.1.0
    Adobe Flash Player 10,1,102,64
    Answer:
    Tobias,
    we are working on the several printing issues now and will be releasing a new version in a week or two, I hope this bug will be fixed too.
    Have a good day,
    AnyChart
    Edited by: Tobias Arnhold on Feb 4, 2011 9:38 AM

  • JAI - Saved image has black background (unless screen config is True Color)

    Hi!
    I'm trying to save images using JAI's codecs. Everything is okay if screen config is True Color, but if in 256 colors (or even in 65536 colors) the background of my images looks very dark...
    Can you please have a look at the code bellow (and try it with some different screen configs). I'm really stuck with that issue; any suggestion may help...
    NOTE:
    - I've noticed this problem when using JAI's jpeg codec.
    - The problem occurs with both JDK 1.3 and 1.4.
    - The problem does not occur (only) if screen config is True Color.
    - You must rerun the code after changing screen config.
    Thanks for help...
    cbmn2
    +++++++++++++++++++
    import java.awt.*;
    import com.sun.media.jai.codec.*;
    import javax.media.jai.*;
    import java.awt.image.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.*;
    import java.io.*;
    import java.awt.image.renderable.*;
    public class Test2 extends JFrame
    String codecFormat = "jpeg";
    String outFilePath = "./test.jpg";
    JPanel jp;
    JButton jb;
    MyActionListener mal = new MyActionListener();
    public Test2()
    setSize(800,600);
    Container cp = getContentPane();
    cp.setLayout(null);
    jp = new JPanel(){
    public void paintComponent(Graphics g)
    super.paintComponent(g);
    Dimension dim = getSize();
    // initialization...
    //==================
    g.setColor(Color.white);
    g.fillRect(0, 0, dim.width, dim.height);
    // some drawing...
    //=================
    int inset = 10;
    g.setColor(Color.red);
    g.fillRect(inset, inset, dim.width-2*inset, dim.height-2*inset);
    jp.setBounds(10,10,400,300);
    jp.setBorder(new EtchedBorder(EtchedBorder.LOWERED));
    cp.add(jp);
    jb = new JButton("Save image to '"+outFilePath+"'");
    jb.setBounds(10,320,400,50);
    jb.addActionListener(mal);
    cp.add(jb);
    class MyActionListener implements ActionListener
    public void actionPerformed(ActionEvent ae)
    Object source = ae.getSource();
    if (source == jb)
    jb_actionPerformed(ae);
    public void jb_actionPerformed(ActionEvent ae)
    try {
    Image image = jp.createImage(jp.getWidth(), jp.getHeight());
    jp.paint(image.getGraphics());
    saveImage(image, outFilePath, codecFormat);
    JOptionPane.showMessageDialog(this, "File '"+outFilePath+"' is now saved...");
    catch(Exception e) {
    JOptionPane.showMessageDialog(this, "Oops! An exception occured...");
    public void saveImage(Image image, String filePath, String format) throws Exception
    // conversion Image => RenderedImage
    //==================================
    RenderedImage renderedImage = JAI.create("AWTImage", image);
    ParameterBlock pb = new ParameterBlock();
    pb.addSource(renderedImage);
    pb.add(DataBuffer.TYPE_BYTE);
    renderedImage = JAI.create("format", pb);
    // saving file
    //=============
    JAI.create("filestore", renderedImage, filePath, format);
    public static void main(String[] args)
    (new Test2()).setVisible(true);
    }

    try this:
    BufferedImage bi = new BufferedImage(1728,500,BufferedImage.TYPE_BYTE_BINARY);
    Graphics2D big = bi.createGraphics();
    Graphics2D g2 = bi.createGraphics();
    big.setFont(new Font("Dialog", Font.PLAIN, 20));
    big.setColor(Color.WHITE);
    big.fillRect(0,0,1728,500);
    big.setColor(Color.BLACK);
    big.drawString("Data/Time Created:" + new java.util.Date(), 80, 210);
    big.drawString("POLICY NUMBER: 1711215 NAME OF CALLER: BENEFICIARY", 80, 230);
    big.drawString("Requested: Loan Request XXXXXXXXXXXXXXXXXXXXXXXXXXXXX Current Loan Value: $0.00", 80, 270);
    g2.drawImage(bi, 0, 0, null);

  • Problem: Light color shadow on top of black background when printing

    Using InDesign CS3, PC.
    I have a book cover design that looks perfect on screen. There is a section with a black background and colored letters on top of it. Also on top of this black background is an image of a dinosaur (made in illustrator CS3). The image was placed into the InDesign file and does not have any color to the background. But when it is printed (Xerox Phaser), there is a colored shadow where the image overlaps the black background section.
    There are also colored areas over other black background sections where drop shadows (35%) occur on top of the black background.
    Could anyone tell me what I am doing wrong? I have never dealt with 100% black in my designs before and I must be doing something wrong.
    Again, on the screen you cannot see any of these colored areas on top of the black background. It's only when I print that they show up.
    Thank you,
    Cathy

    http://indesignsecrets.com/eliminating-ydb-yucky-discolored-box-syndrome.php
    http://indesignsecrets.com/eliminating-the-white-box-effect.php
    Bob

  • Change menus to black background and white text (not invert colors option)?

    I have an iPhone 5 on the way to me as I got one for a very good price. I am visually impaired. I currently have a Samsung Galaxy s3 which is crapping out on me after having it for a long time). One of the features I love about it is, the menus (settings, contacts, etc etc) are in high contrast (black background with white text, which is much easier on my eyes and easier to read. It is my understandiing that the iPhone is not the same way. I had a friend look on his, and the only option he found was the "Invert colors" option. The reason I don't want to use that is because it inverts ALL colors for everything on the phone, including pictures. t just want to invert the colors in all the menus so I can read them easier. Is there any way to do this? BTW it's running IOS 8.

    the invert colors option is the only way to achieve that on iPhone currently
    you should go to http://www.apple.com/feedback/ and request that feature added, I think a lot of people would use that

  • Can i have the HTMLB Code for the background color for a  screen?

    Hi friends,
    Can i have the HTMLB Code for the background color for a  screen?
    moosa

    Hi:
    you can put like
         <table width="100%" height="100%" cellspacing="1" cellpadding="2" border="0">
                     <tr class="sapTbvCellStd"> <td bgcolor="#B1E1D2" valign="top">
    Regards
    Shashi

  • TS3274 My Ipad has a black background now and everything is color faded after the latest software update?  I restored and reset the Ipad.  How can this be fixed?

    My Ipad has a black background now and everything is color faded after the latest software update?  I restored and reset the Ipad.  How can this be fixed?

    How much data is being backed-up from each Mac?  (see what's shown for Estimated size of full backup under the exclusions box in Time Machine Prefs > Options).
    Is there any other data on your Time Capsule, besides the backups?
    Most likely, there just isn't room.  Time Machine may be trying to do a very large (or full) backup of one or both Macs, and can't.  Since it won't ever delete the most recent backup, there has to be enough room for one full backup plus whatever it's trying to back up now, plus 20% (for workspace).
    Also see #C4 in Time Machine - Troubleshooting for more details.

  • Black background of title turns color when adding fairy dust effect

    I have iMovie HD 5. I created a title using the animated gradient effect with orange font color and with the "over black" box checked. i then went to add an effect to the title clip, the "fairy dust" effect. After the effect is applied, the black background changed to the orange font color. In the previews, the background remained black when I added the effect. What can I do? Thank you
    -Annie N
    iMovie HD 5   Mac OS X (10.4.4)  

    Welcome to discussions, Annie!
    Please read this Apple Article:
    iMovie: Adding effects to a clip with titles may make it become gray or tinted
    http://docs.info.apple.com/article.html?artnum=301248
    Sue

  • OSX.6 change filename color black to white on dark background

    OSX.6 change filename color black to white on dark background

    Thanks for that, but what I asking was how to change the OSX default filename font color from black to white, so it becomes more easily visible when dark backgrounds are selected in icon view, eg the same way the Desktop default does, except when files are not on the Desktop.
    or to put it another way:
    if anyone's worked out an easy way to how to change the color of the font itself, rather than changing the folder/filename background using File, Label, Color, eg because light colors may already be in use as Labels, and so mean something else.
    or as explored in this archived discussion:
    How to change the color of the file name Font in Finder window and Desktop
    https://discussions.apple.com/thread/1744863?threadID=1744863
    Perhaps this is easy for programmers but not for users???

  • WORD doc x files show lettering changed from black to white with black background, colors have black background

    WORD doc x files received open with black lettering changed to white with black backgrounds. Color images have black backgrounds. There is no issue for non MAC users. How can I open the document as sent? Thank you.

    Pages (any version) is not a word clone, and may not digest Word documents as accurately as their native Microsoft application. Pages v5 is also far from feature/functionality complete, and that only compounds this issue.
    Suggest you download/install the free LibreOffice and open the Word documents with it. Do the artifacts persist in LibreOffice?

  • Black background and white text physically hurts & creates ghosting. Please add UI color toggle.

    Hi,
    The new white text on black design physically hurts my eyes and gives very bad ghosting (i.e. persistent image like those in optical illusions that make you stare at particular color combinations and then look away). I know I'm not the only one with this issue because I've researched it in the past. Without an option to switch back to the old design (White background/black text), I'll need to delete my Spotify account and find another service. Please add an option to switch between the two (because I know many prefer black backgrounds). Myself and a host of others, however, cannot use these color combinations. Please let me know if there is a work-around; it would be much appreciated. It's basically unusable to me in it's current state. :(
    ~V
     

    Absolutely agree with the original poster.  I find white text on black background so very very difficult (I changed from using Tweetbot on iOS to Tweetlogix for this very reason) and it physically hurts my eyes to try to read it.  I can just about manage with Spotify using white text on a black background on the large screen of my MacBook Pro - and I do mean "just" - but for the smaller screen of my iPhone 5 it is just impossible.  Even with a retina screen such as that on the iPhone 5S there is a strange ghosting effect and it gives me a headache to look at it for too long. 
    This may be something to do with age!  I suspect most app developers are youngsters with almost perfect eyesight, but for those of us whose eyesight is less than perfect, this white text on black background really is so very difficult.
    I know there is a workaround in setting the iPhone to invert ALL colours (under Accessibility in Settings) but it's a real pain to have to keep altering this setting every time I want to open or close Spotify, and it doesn't look right anyway.  iOS7 is supposed to be a light, bright, easy to read OS - sadly this new Spotify app is the opposite of that.
    Please would Spotify consider adding a simple light or dark theme option, so that those of us who want it can have our much easier to read light background back again, with grey or black text?  It would be a great help to those of us who have eyesight problems.
    If not, I may have to cancel my Spotify Premium account and move to Deezer instead, as I mainly use Spotify when out and about in the car, so am using the iOS app a lot.
    Thank you for considering this plea!
     

  • What color is recommended to use on a black background for credits or thank yous in a video?

    What color is recommended to use on a black background for credits or thank yous in a video?
    Thank you for your help.
    barb

    barb
    If it is not too distracting, I like to overlay the credits on a still scene that sort of sums up the whole movie....just so the credits are not overshadowed by the background. That worked well for a movie of a little league baseball game and my favorite baseball little leaguer.
    Another time, for a birthday celebration for a retired very special person, I used rolling credits against just a smiling face of the birthday person with a chiming like version of happy birthday music. I kept everything light and readable with a balance between face and credits. Then as the credits ended, I eased into a thank you to him title followed by cameo shots of faces with names (about 3 cameos per image) of all the people who attended the gathering for this special person. So many times as the years go by there will be a person watching the video and asking who is that? So, my cameos were gently placed and presented and served the purpose of letting everyone know/remember who was who.
    I tend to let the work direct me in all decisions in creating the credits. Probably white is the generalized answer for lettering against a black background. Just white rolling credits on black does not necessarily grab by attention. But that is a generalization that may not apply to your specific project.
    Just some thoughts.
    ATR

Maybe you are looking for

  • Close Open sale order items

    Hi, We have a business scenario of one sales order --> one delivery document. Any items which have not been confirmed for delivery need to be closed out so that they do not show up as open requirements. One way is to reject the open line items. Howev

  • Mixing RAM in Mac Pro

    Hey guys, I got a 2009 Mac Pro with OEM 3gb memory installed! Im planning to install 1333mhz suportive processor eventually, so so I will buys a 1333mghz memory right now. Will it be OK if Ill install 8GB 1333mhz alongside my OEM 3x1GB 1066mhz RAM? A

  • Report painter performance problem...

    I have a client which runs a report group consists of 14 reports... When we  run this program... It takes about 20 minutes to get results... I was assigned to optimize this report... This is what I've done so far (this is a SAP generated program)...

  • Windows 7  Black Screen solution found, needs to be verified.

    Hi all, I've seem to have found a way to get Windows 7 64Bit working and more or less avoid the black screen that bugs the **** out of iMac 27" owners. This method will probably work on any version of Windows 7 32 and 64-Bit. This is tested with an W

  • Reg: SAP Scripts abap program

    Hi experts,                i have requirement in QM report i need to show some additional fields in print out , here i know the form name but i don't no from which program in SAP Script form fetching values  can any one suggest how to find out progra