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

Similar Messages

  • In iTunes, my printing is white and the background is black, How do I change it back to white printing on a black background.

    In my iTunes store, the printing is white and the background is black and I have forgotten how to change it back to black printing on a white background? I know that it is a simple answer, but right now I cannot think of it.
    Also, what is the "other" when you are syncing an ipad in itunes and in my case the other is more than half of my 64Gb. How do I find out what it is and then get rid of it if I want to?
    Thanks

    Hi gramie47,
    Sorry to hear that didn't resolve the issue.
    I checked online for issues printing from the Internet, found a couple of things you can try. Most likely it is a setting that needs to be changed in the browser settings, since the printer prints fine from the computer.
    From Internet Explorer, go to File, Page setup, Remove check from "Printer background color and images" if checked, or vise versa, to see if that helps.
    Here is another document you may take a look at.
    Map Images May Not Print Properly When Using Internet Explorer.
    If you continue to have issues, contact your Internet Provider for further assistance.
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Why does my older PDF files print an all black background and white letter/numbers?

    I have a laserjet 1536dnf MFP.  Printing older adobe pdf's results in an all black background with white letters / numbers.  How can i correct this.  It doesn't happen with newly created PDF's from the 1536dnf scanner.

    Hello imcpa2!
    Try taking a look at this thread for possible solutions:
    http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/laserjet-1536-dnf-fax-pdf-printing-pro...
    Hope this helps!
    Help the community by marking this post as a solution if it solved your issue!.
    If my post helped you in any way, please click the blue KUDOS star under my name! It would mean a great deal.

  • Is there any way to get the black background color back in fullscreen mode?

    The current background color in fullscreen mode is grey and it's distracting.  It used to be black.  Is there a way to change the color outside of the document boundaries?

    AndyboyMac wrote:
    The only way you can get themes for your ipod is by a jailbrake, jailbraking is illegal, and yes,, you can downgrade your iOS.
    Jailbreaking is actually not illegal due to exemptions in the DMCA documentation (http://en.wikipedia.org/wiki/IOS_jailbreaking#cite_note-22).
    I've got no explanation on to why the trusty interface for the old iPod style app was butchered, unfortunately (I think we're all at a loss, besides someone being given too much free reign). I came here to supplement the original question with, another alternative question:
    Is there a way, similar to downgrading 3rd party apps, downgrade the Music app or restore the old iPod app as an additonal app? Without jailbreaking?
    < Edited By Host >

  • 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?

  • Creating black backgrounds

    Hi.....Could anybody please tell me the best way of creating a black background to a portrait whilst still being able to keep fine strands of hair visible in the portrait so as to keep the portrait looking natural. I know how to use the polygonal tool and the paintbrush to do this where the subject matter has clearly defined edges but in the case of free flowing hair in the subject I find it to be nigh on impossible.
    Any help would be greatly appreciated

    Hi Richard,
    See if this tutorial helps.
    https://tv.adobe.com/watch/learn-photoshop-cs6/selecting-soft-edge-objects-with-refine-edg e/
    regards,
    steve

  • How to print pdf from black to color?

    I've successfull changing the font color by set in the edit-preference-accessibility-replace color document.
    I changed the black to blue, but when printing, the result is still black. I want to print it in blue, not black. Should I change the default color? Is there any esier way? I'm not an IT person.

    You will have to cleanup the Word file provided by the export with MS Word.
    Export is very much a function of the "input" (what made the PDF, how did this make the PDF, etc.).
    So if the authoring file had poorly mastered content and /or the process used to create the PDF and the "how" of this is off then you have "GIGO".
    Garbage In = Garbage Out.
    When the PDF file's "under the hood" stuff is good you have "GIGO".
    Good stuff In = Good stuff Out.
    So, the caliber of export is always going to reflect what is fed to the export process.
    What will optimize export is having a well-formed Tagged PDF (a PDF that is ISO 14389-1, PDF/UA-1 compliant).
    Two core aspects of "tagged" PDF are (1) Accessible PDF and (2) useful export of PDF page content.
    Be well...

  • HP 6100 Want to Print in all Black not Color

    When I print anything from my iPad Air it prints in all color even tho I have the printer setup to print in draft mode all black text on my laptop as the default setting for the printer.
    I do not see anywhere on my iPad where I can change the printer setting for this printer.
    Can anyone help me as I seem to go thru color cartridridges fast as things automatically print in color.
    I mostly use my iPad as it is convenient.
    Thank you for any help you can give me!!

    Hi,
    You'll need to download the HP eprint app. Once downloaded, you'll need to ensure that both your printer and ipad are connected to the same network to be able to print through the app.
    The inbuilt AirPrint functionality of your ipad is limited in terms of print options but the eprint app allows B/W printing as well as many other print options.  
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • HOW CAN i PRINT ONLY IN BLACK WHEN COLORS ARE DEPLETED-officejet 6600

    cyan and mag are depleted but I only want to print in black for a contract and it wont allow!!!!!
    How can I override this?
    This question was solved.
    View Solution.

    all cartriges exhausted, only black is full. i want to use only black. how to proceed ?
    valdengo

  • New caterage for my laserjet 2035 printer prints nothing but black background

    I purchased a new ink for my laserjet printer but when i print thhe page comes out all in black 
    please advice if i should return the ink

    Hi Mikie1505,
    I understand the printer won't print.
    Thank you for your reply.
    I will be happy to help you with this.
    Wireless Steps.
    Make sure the computer is connected to the proper network name.
    Print a configuration page to find out what the IP address of the printer is.
    Printing a Configuration Page.
    If you have a valid IP address for the printer then try and access the embedded web server for the printer. Type the IP address into internet explorer address bar.
    If it loads the printer's network page then the printer is on the network.
    How many p1102w are listed in devices and printers window?
    Go to start, devices and printers, right click the printer, go to printer properties, select the ports tab, should be listed as TCP/IP.
    Power cycle the computer, printer and router.
    Try and print again.
    USB Steps.
    How many p1102w are listed in devices and printers window?
    Go to start, devices and printers, right click the printer, go to printer properties, select the ports tab, should be selected on USB.
    I have included a document for 'Printer is offline' Message Displays on the Computer and the HP Printer Will Not Print.
    If you require further assistance please provide the following information so I can assist you better.
    What version of Windows is on your computer?
    How to find out the version of Windows that you are using.
    How is the printer connected? (USB or Wireless)
    Did the printer access the embedded web server?
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • The toolbar displays File, Edit, View, etc. print too small & barely able to read. How to enlarge print. Also background color of toolbars hard to read. It is black. make larger?

    The Menu Bar, Roboform Bar in general all toolbars the print is too small and barely able to read. Please tell me how to enlarge the print. Also, the background color is black and hard to read. Thanks for any help you can give me.

    Use this extension to adjust the font size for the user interface:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/
    Increase the String pref layout.css.devPixelsPerPx from 1.0 to 2.0 in 0.1 or 0.05 steps to adjust the size of all fonts and other elements in Firefox.<br />
    In current Firefox versions this pref is a String value parsed to a float and allows to fine tune the dimensions of all elements (user interface and web pages) more precisely.
    *http://kb.mozillazine.org/about:config
    You can use an extension to set a default font size and page zoom on web pages if the above steps made the text too large.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

  • Background color still prints even though Page Preview: Options is unchecked

    The Options button in Page Setup (to print out the actual background color), is NOT checked. This should cause the page to print with a white background. The web page I printed had a green background; as did the page I printed out. How do I prevent this as it wastes a lot of ink?
    This seems to happen whenever the web page doesn't have its own background color and so either uses mine (green) or the system colors (background color is a light salmon). How do I get it to print out with a white background?

    Trying to wrap my brain around this one.
    Many programs? Are you printing different files or they same file? Is it a PDF?
    If PDF and in Acrobat, have you checked the page setup (CommandShiftP).
    This will let you know what size of paper Acrobat is expecting to print to.
    In the bottom left corner of your screen is the status bar which should show the size of the page in your document. Does this match the sheet size you are printing to? In your preview of the Page, are you seeing the entire page or is the view zoomed in?
    Sorry for all the questions but I'm trying to figure out what is going on. Acrobat can be down right nasty when it wants to.
    Let me know
    Karch_77

  • I can't print background colors

    I have tested every combination of checks in the colors section of options in tools. There are puzzles I like to print out. Without background color they are not useful. I have to go to Internet Explorer for this purpose where this is no problem.

    Please read this post then provide some details.  What printer model? What operating system? How is the printer connected - USB, wired LAN, Wireless LAN, bluetooth? Are there any error messages on the printer or computer screen?  What program are you using for email?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • White background or Black background suited for long term watching ?

    Hello,
      I saw many desktop themes with white or light grey background a few years ago, but now, many of them turn into black background with white or blue or cyan or others color of fonts.
      As a programmer, I am just curious about the theme: which type is suited for long term use of computer?
      I have tried both, and found grey background is easy to read because it is similiar to read on paper, but it looks like a lighting-bulb!; black background with blue font is cool, along with less luminosity, seems free my eyes.
      But another problem is the color choosing. With light grey background, it seems any color is right. But with black background, colors should be carefully selected, since some colors are not suit black background at all.
      Grayscale is another one. With light grey  background, I can easily tune my font in grayscale, like Japanese cartoon paper (I like it very much!), gracifully to distinct keywords. But with black background, it is ugly to use grayscale to distinct keywords.
      How about your ideas?
    Last edited by ShinChyn (2010-05-29 08:20:50)

    Dont mean to duplicate your effort Ogion, but Hrwa's Dark Forum userstyle worked well for me, and I only made a few changes. Here's what I use:
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("bbs.archlinux.org") {
    /*#brdheader .box, #punredirect.pun{
    background-image: url(http://stashbox.org/485258/2.png) !important;
    body{
    background: /*url(http://stashbox.org/485257/1.png)repeat-x top left */#111111 !important;}
    td.tcl, td.tcr, #idx1>.box, #idx2>.box, #idx3>.box, #idx4>.box,
    #brdstats.block>.box, #brdfooter.block>.box, #vf.blocktable>.box, .box>form,
    .rowodd>.box>.inbox, .roweven>.box>.inbox, .roweven>.box, .rowodd>.box, h2,
    .fakeform, #searchform.blockform>.box, .pun>.blockform>.box,
    #users1.blocktable>.box,.block2col >.blockmenu >.box, .rowodd, .roweven,
    #postpreview.blockpost>.box, #punredirect.pun>.block>.box>.inbox,
    #punredirect.pun>.block>.box, #helpfile>.box{
    background-color: #222222 !important;
    border-color: #111111 !important}
    th.tcl, th.tcr, .tc2, .tc3, blockquote, .codebox, .infldset>dl>dd{
    background-color: #333333 !important;
    border-color: #111111 !important;}
    .tcl, .tc3, .tc2, .tcr, dd, dd>a:hover, .tcr>a:hover, h3>a:hover,
    .conr>li>a:hover, .conl>li, .linkst>.inbox>ul>li>a:hover, .pagelink>a:hover,
    .tclcon>a:hover, .tclcon>strong>a:hover, .postlink>a:hover, .conr>li>a:hover,
    .subscribelink>a:hover, .postmsg>p, .postsignature, .incqbox, dt>strong>a:hover,
    .postmsg>p>a:hover, .postsignature>strong>a:hover, .postsignature>a:hover,
    .postquote>a:hover, .bblinks>li>a:hover, .incqbox>p>a:hover, .infldset>dl>dt,
    .clearb, .conl, #profile1>p, .isactive>a, .postleft>dl>dt>strong,.infldset,
    .linkst>.inbox>ul>li, .pun select, .postlinksb>.inbox>ul>li, .postfootleft>p,
    #punredirect.pun>.block>.box>.inbox>p,
    #punredirect.pun>.block>.box>.inbox>p>a:hover, .newtext>a:hover, .tc2>a:hover,
    .postlinksb>.inbox>ul>li>a:hover, #helpfile>.box, .postedit>a:hover{
    color: #999999 !important}
    /* textbox */
    .inform>fieldset>legend { color:#999999 !important;}
    .infldset>label>textarea { color:#111111 !important; }
    .postleft, .postfootleft, .blockpost label, .pun select{
    background-color: #303030 !important}
    .postright, .postfootright{
    background-color: #222222 !important;
    border-color: #303030 !important}
    .icon{border-color: #999999 !important;}
    .inew{border-color: #0771a6 !important;}
    I commented out the external logo calls (since the new logo area fits really nicely with this style), The sections I commented out can probably be removed safely, and I made the textbox post area more readable.  Now I love the new webpage layout!
    Here's the dark home page style I'm using, also based on Hrwa's archlinx homepage userstyle, but I havent made too many changes there, other than the package search box needed a little tweeking.   I havent really checked the other pages, I do know the wiki pages have some issues with this style, if anyone else wants to help out
    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("www.archlinux.org"),
    url-prefix("http://archlinux.org"),
    domain("wiki.archlinux.org"),
    domain("planet.archlinux.org"),
    domain("bugs.archlinux.org"),
    domain("repos.archlinux.org"),
    domain("aur.archlinux.org"),
    domain("projects.archlinux.org"){
    /*#archtitle>a, #logo{
    background-image: url(http://stashbox.org/485258/2.png) !important;
    width: 341px !important;
    height: 103px !important;
    body{
    background:/* url(http://stashbox.org/485257/1.png)repeat-x top left */#111111 !important;}
    #content, .foot,code,#pkgsearch{background-color: #111111 !important;}
    .searchButton, .historysubmit, input#searchInput, #wpMailmypassword,
    #wpLoginattempt, .loginText, .loginPassword, #wpCreateaccount, #wpRealName,
    #wpUserEmail, #wpNick, #wpUserLanguage, #wpOldpass, #wpNewpass, #wpRetypePass,
    #prefcontrol>div>input, #wpHourDiff, #guesstimezonebutton, #wpCols, #wpRows,
    #wpRecentDays, #wpRecent, #wpWatchlistEdits, #wpWatchlistDays, #wpSearch,
    #wpSearchLines, #wpSearchChars, #wpStubs, #wpNewTitle, #wpReason,
    #movepage>table>tbody>tr>td>input, #bodyContent>form>input, #wpSummary,
    #wpPreview, #wpSave, #wpDiff
    {color:#111111 !important}
    #related.tab, #p-navigation>.pBody, #p-tb>.pBody, #searchBody, .box, #updates, #footer, .toc, #catlinks, .greybox,
    #ca-nstab-main>a,#ca-talk>a, #ca-edit.istalk>a, #ca-edit>a, #ca-addsection>a,
    #ca-history>a, #ca-viewsource>a, #pagehistory>li, #ca-nstab-project>a,
    #ca-nstab-special>a, #ca-nstab-category>a, #mw-pages>table, #bodyContent>table,
    #bodyContent>table>tbody>tr>td, .post2, .post-title>a, .post-contents,
    .post-footer>p>a, .person-info, #gitbody, .page_header, .page_footer, input,
    .light, #menu, #pm-menu, select, #tasklist_table > tbody > tr>td,
    #taskdetails, #comments, #commentstab>a, #relatedtab>a, .vc_diff_header>th,
    .vc_diff_chunk_header>td, .pgbox, .data2, #content>#search, #userloginForm>form,
    #userloginForm>form>table, #userlogin2, #userlogin2>table, #ca-watch>a,
    #ca-nstab-user>a, #preferences.jsprefs, #prefsection-0.prefsection>table,
    #prefsection-0.prefsection>fieldset>table, #preftoc>li,
    #prefsection-3.prefsection>fieldset>table,
    #prefsection-5.prefsection>table, #prefsection-7.prefsection>table,
    #ca-move>a, #movepage>table, #ca-unwatch>a, .redirectmessage,
    #comments.tab>fieldset, #historytaba, #events, #ca-nstab-help>a, .notice,
    .notice>tbody>tr>td>a>img, .notice>tbody>tr>td{
    border-color: #111111 !important;
    background-color: #222222 !important;}
    .news, div>span, p, h3, td, h2, input, #lastmod, #viewcount,
    #copyright, th>b, ul>li, ol>li, dl>dd, .results>tbody>tr>th>a,
    .listing>tbody>tr>th,.results>tbody>tr>th, tr>th>b, pre, #bodyContent>div,
    .pkgr2, #id_q, #id_last_update, td>input, #id_repo, #id_arch, #id_limit, .title,
    #intromessage, #tasklist_table>thead>tr>th>a, #menu, select, #comments,
    #fineprint, .vc_diff_header>th, .f3, .f4, .f2, .blue, .firstHeading,
    .mw-headline,p>a:hover, td>a:hover, .news>a:hover, .foot>a:hover, span>a:hover,
    .links>li>a:hover, b>a:hover, dd>a:hover, .listing>ul>li>a:hover,
    .post-title>a:hover, #devlist>a:hover, #gitbody>.page_header>a:hover,
    #gitbody>.page_nav>a:hover, #n-mainpage>a:hover, #n-portal>a:hover,
    #n-currentevents>a:hover, #n-recentchanges>a:hover, #n-randompage>a:hover,
    #n-help>a:hover, #n-sitesupport>a:hover, #t-whatlinkshere>a:hover,
    #t-recentchangeslinked>a:hover, #t-upload>a:hover, #t-specialpages>a:hover,
    #t-print>a:hover, #t-permalink>a:hover, #bodyContent>ul>li>a:hover,
    .rcoptions>a:hover, #mw-pages>table>tbody>tr>td>ul>li>a:hover,
    .external:hover, .toctext:hover, .tocnumber:hover, #toplevellink:hover,
    #homelink:hover, #roadmaplink:hover, #intromessage>a:hover, #fineprint>a:hover,
    #taskdetailstext>a:hover,#comments>em>a:hover,
    #comments>div.attachments>a:hover, .comment_changes>li>a:hover,
    .commenttext>a:hover, #preftoc>li>a, #comment_text, #bodyContent{
    color: #999999 !important;}
    b>a, p>a, dd>a, h5, #n-mainpage>a, #n-portal>a, #n-currentevents>a,
    #n-recentchanges>a, #n-randompage>a, #n-help>a, #n-sitesupport>a,
    #t-whatlinkshere>a, #t-recentchangeslinked>a, #t-upload>a, #t-specialpages>a,
    #t-print>a, #t-permalink>a, .toctext, .tocnumber, .toctoggle, td>a, span>a,
    #bodyContent>ul>li>a, #bodyContent>ul>li>ul>li>a, #ca-nstab-main>a, #ca-talk>a,
    #ca-edit.istalk>a, #ca-addsection>a, #ca-history>a, #ca-viewsource>a,
    #ca-edit>a, #ca-nstab-project>a, #ca-nstab-special>a, #ca-nstab-category>a,
    #mw-pages>table>tbody>tr>td>ul>li>a, .page_header,
    .page_header>a, .page_nav>a, #intromessage>a, #toplevellink, #homelink,
    #roadmaplink, #fineprint>a, #taskdetailstext>a, #comments>em>a,
    #comments>div.attachments>a, .comment_changes>li>a, .commenttext>a, .black,
    .rcoptions>a, #ca-watch>a, #ca-move>a, #ca-unwatch>a, #bodyContent>ol>li>a,
    #bodyContent>ul>li>ul>li>ul>li>a{
    color: #0771a6 !important;}
    .comment-header, .pkgr2, #id_q, #id_last_update, td>input, #id_repo, #id_arch, #id_limit,
    #bodyContent>table>tbody>tr>th,
    .dark, .title, #lbl_user_name,
    #lbl_password, #searchtext, #taskid, #taskrange, #numbers, .summary,
    #comments>div.attachments, #taskdetailsfull>.attachments,.vc_diff_change,
    .boxSoft, .pgboxtitle, .boxSoftTitle, .data1, legend, #preftoc>li.selected,
    #comment_text{
    background-color: #333333 !important;}
    .post-title>a, .post2, .post-footer>p>a, .person-info{
    background-image: none !important;}
    .vc_diff_add{background-color: #397f37 !important;}
    .vc_diff_remove, .outofdate{background-color: #bf6b6b !important;}
    .vc_diff_empty{background-color: #999999 !important;}
    tr>th{background-color: #0771a6 !important;}
    pre, #bodyContent>div{background-color: #222222 !important;}
    .pgboxtitle, .boxSoftTitle{border-color: #222222 !important;}
    #pkgsearch{width: 275px!important;}
    this is how I like my archlinux.org to look

  • Text Standard in Sapscript: Problema with background color

    Hi all !!!
    I have uploaded a digital signature via RSTXLDMC program (I cannot upload the digital signature via SE78 because i have set position in the main window). When i display the sapscript, the background colour is white, but when i print the sapscript the background color changed to black.
    Does anyone know why this is happening ?
    Thanks
    Sebastian Quezada

    Welcome to SDN.
    If you are using a BMP image file then save it as 256 bitmap file and then upload it. Even after that if issue persist check with your BASIS for the drivers.
    Regards,
    Amit

Maybe you are looking for

  • How do I use a xml file in iDVD

    Hello All, Hopefully someone can help.  I'm new to Mac, Final Cut Pro (Trial), and iDVD 09.  I a making a project with several chapters in FCPX and would like to use iDVD for the menus.  The only export option I have in FCPX I have is Export XML.  I

  • Payload schema validation

    My process involves validating a complex xml document included in the request message, returning either confirmation or explanatory error message to requester. Do the xml libraries in this product allow validation of an xml document vs a schema? Can

  • "How to Resolve ORA-29532 Java 2 Permission Problems in RDBMS 8.1.6 and 8.1.7"

    I'm in the process of publishing the following note (134280.1), titled "How to Resolve ORA-29532 Java 2 Permission Problems in RDBMS 8.1.6 and 8.1.7". It will be accessible from Oracle Support's "Metalink" site. "How to Resolve ORA-29532 Java 2 Permi

  • How to create free tool to make static PDF to interactive fillable PDF?

    Hi, In  my one of project requirement ,i need to make static PDF in to Fillable/dynamic/interactive PDF with only use of Adobe Reader. How to achieve this one ?. And how to implement using java code as  I m not famillar with VB 2005 /C# e.t.c. Reply

  • Run time RFC communication error ERP ECO 7.0

    Hi guys We are using ECO 7.0 for ERP 6.0 and I can acess B2b site and take products into the basket without issues. But as soon as I click go to quotation, I get run time errors. Looking at the trace i found that issue is with jco exception at RFC_Er