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).

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

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

  • 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

  • ADF Faces: Background color of components?

    Hi,
    In my application I use panelPage component to get a basic layout. From [1] I know that I can use several facets wo place my components on special places.
    I tried this with the "search" facet as well as the "infoSupplemental". Both have a different background color. When I add selectOneChoice or commandButton components, they have a white background box around them. How can I tell the components to match the background color of "surrounding" component.
    Regards,
    Stephan
    [1] http://download.oracle.com/docs/cd/B25221_04/web.1013/b25386/web_getstarted004.htm#CHDCJCGF

    Well, seems like the CSS parser does not expect inherit as a colorvalue :) Is this a known bug?
    oracle.adfinternal.view.faces.style.PropertyParseException: Invalid color: inherit
         at oracle.adfinternal.view.faces.style.util.CSSUtils.parseColor(CSSUtils.java:196)
         at oracle.adfinternal.view.faces.style.CSSStyle.parseProperty(CSSStyle.java:116)
         at oracle.adfinternal.view.faces.style.BaseStyle.getParsedProperty(BaseStyle.java:163)
         at oracle.adfinternal.view.faces.ui.laf.oracle.desktop.TecateRenderer._parseValue(TecateRenderer.java:535)
    <af:commandButton inlineStyle="background-color:inherit;" text="#{bundle.search_action_save_label}" />

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

  • After update, iTunes faces color issue

    Hello,
    I recently updated my iTunes to the newer version (9.2 i believe) and my artwork + menu highlights are facing this really weird color issue. It's light green and takes away the original color from every single artwork. It's really ugly and I do not like it at all. Please assist me on solving this issue.
    I am running Windows Vista / iTunes 9.2
    Thank you
    Message was edited by: pratikt

    Thanks for the screenshots.
    Try this:
    1. Quit iTunes.
    2. Delete the Cache folder from Music\iTunes\Album Artwork
    3. Open iTunes.
    Does the issue persist?
    Also, I would like to get more information about your system:
    1. Click the Windows icon in the lower left.
    2. Typ dxdiag into the search field
    3. Press Enter.
    4. Choose Save All Information.
    5. Save out the report and email the file to me.
    Thanks,
    Roy

  • 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

  • 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

Maybe you are looking for

  • MiniDisplayport to HDMI adapter

    I have a mac mini (2009) that I have connected to a Polaroid 1913TDXB (19" LCD TV with built-in DVD player). I connect it as follows: mini DVI to Apple provided mini DVI to DVI adapter to Monster DVI to HDMI adapter to HDMI connector into the TV. I w

  • HT1451 How do I consolidate multiple episodes into a single folder?

    I have several episodes of a TV show that I've ripped and imported into iTunes. Unfortunately they all show up as an individual "movie" title. Is there a way to arrange or reorganize the iTunes folders so that they can be easier to view when I sync t

  • PLEASE HELP Itunes wont load

    I have just recently got and ipod nano.....but have yet to hook it up to my computer...finally i today i decided to install the new 7.02 itunes on my computer straight from the aplle website.....the instaltion went fine but when i tried to start it u

  • Why won't the internet work on my iPod?

    On my iPod touch 4G, the internet has stopped working. Not just safari, but everything that requires an internet connection. I get the standard little message 'Safari cannot open the page because it is not connected to the internet.' Sure, I can open

  • How to run the media on JM Studio?

    Hi...I am new to JMF... I have installed the JMF2.1.1e and would like to start the very first JMF source code. I had complied it successfully and save the file "jmfsample" in "C:\documents and settings\user\desktop\Java JMF". How to specify this file